yuzu-mirror/src
Lioncash e7e939104b core/memory; Migrate over SetCurrentPageTable() to the Memory class
Now that literally every other API function is converted over to the
Memory class, we can just move the file-local page table into the Memory
implementation class, finally getting rid of global state within the
memory code.
2019-11-26 21:55:39 +07:00
..
audio_core core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 2019-11-26 21:55:39 +07:00
common fix clang-format and lambda capture 2019-11-23 01:30:06 +07:00
core core/memory; Migrate over SetCurrentPageTable() to the Memory class 2019-11-26 21:55:39 +07:00
input_common input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 2019-06-03 16:56:47 +07:00
tests core/memory: Migrate over memory mapping functions to the new Memory class 2019-11-26 21:53:34 +07:00
video_core core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 2019-11-26 21:55:38 +07:00
web_service web-service: Port citra's updated web_backend code. 2019-11-09 14:00:44 +07:00
yuzu core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 2019-11-26 21:55:39 +07:00
yuzu_cmd yuzu_cmd: Use string_view instead of string for extensions 2019-11-07 01:52:18 +07:00
yuzu_tester yuzu_tester: Remove unused variable 2019-10-04 23:41:22 +07:00
.clang-format
CMakeLists.txt yuzu_tester: Add project subdirectory 2019-06-10 00:03:11 +07:00