citra/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 web_browser: Rename OpenPage to OpenPageLocal 2019-06-24 20:05:11 -04:00
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 sequence_dialog: Reorganize the constructor 2019-05-25 04:08:02 -04:00
about_dialog.cpp
about_dialog.h
aboutdialog.ui
bootmanager.cpp Merge pull request #2514 from ReinUsesLisp/opengl-compat 2019-06-07 17:23:25 -04:00
bootmanager.h yuzu/bootmanager: Treat the resolution factor as a u32 2019-06-03 15:34:31 -04:00
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 Fixup! #2772 missed this one file 2019-08-16 21:24:17 -06:00
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 Fix uisettings include 2019-09-04 16:47:33 +02:00
hotkeys.cpp yuzu/CMakeLists: Remove qt5_wrap_ui macro usage 2019-08-09 17:54:08 -04:00
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