mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
Add an additional check to prevent crashes while exiting.
This commit is contained in:
parent
d97d918332
commit
ccc5f21532
@ -294,6 +294,9 @@ int screenshotConfig(int data)
|
||||
|
||||
void captureScreenshot()
|
||||
{
|
||||
if (!(dirExists("/3ds/")))
|
||||
makeDir("/3ds");
|
||||
|
||||
if (!(dirExists("/3ds/3DSident")))
|
||||
makeDir("/3ds/3DSident");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user