diff --git a/quickmenu/arm9/source/main.cpp b/quickmenu/arm9/source/main.cpp index 44e7c87d70..9d7ede5971 100644 --- a/quickmenu/arm9/source/main.cpp +++ b/quickmenu/arm9/source/main.cpp @@ -754,6 +754,8 @@ TWL_CODE void SetWidescreen(const char *filename) { fcopy(wideBinPath, "/_nds/nds-bootstrap/wideCheatData.bin"); // Prepare for reboot into 16:10 TWL_FIRM + mkdir("sd:/luma", 0777); + mkdir("sd:/luma/sysmodules", 0777); rename("sd:/luma/sysmodules/TwlBg.cxi", "sd:/luma/sysmodules/TwlBg_bak.cxi"); rename("sd:/_nds/TWiLightMenu/TwlBg/Widescreen.cxi", "sd:/luma/sysmodules/TwlBg.cxi"); diff --git a/romsel_aktheme/arm9/source/windows/mainwnd.cpp b/romsel_aktheme/arm9/source/windows/mainwnd.cpp index 4a8a00b11e..545abad356 100644 --- a/romsel_aktheme/arm9/source/windows/mainwnd.cpp +++ b/romsel_aktheme/arm9/source/windows/mainwnd.cpp @@ -561,6 +561,8 @@ void bootWidescreen(const char *filename) fcopy(wideBinPath, "/_nds/nds-bootstrap/wideCheatData.bin"); // Prepare for reboot into 16:10 TWL_FIRM + mkdir("sd:/luma", 0777); + mkdir("sd:/luma/sysmodules", 0777); rename("sd:/luma/sysmodules/TwlBg.cxi", "sd:/luma/sysmodules/TwlBg_bak.cxi"); rename("sd:/_nds/TWiLightMenu/TwlBg/Widescreen.cxi", "sd:/luma/sysmodules/TwlBg.cxi"); diff --git a/romsel_dsimenutheme/arm9/source/main.cpp b/romsel_dsimenutheme/arm9/source/main.cpp index dd7693031a..7a2c59c272 100644 --- a/romsel_dsimenutheme/arm9/source/main.cpp +++ b/romsel_dsimenutheme/arm9/source/main.cpp @@ -538,6 +538,8 @@ TWL_CODE void SetWidescreen(const char *filename) { fcopy(wideBinPath, "/_nds/nds-bootstrap/wideCheatData.bin"); // Prepare for reboot into 16:10 TWL_FIRM + mkdir("sd:/luma", 0777); + mkdir("sd:/luma/sysmodules", 0777); rename("sd:/luma/sysmodules/TwlBg.cxi", "sd:/luma/sysmodules/TwlBg_bak.cxi"); rename("sd:/_nds/TWiLightMenu/TwlBg/Widescreen.cxi", "sd:/luma/sysmodules/TwlBg.cxi"); diff --git a/romsel_r4theme/arm9/source/main.cpp b/romsel_r4theme/arm9/source/main.cpp index c05e56dad0..2784110a4f 100644 --- a/romsel_r4theme/arm9/source/main.cpp +++ b/romsel_r4theme/arm9/source/main.cpp @@ -778,6 +778,8 @@ TWL_CODE void SetWidescreen(const char *filename) { fcopy(wideBinPath, "/_nds/nds-bootstrap/wideCheatData.bin"); // Prepare for reboot into 16:10 TWL_FIRM + mkdir("sd:/luma", 0777); + mkdir("sd:/luma/sysmodules", 0777); rename("sd:/luma/sysmodules/TwlBg.cxi", "sd:/luma/sysmodules/TwlBg_bak.cxi"); rename("sd:/_nds/TWiLightMenu/TwlBg/Widescreen.cxi", "sd:/luma/sysmodules/TwlBg.cxi");