mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-16 17:35:39 +00:00
fix debugging code
This commit is contained in:
parent
42eaa7f3d8
commit
3dc69f89b8
|
@ -109,7 +109,7 @@ public:
|
||||||
else
|
else
|
||||||
rom_set.get_rom("vrom").CopyTo(m_vrom.get(), 64*0x100000);
|
rom_set.get_rom("vrom").CopyTo(m_vrom.get(), 64*0x100000);
|
||||||
int stepping = ((m_game.stepping[0] - '0') << 4) | (m_game.stepping[2] - '0');
|
int stepping = ((m_game.stepping[0] - '0') << 4) | (m_game.stepping[2] - '0');
|
||||||
m_real3D.SetStepping(stepping);
|
m_real3D.SetStepping(stepping, false);
|
||||||
return OKAY;
|
return OKAY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue