remove some useless regions
This commit is contained in:
parent
d72d8e79ff
commit
6c5dc8532f
|
@ -25,8 +25,6 @@ namespace BizHawk.Client.Common
|
|||
public string GetRetroSystemPath(GameInfo game)
|
||||
=> PathManager.RetroSystemPath(game);
|
||||
|
||||
#region EmuLoadHelper api
|
||||
|
||||
private void FirmwareWarn(string sysID, string firmwareID, bool required, string msg = null)
|
||||
{
|
||||
if (required)
|
||||
|
@ -106,8 +104,6 @@ namespace BizHawk.Client.Common
|
|||
return ret;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
// this should go away now
|
||||
public static void SyncCoreCommInputSignals(CoreComm target)
|
||||
{
|
||||
|
|
|
@ -22,8 +22,6 @@ namespace BizHawk.Emulation.Common
|
|||
/// </summary>
|
||||
string GetRetroSystemPath(GameInfo game);
|
||||
|
||||
#region EmuLoadHelper api
|
||||
|
||||
/// <summary>
|
||||
/// Get a firmware as a byte array
|
||||
/// </summary>
|
||||
|
@ -34,7 +32,5 @@ namespace BizHawk.Emulation.Common
|
|||
byte[] GetFirmware(string sysId, string firmwareId, bool required, string msg = null);
|
||||
|
||||
byte[] GetFirmwareWithGameInfo(string sysId, string firmwareId, bool required, out GameInfo gi, string msg = null);
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue