mame.fixed
This commit is contained in:
parent
7085cdaa2c
commit
9abbce930f
Binary file not shown.
@ -164,8 +164,11 @@ MonoBehaviour:
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
IMPORTENT: {fileID: 4747871931704546037, guid: e6f56a07c0ec38946a0257a1e0b8926d, type: 3}
|
||||
bTest: 0
|
||||
bTestSkipWebApiToConServer: 0
|
||||
mTestSrvIP: 192.168.0.47
|
||||
bUseLocalWebApi: 0
|
||||
mLocalWebApi: http://localhost:5051
|
||||
bEditorUUID: 0
|
||||
--- !u!1 &1498586261
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 3
|
||||
|
@ -125,6 +125,7 @@ public class UMAME : MonoBehaviour, IEmuCore
|
||||
#endregion
|
||||
bool LoadGame(string loadRom, bool bReplay = false)
|
||||
{
|
||||
emu.ResetRomRoot(RomPath);
|
||||
//Application.targetFrameRate = 60;
|
||||
mReplayWriter = new ReplayWriter(mChangeRomName, "fuck", ReplayData.ReplayFormat.FM32IP64, Encoding.UTF8);
|
||||
mChangeRomName = loadRom;
|
||||
|
Loading…
Reference in New Issue
Block a user