You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lioncash
cc3d6fdf73
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.
6 years ago
..
applets
web_browser: Rename OpenPage to OpenPageLocal
7 years ago
configuration
yuzu: configure_web: Use Base64 encoded token for simplifying user experience.
6 years ago
debugger
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
6 years ago
util
sequence_dialog: Reorganize the constructor
7 years ago
CMakeLists.txt
qt: Add service dialog
6 years ago
Info.plist
macOS: Update Info.plist
8 years ago
about_dialog.cpp
yuzu/about_dialog: Specify string conversions explicitly
7 years ago
about_dialog.h
qt: Add missing override specifiers where applicable
8 years ago
aboutdialog.ui
Merge pull request #859 from FearlessTobi/port-3837
8 years ago
bootmanager.cpp
Merge pull request #2514 from ReinUsesLisp/opengl-compat
7 years ago
bootmanager.h
yuzu/bootmanager: Treat the resolution factor as a u32
7 years ago
compatdb.cpp
yuzu/compatdb: Remove unnecessary qualifiers
7 years ago
compatdb.h
compatdb: Use a seperate endpoint for testcase submission
7 years ago
compatdb.ui
Port web_service from Citra
7 years ago
compatibility_list.cpp
yuzu: Move compatibility list specifics to their own source files
8 years ago
compatibility_list.h
yuzu: Move compatibility list specifics to their own source files
8 years ago
discord.h
Port web_service from Citra
7 years ago
discord_impl.cpp
Fixup! #2772 missed this one file
7 years ago
discord_impl.h
Address a bunch of review comments
7 years ago
game_list.cpp
yuzu/game_list: Silence -Wswitch and -Wunused-variable
6 years ago
game_list.h
Fix uisettings include
7 years ago
game_list_p.h
yuzu/game_list: Silence -Wswitch and -Wunused-variable
6 years ago
game_list_worker.cpp
yuzu/game_list_worker: Silence warnings
6 years ago
game_list_worker.h
yuzu/game_list_worker: Silence warnings
6 years ago
hotkeys.cpp
yuzu/CMakeLists: Remove qt5_wrap_ui macro usage
7 years ago
hotkeys.h
yuzu/hotkeys: Remove unnecessary constructor
7 years ago
loading_screen.cpp
yuzu/loading_screen: Specify string conversions explicitly
7 years ago
loading_screen.h
Fix mingw compile error and warnings
7 years ago
loading_screen.ui
QT: Fix the loading screen 'H' switch logo to not glitch out
7 years ago
main.cpp
gl_rasterizer: Emulate viewport flipping with ARB_clip_control
6 years ago
main.h
citra_qt: add amiibo drag and drop support
6 years ago
main.ui
citra_qt/main.ui: remove unused actions "Load Symbol Map..." and...
6 years ago
uisettings.cpp
qt_themes: add two colorful themes
6 years ago
uisettings.h
Merge pull request #2910 from FearlessTobi/port-4930
6 years ago
yuzu.rc
Removing unused settings and yuzu rebranding
8 years ago