| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #12518 from t895/theme-settings | 2024-01-01 | 2 | -0/+3 | |
| |\ | | | | | android: Migrate remaining settings to ini | ||||
| | * | android: Migrate in-game overlay settings to ini | 2023-12-30 | 2 | -0/+3 | |
| | | | |||||
| * | | Merge pull request #12466 from liamwhite/sh2 | 2024-01-01 | 5 | -7/+395 | |
| |\ \ | |/ |/| | core: track separate heap allocation for linux | ||||
| | * | heap_tracker: use linear-time mapping eviction | 2023-12-27 | 2 | -9/+28 | |
| | | | |||||
| | * | core: track separate heap allocation for linux | 2023-12-25 | 5 | -7/+376 | |
| | | | |||||
| * | | Merge pull request #12471 from FearlessTobi/port-7146 | 2023-12-26 | 3 | -0/+23 | |
| |\ \ | | | | | | | Port citra-emu/citra#7146: "assert/logging: Stop the logging thread and flush the backends before crashing" | ||||
| | * | | assert/logging: Stop the logging thread and flush the backends before crashing | 2023-12-26 | 3 | -0/+23 | |
| | |/ | | | | | | | Co-Authored-By: SachinVin <26602104+SachinVin@users.noreply.github.com> | ||||
| * / | ring_buffer: Use feature macro | 2023-12-25 | 1 | -1/+1 | |
| |/ | | | | Co-Authored-By: GPUCode <47210458+GPUCode@users.noreply.github.com> | ||||
| * | Merge pull request #12387 from liamwhite/oboe | 2023-12-19 | 1 | -4/+3 | |
| |\ | | | | | android: add oboe audio sink | ||||
| | * | android: add oboe audio sink | 2023-12-17 | 1 | -4/+3 | |
| | | | |||||
| * | | path_util: copy output for GetParentPath | 2023-12-17 | 2 | -4/+4 | |
| |/ | |||||
| * | Merge pull request #12335 from t895/per-game-settings | 2023-12-16 | 4 | -6/+12 | |
| |\ | | | | | android: Game Properties | ||||
| | * | settings: Allow vsync to be changed per-game | 2023-12-12 | 1 | -1/+1 | |
| | | | |||||
| | * | settings: Allow CPU Debug and Fastmem to be changed per-game | 2023-12-12 | 1 | -4/+4 | |
| | | | |||||
| | * | android: Add per-game drivers | 2023-12-12 | 2 | -0/+3 | |
| | | | |||||
| | * | android: Refactor settings to expose more options | 2023-12-12 | 1 | -1/+4 | |
| | | | | | | | | | In AbstractSetting, this removes the category, androidDefault, and valueAsString properties as they are no longer needed and have replacements. isSwitchable, global, and getValueAsString are all exposed and give better options for working with global/per-game settings. | ||||
| * | | Merge pull request #12184 from Kelebek1/system_settings | 2023-12-16 | 1 | -0/+6 | |
| |\ \ | | | | | | | Make system settings persistent across boots | ||||
| | * | | Make system settings persistent across boots | 2023-12-16 | 1 | -0/+6 | |
| | |/ | |||||
| * | | Merge pull request #12290 from liamwhite/deferred-path-split | 2023-12-16 | 2 | -11/+33 | |
| |\ \ | | | | | | | Improve path splitting speed | ||||
| | * | | Improve path splitting speed | 2023-12-05 | 2 | -11/+33 | |
| | | | | |||||
| * | | | common: use memory holepunching when clearing memory | 2023-12-14 | 2 | -9/+31 | |
| | |/ |/| | |||||
| * | | settings: Clearer NCE error messages | 2023-12-09 | 1 | -2/+6 | |
| | | | |||||
| * | | settings: Enable NCE by default on capable systems | 2023-12-08 | 1 | -4/+10 | |
| |/ | |||||
| * | host_memory: move MAP_ALIGNED_SUPER attempt after 448d4815dece | 2023-12-02 | 1 | -13/+11 | |
| | | | | | | | src/common/host_memory.cpp:410:14: error: unused function 'ChooseVirtualBase' [-Werror,-Wunused-function] 410 | static void* ChooseVirtualBase(size_t virtual_size) { | ^~~~~~~~~~~~~~~~~ | ||||
| * | host_memory: allow missing MAP_NORESERVE on FreeBSD after 448d4815dece | 2023-12-02 | 1 | -0/+4 | |
| | | | | | | | src/common/host_memory.cpp:408:47: error: use of undeclared identifier 'MAP_NORESERVE' MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0); ^ | ||||
| * | cmake: prefer system gamemode library | 2023-11-30 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #12227 from jbeich/gamemode | 2023-11-30 | 1 | -1/+1 | |
| |\ | | | | | cmake: unbreak build on FreeBSD by re-enabling gamemode | ||||
| | * | cmake: sync gamemode conditionals with code after 5eec980a2d71 | 2023-11-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FAILED: bin/yuzu ld: error: unable to find library -lgamemode FAILED: bin/yuzu-cmd ld: error: undefined symbol: Common::Linux::StartGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main) ld: error: undefined symbol: Common::Linux::StopGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main) | ||||
| * | | Merge pull request #12074 from GPUCode/yuwu-on-the-metal | 2023-11-30 | 10 | -46/+320 | |
| |\ \ | |/ |/| | Implement Native Code Execution (NCE) | ||||
| | * | cmake: Move HAS_NCE to root cmake | 2023-11-29 | 1 | -1/+1 | |
| | | | | | | | | | * So we can use it in common | ||||
| | * | qt: add cpu_backend configuration | 2023-11-26 | 3 | -4/+4 | |
| | | | |||||
| | * | general: fix mac compile | 2023-11-26 | 1 | -0/+2 | |
| | | | |||||
| | * | host_memory: Simplify randomness generation | 2023-11-25 | 1 | -11/+2 | |
| | | | |||||
| | * | common: Enforce fastmem for nce usage | 2023-11-25 | 1 | -1/+1 | |
| | | | |||||
| | * | Address some review comments | 2023-11-25 | 3 | -3/+6 | |
| | | | |||||
| | * | android: Add cpu bakend gui toggle | 2023-11-25 | 3 | -5/+11 | |
| | | | |||||
| | * | arm: Implement native code execution backend | 2023-11-25 | 3 | -8/+8 | |
| | | | |||||
| | * | device_memory: Enable direct mapped addresses for nce | 2023-11-25 | 2 | -3/+10 | |
| | | | |||||
| | * | settings: Add cpu backend setting | 2023-11-25 | 3 | -0/+17 | |
| | | | |||||
| | * | core: Respect memory permissions in Map | 2023-11-25 | 2 | -14/+44 | |
| | | | |||||
| | * | host_memory: Switch to FreeRegionManager | 2023-11-25 | 2 | -29/+67 | |
| | | | |||||
| | * | host_memory: ensure map base is between 36 and 39 bits | 2023-11-25 | 1 | -2/+58 | |
| | | | |||||
| | * | common: Add free region manager | 2023-11-25 | 2 | -0/+56 | |
| | | | | | | | | | * Abstraction for placeholder region tracking in host_memory | ||||
| | * | common: Add libc sigaction hook | 2023-11-25 | 3 | -0/+68 | |
| | | | |||||
| * | | general: conditionally compile gamemode on linux only | 2023-11-29 | 2 | -1/+2 | |
| | | | |||||
| * | | Merge pull request #11946 from flodavid/gamemode | 2023-11-29 | 6 | -0/+78 | |
| |\ \ | | | | | | | Enable (Feral Interactive) Gamemode on Linux | ||||
| | * | | yuzu: create linux group in general settings | 2023-11-25 | 6 | -2/+78 | |
| | | | | | | | | | | | | | | | | - Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules | ||||
| | * | | yuzu: integrate gamemode support on linux | 2023-11-25 | 1 | -0/+2 | |
| | |/ | |||||
| * | | Merge pull request #11535 from GPUCode/upload_cmdbuf | 2023-11-26 | 1 | -0/+2 | |
| |\ \ | |/ |/| | renderer_vulkan: Introduce separate cmd buffer for uploads | ||||
| | * | renderer_vulkan: Introduce separate cmd buffer for uploads | 2023-11-12 | 1 | -0/+2 | |
| | | | |||||