9262 Commits (e408bbceed90da8965480e23d05fb764fcbfbb84)
 

Author SHA1 Message Date
bunnei f034121620
Merge pull request #1531 from ogniK5377/hid-fixes 7 years ago
Zach Hilman a279d80a19 qt: Move Reinitialize Keys to Tools menu 7 years ago
Zach Hilman 10a2d20e26 psm: Stub GetBatteryChargePercentage 7 years ago
Zach Hilman 3b8c0f8885 service: Add skeleton for psm service 7 years ago
Lioncash c8beb665dc CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 7 years ago
Lioncash 98a27b1ec7 CMakeLists: Use target_compile_definitions instead of add_definitions to define YUZU_ENABLE_COMPATIBILITY_REPORTING 7 years ago
Lioncash adb9eda105 web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to the web_service library only 7 years ago
Lioncash 90a981a03a kernel/process: Make the handle table per-process 7 years ago
Lioncash c1e5525fc6 engines/maxwell_*: Use nested namespace specifiers where applicable 7 years ago
Lioncash d53c73adaa maxwell_dma: Make variables const where applicable within HandleCopy() 7 years ago
Lioncash dd1ee39426 maxwell_dma: Make FlushAndInvalidate's size parameter a u64 7 years ago
Lioncash 08e574eec4 maxwell_dma: Remove unused variables in HandleCopy() 7 years ago
Lioncash 896c0f61a0 svc: Fix vma boundary check in svcQueryMemory 7 years ago
Lioncash 8a86c8d48b gl_shader_decompiler: Allow std::move to function in SetPredicate 7 years ago
Lioncash 381baf783d gl_shader_decompiler: Get rid of variable shadowing warnings 7 years ago
Lioncash 61ef8af1e2 gl_shader_decompiler: Fix a few comment typos 7 years ago
bunnei 8dc7db7e33
Merge pull request #1535 from ReinUsesLisp/fixup-position 7 years ago
ReinUsesLisp 3ec795d95e gl_shader_decompiler: Move position varying declaration back to gl_shader_gen 7 years ago
David Marcec a03600ba28 Added auto controller switching to supported controllers and single joycon button rotation 7 years ago
bunnei b1f8bff7db
Merge pull request #1501 from ReinUsesLisp/half-float 7 years ago
bunnei 60317e6306
Merge pull request #1520 from lioncash/san 7 years ago
bunnei 4849569565
Merge pull request #1517 from bunnei/dma 7 years ago
bunnei bf66930fb9
Merge pull request #1526 from lioncash/svc-id 7 years ago
bunnei 52b25e0fb9
Merge pull request #1530 from DarkLordZach/aoc-8 7 years ago
bunnei 298ebf444f
Merge pull request #1516 from lioncash/hid 7 years ago
Zach Hilman 7e0d2fc994 aoc_u: Stub GetAddOnContentListChangedEvent 7 years ago
Mat M c91be25b93
Merge pull request #1529 from DarkLordZach/key-derivation-crash 7 years ago
Zach Hilman 0aef2b9c26 crypto: Use compressed sizes in offset calculation for KIP decompression 7 years ago
bunnei 12401a0d87
Merge pull request #1525 from ogniK5377/block-home 7 years ago
David Marcec 7a7dad05c0 Stubbed home blocking 7 years ago
Lioncash 1833498617 es: Update service function tables 7 years ago
Lioncash a653be3510 audio: Update service function tables 7 years ago
Lioncash 2b9fd23058 omm: Update service function tables 7 years ago
Lioncash 4f52800822 nifm: Update service function tables 7 years ago
Lioncash f6c5a48dd1 hid: Update service function tables 7 years ago
Lioncash d0cda7fe40 nim: Add the basic skeleton of the nim:eca service 7 years ago
Lioncash d16bafc99d ns: Update service function table 7 years ago
Lioncash a056b284cf set_cal: Update service function table 7 years ago
bunnei 7e665c2721 GPU: Improved implementation of maxwell DMA (Subv). 7 years ago
bunnei bcde71d4d9 decoders: Introduce functions for un/swizzling subrects. 7 years ago
bunnei a5d853a9f8 GPU: Invalidate destination address of kepler_memory writes. 7 years ago
bunnei 6b333d862b fermi_2d: Add support for more accurate surface copies. 7 years ago
bunnei fdd82b754a
Merge pull request #1523 from lioncash/lock 7 years ago
bunnei 7f152f2273
Merge pull request #1511 from lioncash/content 7 years ago
bunnei e5d428cf1e
Merge pull request #1521 from ogniK5377/imp-mmu 7 years ago
bunnei 0291a86f60
Merge pull request #1522 from lioncash/core 7 years ago
Lioncash 4b5ae8dbaa svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitrateUnlock 7 years ago
Lioncash 541e9624eb common: Add function for checking word alignment to alignment.h 7 years ago
Lioncash d27f4a4928 common: Move Is4KBAligned() to alignment.h 7 years ago
Lioncash f109615be0 core: Remove unnecessary assert in ArmInterface() 7 years ago