mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Clean Up
This commit is contained in:

committed by
Buddybenj

parent
e7f2a04699
commit
4f324ad742
@ -42,7 +42,6 @@ void CCPU::Run()
|
||||
|
||||
while (true)
|
||||
{
|
||||
reswitch:
|
||||
switch (PowerPC::GetState())
|
||||
{
|
||||
case PowerPC::CPU_RUNNING:
|
||||
@ -60,7 +59,7 @@ reswitch:
|
||||
if (PowerPC::GetState() == PowerPC::CPU_POWERDOWN)
|
||||
return;
|
||||
if (PowerPC::GetState() != PowerPC::CPU_STEPPING)
|
||||
goto reswitch;
|
||||
continue;
|
||||
|
||||
//3: do a step
|
||||
PowerPC::SingleStep();
|
||||
|
Reference in New Issue
Block a user