You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core
Lioncash 89c076b4b1 gdbstub: Move all file-static variables into the GDBStub namespace
Keeps everything under the same namespace. While we're at it, enclose
them all within an inner anonymous namespace.
7 years ago
..
arm Merge pull request #876 from lioncash/include 7 years ago
crypto aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior 7 years ago
file_sys Merge pull request #849 from DarkLordZach/xci 7 years ago
frontend Rename logging macro back to LOG_* 7 years ago
gdbstub gdbstub: Move all file-static variables into the GDBStub namespace 7 years ago
hle Merge pull request #924 from lioncash/arp 7 years ago
loader Merge pull request #849 from DarkLordZach/xci 7 years ago
tracer core: Make converting constructors explicit where applicable 7 years ago
CMakeLists.txt service: Add arp services 7 years ago
core.cpp Merge pull request #849 from DarkLordZach/xci 7 years ago
core.h Merge pull request #849 from DarkLordZach/xci 7 years ago
core_cpu.cpp kernel: Move object class to its own source files 7 years ago
core_cpu.h Implement exclusive monitor 7 years ago
core_timing.cpp core_timing: Split off utility functions into core_timing_util 7 years ago
core_timing.h core_timing: Split off utility functions into core_timing_util 7 years ago
core_timing_util.cpp core_timing: Split off utility functions into core_timing_util 7 years ago
core_timing_util.h core_timing: Split off utility functions into core_timing_util 7 years ago
memory.cpp memory: Remove unused GetSpecialHandlers() function 7 years ago
memory.h core/memory: Get rid of 3DS leftovers 7 years ago
memory_hook.cpp memory_hook: Default virtual destructor in the cpp file 7 years ago
memory_hook.h memory_hook: Default virtual destructor in the cpp file 7 years ago
memory_setup.h memory: Replace all memory hooking with Special regions 7 years ago
perf_stats.cpp math_util: Remove the Clamp() function 7 years ago
perf_stats.h PerfStats: Re-order and document members better 8 years ago
settings.cpp video_core: Make global EmuWindow instance part of the base renderer class 7 years ago
settings.h Merge pull request #849 from DarkLordZach/xci 7 years ago
telemetry_session.cpp file_util: Use an enum class for GetUserPath() 7 years ago
telemetry_session.h telemetry_session.h: Reword Documentation Comment from citra to yuzu 7 years ago