mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Win32:Prevent crash without ui_atlas.zim
Just exit PPSSPP.Work around #6843
This commit is contained in:
parent
8a2ad025c7
commit
eca659d6f1
@ -541,6 +541,10 @@ void NativeInitGraphics() {
|
||||
#endif
|
||||
PanicAlert("Failed to load ui_atlas.zim.\n\nPlace it in the directory \"assets\" under your PPSSPP directory.");
|
||||
ELOG("Failed to load ui_atlas.zim");
|
||||
#ifdef _WIN32
|
||||
UINT ExitCode = 0;
|
||||
ExitProcess(ExitCode);
|
||||
#endif
|
||||
}
|
||||
|
||||
uiContext = new UIContext();
|
||||
|
Loading…
Reference in New Issue
Block a user