saturn: disable built in OSD
multiclient: disable "try arcade rewind hack" message when core is not PCE
This commit is contained in:
parent
b399e87ffe
commit
e2f664d6b9
|
@ -22,7 +22,8 @@ namespace BizHawk.MultiClient
|
||||||
RewindImpossible = true;
|
RewindImpossible = true;
|
||||||
LastState = null;
|
LastState = null;
|
||||||
Global.OSD.AddMessage("Rewind Disabled: State too large.");
|
Global.OSD.AddMessage("Rewind Disabled: State too large.");
|
||||||
Global.OSD.AddMessage("See 'Arcade Card Rewind Hack' in Emulation->PC Engine options.");
|
if (Global.Emulator.SystemId == "PCE")
|
||||||
|
Global.OSD.AddMessage("See 'Arcade Card Rewind Hack' in Emulation->PC Engine options.");
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Binary file not shown.
|
@ -258,6 +258,8 @@ extern "C" __declspec(dllexport) int libyabause_init(CDInterface *_CD, const cha
|
||||||
DisableAutoFrameSkip();
|
DisableAutoFrameSkip();
|
||||||
ScspSetFrameAccurate(1);
|
ScspSetFrameAccurate(1);
|
||||||
|
|
||||||
|
OSDChangeCore(OSDCORE_DUMMY);
|
||||||
|
|
||||||
ctrl1 = PerPadAdd(&PORTDATA1);
|
ctrl1 = PerPadAdd(&PORTDATA1);
|
||||||
ctrl2 = PerPadAdd(&PORTDATA2);
|
ctrl2 = PerPadAdd(&PORTDATA2);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue