mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
CPU: Convert CCPU into a namespace
There's not much point to a class with only static member functions.
This commit is contained in:
@ -247,7 +247,7 @@ static void gdb_read_command()
|
||||
}
|
||||
else if (c == 0x03)
|
||||
{
|
||||
CCPU::Break();
|
||||
CPU::Break();
|
||||
gdb_signal(SIGTRAP);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user