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
Markus Wick cb9dd01ffd video_core: Block in WaitFence.
This function is called rarely and blocks quite often for a long time.
So don't waste power and let the CPU sleep.

This might also increase the performance as the other cores might be allowed to clock higher.
5 years ago
..
arm core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 5 years ago
crypto Merge pull request #3091 from lioncash/core-conversion 5 years ago
file_sys Merge pull request #3171 from lioncash/internal-link 5 years ago
frontend general_frontend: Add documentation for parental controls and ecommerce applets 6 years ago
gdbstub core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 5 years ago
hle video_core: Block in WaitFence. 5 years ago
loader core/loader: Track the NSO build ID of the current process 6 years ago
memory core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 5 years ago
tools core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 5 years ago
CMakeLists.txt kernel: Implement a more accurate IPC dispatch. 5 years ago
constants.cpp constants: Extract backup JPEG used by account services 6 years ago
constants.h constants: Extract backup JPEG used by account services 6 years ago
core.cpp core/memory: Introduce skeleton of Memory class 5 years ago
core.h core/memory: Introduce skeleton of Memory class 5 years ago
core_cpu.cpp CpuCore: Clear exclusive state after doing a run in dynarmic. 5 years ago
core_cpu.h core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 5 years ago
core_timing.cpp core_timing: Use better reference tracking for EventType. (#3159) 5 years ago
core_timing.h core_timing: Use better reference tracking for EventType. (#3159) 5 years ago
core_timing_util.cpp core/core_timing_util: Use std::chrono types for specifying time units 6 years ago
core_timing_util.h core/core_timing_util: Amend casing of cyclesTo* functions 6 years ago
cpu_core_manager.cpp core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 5 years ago
cpu_core_manager.h
hardware_interrupt_manager.cpp core_timing: Use better reference tracking for EventType. (#3159) 5 years ago
hardware_interrupt_manager.h core_timing: Use better reference tracking for EventType. (#3159) 5 years ago
memory.cpp core/memory; Migrate over SetCurrentPageTable() to the Memory class 5 years ago
memory.h core/memory; Migrate over SetCurrentPageTable() to the Memory class 5 years ago
perf_stats.cpp perf_stats: Resolve implicit int to double conversion error 5 years ago
perf_stats.h Address review comments 6 years ago
reporter.cpp core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 5 years ago
reporter.h lm: Flush manager output on core shutdown 6 years ago
settings.cpp settings: Add option to set BCAT backend 6 years ago
settings.h settings: Add option to set BCAT backend 6 years ago
telemetry_session.cpp telemetry_session: Report renderer backend 5 years ago
telemetry_session.h core/telemetry_session: Remove usages of the global system accessor 6 years ago