saturn: disable built in OSD

multiclient: disable "try arcade rewind hack" message when core is not PCE
This commit is contained in:
goyuken 2013-05-03 00:13:12 +00:00
parent b399e87ffe
commit e2f664d6b9
3 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,8 @@ namespace BizHawk.MultiClient
RewindImpossible = true;
LastState = null;
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;

View File

@ -258,6 +258,8 @@ extern "C" __declspec(dllexport) int libyabause_init(CDInterface *_CD, const cha
DisableAutoFrameSkip();
ScspSetFrameAccurate(1);
OSDChangeCore(OSDCORE_DUMMY);
ctrl1 = PerPadAdd(&PORTDATA1);
ctrl2 = PerPadAdd(&PORTDATA2);