mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
If filename specified on command line, jump directly to it. Retab NativeApp.cpp.
This commit is contained in:
parent
a54dcbedc1
commit
581872f2d0
@ -205,7 +205,12 @@ void NativeInitGraphics()
|
||||
gl_lost_manager_init();
|
||||
ui_draw2d.SetAtlas(&ui_atlas);
|
||||
|
||||
if (boot_filename.empty()) {
|
||||
screenManager.switchScreen(new LogoScreen(boot_filename));
|
||||
} else {
|
||||
// Go directly into the game.
|
||||
screenManager.switchScreen(new EmuScreen(boot_filename));
|
||||
}
|
||||
// screenManager.switchScreen(new FileSelectScreen());
|
||||
|
||||
UIShader_Init();
|
||||
|
Loading…
Reference in New Issue
Block a user