essgee画面问题
This commit is contained in:
parent
72edf02773
commit
f54e6f2dc4
@ -42,7 +42,7 @@ public class UEssgee : MonoBehaviour, IEmuCore
|
|||||||
EmulatorHandler emulatorHandler;
|
EmulatorHandler emulatorHandler;
|
||||||
UEGResources uegResources;
|
UEGResources uegResources;
|
||||||
UEGLog uegLog;
|
UEGLog uegLog;
|
||||||
|
private Canvas mCanvas;
|
||||||
bool lastUserPauseState;
|
bool lastUserPauseState;
|
||||||
double currentPixelAspectRatio;
|
double currentPixelAspectRatio;
|
||||||
private UEGKeyboard mUniKeyboard;
|
private UEGKeyboard mUniKeyboard;
|
||||||
@ -56,6 +56,8 @@ public class UEssgee : MonoBehaviour, IEmuCore
|
|||||||
instance = this;
|
instance = this;
|
||||||
uegResources = new UEGResources();
|
uegResources = new UEGResources();
|
||||||
uegLog = new UEGLog();
|
uegLog = new UEGLog();
|
||||||
|
mCanvas = GameObject.Find("Canvas").GetComponent<Canvas>();
|
||||||
|
mCanvas.worldCamera = Camera.main;
|
||||||
//InitAll(uegResources, App.PersistentDataPath(mPlatform));
|
//InitAll(uegResources, App.PersistentDataPath(mPlatform));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user