Call Video_Prepare() before starting the CPU thread.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7194 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2011-02-18 23:52:14 +00:00
parent 83dc3bf210
commit 198e29be07
3 changed files with 5 additions and 2 deletions

View File

@ -217,4 +217,4 @@ void RunGpu()
fifo.CPReadWriteDistance -= 32;
}
CommandProcessor::SetCpStatus();
}
}