mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix for a single core mode stop-hang. Fix a build error in IL mode.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2328 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -51,7 +51,7 @@ void Fifo_Init()
|
||||
{
|
||||
videoBuffer = (u8*)AllocateMemoryPages(FIFO_SIZE);
|
||||
fifo_exit_event.Init();
|
||||
fifoStateRun = true;
|
||||
fifoStateRun = false;
|
||||
g_XFBUpdateRequested = FALSE;
|
||||
}
|
||||
|
||||
@ -101,6 +101,7 @@ void Fifo_ExitLoop()
|
||||
|
||||
void Fifo_EnterLoop(const SVideoInitialize &video_initialize)
|
||||
{
|
||||
fifoStateRun = true;
|
||||
SCPFifoStruct &_fifo = *video_initialize.pCPFifo;
|
||||
s32 distToSend;
|
||||
|
||||
|
Reference in New Issue
Block a user