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 f8be3f55da kernel/svc: Name supervisor call 0x36
This call was added to the SVC handlers in the 8.0.0 kernel, so we can
finally give it a name.
6 years ago
..
arm kernel/svc: Deglobalize the supervisor call handlers 6 years ago
crypto core: Port current uses of RegisteredCache to ContentProvider 6 years ago
file_sys Merge pull request #1957 from DarkLordZach/title-provider 6 years ago
frontend Merge pull request #2017 from jroweboy/glwidget 6 years ago
gdbstub gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) 6 years ago
hle kernel/svc: Name supervisor call 0x36 6 years ago
loader Merge pull request #1957 from DarkLordZach/title-provider 6 years ago
tracer
CMakeLists.txt core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. 6 years ago
core.cpp core: Store system-wide ContentProvider for the emulator 6 years ago
core.h core: Store system-wide ContentProvider for the emulator 6 years ago
core_cpu.cpp kernel/svc: Deglobalize the supervisor call handlers 6 years ago
core_cpu.h kernel/scheduler: Pass in system instance in constructor 6 years ago
core_timing.cpp core/core_timing: Make callback parameters consistent 6 years ago
core_timing.h core/core_timing: Make callback parameters consistent 6 years ago
core_timing_util.cpp Corrections, documenting and fixes. 6 years ago
core_timing_util.h Use u128 on Clock Cycles calculation. 6 years ago
cpu_core_manager.cpp kernel/scheduler: Pass in system instance in constructor 6 years ago
cpu_core_manager.h core: Relocate CPU core management to its own class 6 years ago
memory.cpp core/memory: Remove GetCurrentPageTable() 6 years ago
memory.h Merge pull request #2361 from lioncash/pagetable 6 years ago
memory_setup.h core: Move PageTable struct into Common. 6 years ago
perf_stats.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 6 years ago
perf_stats.h
settings.cpp core/yuzu: Remove enable_nfc setting 6 years ago
settings.h added a toggle to force 30fps mode 6 years ago
telemetry_session.cpp settings: Add new graphics setting for use_asynchronous_gpu_emulation. 6 years ago
telemetry_session.h