mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
creport: Change report path to crash_reports
This commit is contained in:
parent
c547ed50aa
commit
84bcaf8dc6
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ void CrashReport::EnsureReportDirectories() {
|
|||
char path[FS_MAX_PATH];
|
||||
strcpy(path, "sdmc:/atmosphere");
|
||||
mkdir(path, S_IRWXU);
|
||||
strcat(path, "/crash reports");
|
||||
strcat(path, "/crash_reports");
|
||||
mkdir(path, S_IRWXU);
|
||||
strcat(path, "/dumps");
|
||||
mkdir(path, S_IRWXU);
|
||||
|
|
Loading…
Reference in a new issue