fusee: read from emuSD, if enabled

This commit is contained in:
Christoph Baumann
2025-05-15 13:32:40 +02:00
parent 40bb434a64
commit 6f3f468a5b
24 changed files with 747 additions and 404 deletions

View File

@@ -41,5 +41,6 @@ namespace ams::nxboot {
};
ParseIniResult ParseIniFile(IniSectionList &out_sections, const char *ini_path);
bool ParseIniSafe(IniSectionList &out_sections, const char *ini_path);
}