unbreak japanese rom font, broken by r6297
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6333 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
785154b89f
commit
95d9cb3a0f
|
@ -155,8 +155,7 @@ void Preset(bool _bNTSC)
|
||||||
|
|
||||||
void SetRegionReg(char _region)
|
void SetRegionReg(char _region)
|
||||||
{
|
{
|
||||||
if (Core::g_CoreStartupParameter.bProgressive)
|
m_DTVStatus = _region | (m_DTVStatus & 1);
|
||||||
m_DTVStatus = _region | (m_DTVStatus & 1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Init()
|
void Init()
|
||||||
|
|
Loading…
Reference in New Issue