mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
Fixed Issue 1921
This also fixed Ikaruga, not sure whether it could fix Metriod Prime. If not, how about disabling EFB copy? git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4777 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ad594abe69
commit
a3c258cf9c
3 changed files with 36 additions and 14 deletions
|
@ -36,6 +36,7 @@ void Fifo_SendFifoData(u8* _uData, u32 len);
|
|||
void Fifo_EnterLoop(const SVideoInitialize &video_initialize);
|
||||
void Fifo_ExitLoop();
|
||||
void Fifo_ExitLoopNonBlocking();
|
||||
void Fifo_RunLoop();
|
||||
|
||||
void Fifo_DoState(PointerWrap &f);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue