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
Subv 656e7aab29 Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.
This prevents a thread starvation issue in Puyo Puyo Tetris.
We should hwtest this behavior and figure out where exactly this event is signaled.
7 years ago
..
arm Merge pull request #212 from mailwl/stubs 7 years ago
file_sys SaveData: Use the current titleid when opening the savedata archive. 7 years ago
frontend yuzu: Update license text to be consistent across project. 7 years ago
gdbstub gdbstub: Silence formatting specifier warnings 7 years ago
hle Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called. 7 years ago
hw Format: Run the new clang format on everything 7 years ago
loader Kernel: Store the program id in the Process class instead of the CodeSet class. 7 years ago
tracer Format: Run the new clang format on everything 7 years ago
CMakeLists.txt Filesystem: Added a SaveData Factory and associated Disk_FileSystem. 7 years ago
core.cpp core: Fix scheduler-shutdown related crash 7 years ago
core.h kernel: Use Scheduler class for threading. 7 years ago
core_timing.cpp Fixes some cast warnings, partial port of citra #3064 (#106) 7 years ago
core_timing.h core_timing: Use 1.020GHz for core clock rate. 8 years ago
memory.cpp memory: LOG_ERROR when falling off end of page table 7 years ago
memory.h arm_dynarmic: Support direct page table access 7 years ago
memory_hook.h memory: Replace all memory hooking with Special regions 7 years ago
memory_setup.h memory: Replace all memory hooking with Special regions 7 years ago
perf_stats.cpp UI: Fix frame rate perf stats 7 years ago
perf_stats.h PerfStats: Re-order and document members better 8 years ago
settings.cpp Remove references to PICA and rasterizers in video_core 7 years ago
settings.h Format: Run the new clang format on everything 7 years ago
telemetry_session.cpp Port citra #3352 to yuzu (#103) 7 years ago
telemetry_session.h WebService: Verify username and token (#2930) 8 years ago