Pausing now works in LLE-Testing

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2926 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2009-04-08 12:37:15 +00:00
parent 33cd584b38
commit a2855dcf2d
2 changed files with 11 additions and 5 deletions

View File

@ -311,6 +311,10 @@ bool gdsp_run()
while (!cr_halt)
{
// Are we running?
if(*g_dspInitialize.pEmulatorState)
break;
gdsp_step();
if (!gdsp_running)