mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
Create screenshots folder if it doesn't exist
When taking a screenshot the windows implementation will now check for a folder to save to and create it if it does not exist g_pApp->field_D58 is now g_pApp->m_externalStorageDir
This commit is contained in:
@@ -231,7 +231,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLin
|
||||
|
||||
g_pApp = new NinecraftApp;
|
||||
g_pApp->m_pPlatform = &g_AppPlatform;
|
||||
g_pApp->field_D58 = ".";
|
||||
g_pApp->m_externalStorageDir = ".";
|
||||
|
||||
// initialize the app
|
||||
g_pApp->init();
|
||||
|
||||
Reference in New Issue
Block a user