diff --git a/source/screenshot.c b/source/screenshot.c index becb9e7..873a6ea 100644 --- a/source/screenshot.c +++ b/source/screenshot.c @@ -294,6 +294,9 @@ int screenshotConfig(int data) void captureScreenshot() { + if (!(dirExists("/3ds/"))) + makeDir("/3ds"); + if (!(dirExists("/3ds/3DSident"))) makeDir("/3ds/3DSident");