yuzu/src/yuzu
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
With all of the trivial parts of the memory interface moved over, we can
get right into moving over the bits that are used.

Note that this does require the use of GetInstance from the global
system instance to be used within hle_ipc.cpp and the gdbstub. This is
fine for the time being, as they both already rely on the global system
instance in other functions. These will be removed in a change directed
at both of these respectively.

For now, it's sufficient, as it still accomplishes the goal of
de-globalizing the memory code.
2019-11-26 21:55:39 -05:00
..
applets
configuration yuzu: configure_web: Use Base64 encoded token for simplifying user experience. 2019-11-09 14:00:44 -05:00
debugger core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 2019-11-26 21:55:39 -05:00
util
about_dialog.cpp
about_dialog.h
aboutdialog.ui
bootmanager.cpp
bootmanager.h
CMakeLists.txt qt: Add service dialog 2019-10-02 08:35:43 -04:00
compatdb.cpp
compatdb.h
compatdb.ui
compatibility_list.cpp
compatibility_list.h
discord_impl.cpp
discord_impl.h
discord.h
game_list_p.h yuzu/game_list: Silence -Wswitch and -Wunused-variable 2019-10-04 23:41:22 +00:00
game_list_worker.cpp yuzu/game_list_worker: Silence warnings 2019-10-04 23:41:22 +00:00
game_list_worker.h yuzu/game_list_worker: Silence warnings 2019-10-04 23:41:22 +00:00
game_list.cpp yuzu/game_list: Silence -Wswitch and -Wunused-variable 2019-10-04 23:41:22 +00:00
game_list.h
hotkeys.cpp
hotkeys.h
Info.plist
loading_screen.cpp
loading_screen.h
loading_screen.ui
main.cpp gl_rasterizer: Emulate viewport flipping with ARB_clip_control 2019-11-07 01:52:18 -03:00
main.h citra_qt: add amiibo drag and drop support 2019-11-03 05:24:47 +01:00
main.ui citra_qt/main.ui: remove unused actions "Load Symbol Map..." and... 2019-11-19 16:39:58 +01:00
uisettings.cpp qt_themes: add two colorful themes 2019-09-22 16:42:00 +02:00
uisettings.h Merge pull request #2910 from FearlessTobi/port-4930 2019-10-09 21:36:51 -04:00
yuzu.rc