dolphin/Source/Core/Core/HW
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
..
DSPHLE DSPHLE/AXWii: fix Elebits sound 2024-11-04 20:47:55 +00:00
DSPLLE
DVD
EXI Merge pull request #13000 from tygyh/Simplify-type-specifiers 2024-11-08 23:59:08 +00:00
GCMemcard Merge pull request #13117 from mitaclaw/ranges-modernization-9-trivial-find 2024-10-11 20:27:18 +01:00
HSP
SI Modernize std::copy with ranges 2024-10-10 00:53:48 -07:00
WiimoteCommon
WiimoteEmu WiimoteEmu: Remove disabled and no-longer-compiling wav dumping code. 2024-11-08 15:38:05 -06:00
WiimoteReal Merge pull request #13000 from tygyh/Simplify-type-specifiers 2024-11-08 23:59:08 +00:00
AddressSpace.cpp Modernize std::find_if with ranges 2024-10-10 15:28:11 -07:00
AddressSpace.h
AudioInterface.cpp
AudioInterface.h
CPU.cpp
CPU.h
DSP.cpp
DSP.h
GBACore.cpp Simplify std::copy with std::copy_n 2024-10-07 15:34:56 -07:00
GBACore.h
GBAPad.cpp
GBAPad.h
GBAPadEmu.cpp
GBAPadEmu.h
GCKeyboard.cpp
GCKeyboard.h
GCKeyboardEmu.cpp
GCKeyboardEmu.h
GCPad.cpp
GCPad.h
GCPadEmu.cpp
GCPadEmu.h
GPFifo.cpp
GPFifo.h
HW.cpp
HW.h
Memmap.cpp
Memmap.h
MemoryInterface.cpp
MemoryInterface.h
MMIO.cpp
MMIO.h
MMIOHandlers.h
ProcessorInterface.cpp ProcessorInterface: sync GPU just before PI_FIFO_RESET 2024-11-09 03:29:05 +00:00
ProcessorInterface.h
Sram.cpp
Sram.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
StreamADPCM.cpp
StreamADPCM.h
SystemTimers.cpp
SystemTimers.h
VideoInterface.cpp
VideoInterface.h
WII_IPC.cpp WII_IPC: rewrite multiply as 100_tbticks literal (NFC) 2024-10-01 01:42:16 +01:00
WII_IPC.h
Wiimote.cpp
Wiimote.h
WiiSave.cpp Modernize std::copy with ranges 2024-10-10 00:53:48 -07:00
WiiSave.h
WiiSaveStructs.h