Bootstrap: Use Download Play as the placeholder title for the Camera App instead

This commit is contained in:
Tony Wasserka 2024-03-10 11:27:13 +01:00
parent 3a9af165ee
commit efa3272b67

View file

@ -346,9 +346,9 @@ if (bootstrap_nand) // Experimental system bootstrapper
// Normally, this is the Camera app, which isn't bundled in game update // Normally, this is the Camera app, which isn't bundled in game update
// partitions. Since the setup only reads the ExeFS icon that aren't // partitions. Since the setup only reads the ExeFS icon that aren't
// specific to the Camera app (likely to perform general checks), we // specific to the Camera app (likely to perform general checks), we
// use the Sound app as a drop-in replacement if needed. // use the Download Play app as a drop-in replacement if needed.
if (!std::filesystem::exists("./data/00040010/00022400")) { if (!std::filesystem::exists("./data/00040010/00022400")) {
std::filesystem::copy("./data/00040010/00022500", "./data/00040010/00022400", std::filesystem::copy_options::recursive); std::filesystem::copy("./data/00040010/00022100", "./data/00040010/00022400", std::filesystem::copy_options::recursive);
} }
std::filesystem::create_directories("./data/ro/sys"); std::filesystem::create_directories("./data/ro/sys");