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 6300ccbc3c kernel: Make handle type declarations constexpr
Some objects declare their handle type as const, while others declare it
as constexpr. This makes the const ones constexpr for consistency, and
prevent unexpected compilation errors if these happen to be attempted to be
used within a constexpr context.
6 years ago
..
arm arm/arm_dynarmic: Remove unnecessary current_page_table member 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 general: Use deducation guides for std::lock_guard and std::unique_lock 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: Make handle type declarations constexpr 6 years ago
loader Merge pull request #1957 from DarkLordZach/title-provider 6 years ago
tracer Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
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 general: Use deducation guides for std::lock_guard and std::unique_lock 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 7 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 core/core: Replace includes with forward declarations where applicable 7 years ago
settings.cpp core/yuzu: Remove enable_nfc setting 6 years ago
settings.h core/yuzu: Remove enable_nfc setting 6 years ago
telemetry_session.cpp settings: Add new graphics setting for use_asynchronous_gpu_emulation. 6 years ago
telemetry_session.h compatdb: Use a seperate endpoint for testcase submission 7 years ago