dolphin/Source
Tillmann Karras fbce737415 ProcessorInterface: sync GPU just before PI_FIFO_RESET
GXAbortFrame() is problematic for Dolphin because it first writes
PI_FIFO_RESET (for which we discard our internal fifo), then disables CP
reads (for which we execute pending commands in the GP fifo in emulated
memory). I don't know whether there is a race condition on hardware, but
there is one for us. Avoid this by also doing a GPU sync here.
2024-11-09 03:29:05 +00:00
..
Android VideoBackendBase: Clarify function name 2024-11-03 12:26:57 -08:00
Core ProcessorInterface: sync GPU just before PI_FIFO_RESET 2024-11-09 03:29:05 +00:00
DSPSpy Simplify std::fill with std::fill_n 2024-10-07 15:34:56 -07:00
DSPTool Host: Rename JitCacheInvalidation 2024-10-23 23:43:24 -07:00
PCH
UnitTests Merge pull request #13147 from mitaclaw/jit-block-table-model-fix 2024-10-30 17:00:27 -04:00
VSProps Migrate Vulkan-Headers to submodule and update to v1.3.288 2024-06-22 08:03:20 +02:00
.clang-format
CMakeLists.txt CMakeLists: Add Clang's Specific WShadow Diagnostics 2024-03-09 15:34:39 -08:00
dolphin-emu.sln Externals: Convert minizip-ng To Submodule 2024-05-03 12:43:33 -07:00