9557 Commits (ff7e6a42c1063a9783c1cf88a144577616c2ca86)

Author SHA1 Message Date
fearlessTobi ff7e6a42c1 core/yuzu: Remove enable_nfc setting 7 years ago
Lioncash b26481c94b core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 7 years ago
Lioncash c5d41fd812 core/core_timing: Make callback parameters consistent 7 years ago
Lioncash bd7ec1a749 kernel/kernel: Remove unnecessary forward declaration 7 years ago
Lioncash 7c4bc7b883 kernel/process: Remove unused AddressMapping struct 7 years ago
Lioncash f3297d8cd1 loader/nso: Place translation unit specific functions into an anonymous namespace 7 years ago
Lioncash 733cf179b8 file_sys/cheat_engine: Silence truncation and sign-conversion warnings 7 years ago
Lioncash 540235bb05 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash 611f4666fd loader/nso: Clean up use of magic constants 7 years ago
Lioncash 1cf90f4570 file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash 90e27ea003 loader/nso: Fix definition of the NSO header struct 7 years ago
Lioncash ee49e1fcb6 file_sys/patch_manager: Remove two magic values 7 years ago
bunnei d0dddb3e9d Revert "Devirtualize Register/Unregister and use a wrapper instead." 7 years ago
Lioncash 76f27d1f44 service/am: Add function table for IDebugFunctions 7 years ago
Lioncash 18918f5f2f kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 7 years ago
Lioncash 56c80a2a21 kernel/vm_manager: Amend flag values for CodeMutable 7 years ago
Lioncash c221308a66 core/memory: Remove unnecessary includes 7 years ago
Lioncash 109b78a6d6 common/bit_util: Fix bad merge duplicating the copy constructor 7 years ago
bunnei 2117edd0f8 memory_manager: Cleanup FindFreeRegion. 7 years ago
bunnei 5a5fccaa23 memory_manager: Use Common::AlignUp in public interface as needed. 7 years ago
Lioncash f2c41ba256 common/uint128: Add missing header guard 7 years ago
Lioncash b0d70096a1 common/uint128: Add missing top-file source text 7 years ago
bunnei 72837e4b3d memory_manager: Bug fixes and further cleanup. 7 years ago
bunnei 3ae0de9b53 memory: Check that core is powered on before attempting to use GPU. 7 years ago
bunnei 19330f45d3 maxwell_dma: Check for valid source in destination before copy. 7 years ago
bunnei 197dcf0b5e memory_manager: Add protections for invalid GPU addresses. 7 years ago
bunnei 21eb4cfa7f gl_rasterizer_cache: Check that backing memory is valid before creating a surface. 7 years ago
bunnei 22d3dfbcd4 gpu: Rewrite virtual memory manager using PageTable. 7 years ago
bunnei 241563d15c gpu: Move GPUVAddr definition to common_types. 7 years ago
Lioncash 1b6adb5308 common/CMakeLists: Amend boost dependency 7 years ago
Lioncash 8f454a5c68 kernel/process: Make MapSegment lambda reference parameter const 7 years ago
Lioncash 1b6bd9d6df kernel: Move CodeSet structure to its own source files 7 years ago
Fernando Sahmkow 8a320a6ee2 Fix crash caused by 2238. 7 years ago
Lioncash 1342c53e27 loader: Remove Linker class 7 years ago
Lioncash ab00552118 loader: Remove Linker inheritance from NRO and NSO loaders 7 years ago
xperia64 ec74a4fd4a Fix getopt on systems where char is unsigned by default 7 years ago
Lioncash b8c7072206 file_sys/content_archive: Amend name of Data_Unknown5 enum entry 7 years ago
Lioncash eb335f51ca input_common/sdl: Correct return values within implementations of GetPollers() 7 years ago
Lioncash 874826b6dd input_common/sdl: Use a type alias to shorten declaration of GetPollers 7 years ago
Lioncash 9f092554c2 fsp_srv: Unstub SetCurrentProcess 7 years ago
Lioncash 26b809549b service/am: Add basic implementation of ChangeMainAppletMasterVolume 7 years ago
Lioncash c07ebeac19 service/am: Unstub SetTransparentVolumeRate() 7 years ago
Lioncash ecd3afdc8e service/am: Unstub SetExpectedMasterVolume() 7 years ago
Lioncash e6612d6d8d CMakeLists: Move off of modifying CMAKE_*-related flags 7 years ago
Lioncash 114060fd87 input_common/sdl_impl: Make lambda capture more specific in SDLState constructor 7 years ago
Lioncash d74aa13bd3 input_common/sdl_impl: Remove unnecessary std::chrono::duration construction 7 years ago
Lioncash 834d3fe336 input_common/sdl_impl: Remove unused variable in SDLState constructor 7 years ago
Lioncash 13bc74e957 CMakeLists: Move compilation flags into the src directory 7 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 7 years ago
bunnei 032e4c4ca3 gl_rasterizer: Skip zero addr/sized regions on flush/invalidate. 7 years ago