mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Core: Convert State enum into an enum class
This commit is contained in:
@ -21,7 +21,7 @@ std::string PPCDebugInterface::Disassemble(unsigned int address)
|
||||
if (!IsAlive())
|
||||
return "";
|
||||
|
||||
if (Core::GetState() == Core::CORE_PAUSE)
|
||||
if (Core::GetState() == Core::State::Paused)
|
||||
{
|
||||
if (!PowerPC::HostIsRAMAddress(address))
|
||||
{
|
||||
|
Reference in New Issue
Block a user