| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | host_memory: Simplify randomness generation | 2023-11-25 | 1 | -11/+2 | ||
| | * | | | | Address more review comments | 2023-11-25 | 8 | -19/+84 | ||
| | * | | | | loader: apply nso patch to offset program image | 2023-11-25 | 1 | -4/+6 | ||
| | * | | | | arm_nce: skip data aborts for crash handling parity | 2023-11-25 | 1 | -3/+11 | ||
| | * | | | | android: show current backend in fps overlay | 2023-11-25 | 3 | -1/+16 | ||
| | * | | | | arm: Print backtrace on data abort | 2023-11-25 | 1 | -0/+2 | ||
| | * | | | | patch: check offsets from first code word | 2023-11-25 | 1 | -3/+4 | ||
| | * | | | | core: Define HAS_NCE macro | 2023-11-25 | 10 | -16/+26 | ||
| | * | | | | common: Enforce fastmem for nce usage | 2023-11-25 | 1 | -1/+1 | ||
| | * | | | | arm_nce: skip dc cvac on possibly write-protected areas | 2023-11-25 | 1 | -3/+1 | ||
| | * | | | | Address some review comments | 2023-11-25 | 12 | -35/+30 | ||
| | * | | | | android: Add cpu bakend gui toggle | 2023-11-25 | 11 | -9/+43 | ||
| | * | | | | arm: Implement native code execution backend | 2023-11-25 | 31 | -51/+1803 | ||
| | * | | | | device_memory: Enable direct mapped addresses for nce | 2023-11-25 | 5 | -8/+21 | ||
| | * | | | | externals: Add oaknut submodule | 2023-11-25 | 3 | -0/+7 | ||
| | * | | | | settings: Add cpu backend setting | 2023-11-25 | 3 | -0/+17 | ||
| | * | | | | kernel: Manually specify aslr region start | 2023-11-25 | 8 | -18/+25 | ||
| | * | | | | core: Respect memory permissions in Map | 2023-11-25 | 6 | -58/+117 | ||
| | * | | | | 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 | ||
| | * | | | | common: Add libc sigaction hook | 2023-11-25 | 3 | -0/+68 | ||
| * | | | | | Merge pull request #12223 from liamwhite/fruit-company | 2023-11-29 | 3 | -2/+3 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | general: conditionally compile gamemode on linux only | 2023-11-29 | 3 | -2/+3 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #12204 from t895/config-migration | 2023-11-29 | 32 | -122/+848 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | android: Save global settings in onStop | 2023-11-27 | 6 | -63/+11 | ||
| | * | | | | | android: Multi directory UI | 2023-11-27 | 27 | -59/+837 | ||
| * | | | | | | Merge pull request #12203 from liamwhite/crash-fix | 2023-11-29 | 1 | -1/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | set: don't load version nca with null romfs | 2023-11-27 | 1 | -1/+3 | ||
| * | | | | | | | Merge pull request #12201 from Macj0rdan/controller-applet-fix | 2023-11-29 | 4 | -3/+30 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixed controller applet crashing when on FW17+ | 2023-11-27 | 4 | -3/+30 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #12194 from liamwhite/fruit-company | 2023-11-29 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | video_core: fix mac compile | 2023-11-26 | 1 | -2/+2 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #12154 from liamwhite/more-drivers | 2023-11-29 | 2 | -11/+41 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vulkan_device: add names for more driverID enumeration values | 2023-11-24 | 2 | -11/+41 | ||
| * | | | | | | | | Merge pull request #11946 from flodavid/gamemode | 2023-11-29 | 17 | -9/+583 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | cmake: move gamemode target include into its file | 2023-11-25 | 3 | -3/+1 | ||
| | * | | | | | | | | yuzu: create linux group in general settings | 2023-11-25 | 16 | -81/+177 | ||
| | * | | | | | | | | yuzu: integrate gamemode support on linux | 2023-11-25 | 11 | -1/+481 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #11902 from ameerj/ssbo-align | 2023-11-29 | 14 | -16/+56 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | Merge branch 'master' into ssbo-align | 2023-11-26 | 409 | -27378/+36963 | ||
| | |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | * | | | | | | | shader_recompiler: Align SSBO offsets in GlobalMemory functions | 2023-10-31 | 7 | -6/+19 | ||
| | * | | | | | | | buffer_cache: Apply storage buffer alignment only to the offset | 2023-10-31 | 1 | -8/+12 | ||
| | * | | | | | | | shader_recompiler: Align SSBO offsets to meet host requirements | 2023-10-31 | 10 | -9/+32 | ||
| * | | | | | | | | Merge pull request #12183 from german77/justmii | 2023-11-27 | 4 | -34/+39 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service: nfc: Validate mii data | 2023-11-25 | 4 | -34/+39 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #12160 from german77/mouse_constrain | 2023-11-27 | 5 | -54/+65 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | yuzu: Constrain mouse in render window when emulated | 2023-11-24 | 5 | -54/+65 | ||
| * | | | | | | | | Merge pull request #11535 from GPUCode/upload_cmdbuf | 2023-11-26 | 19 | -144/+317 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Vulkan: Add a final barrier to the upload command buffer | 2023-11-12 | 1 | -0/+8 | ||