Add an additional check to prevent crashes while exiting.

This commit is contained in:
Joel 2016-11-15 17:52:36 -06:00
parent d97d918332
commit ccc5f21532

View File

@ -294,6 +294,9 @@ int screenshotConfig(int data)
void captureScreenshot()
{
if (!(dirExists("/3ds/")))
makeDir("/3ds");
if (!(dirExists("/3ds/3DSident")))
makeDir("/3ds/3DSident");