Added debug on modding import

This commit is contained in:
Lywx
2025-02-02 12:02:19 -06:00
committed by GitHub
parent 7526a83a51
commit 053d97a433
+1
View File
@@ -115,6 +115,7 @@ int main(int argc, char *argv[]) {
modding_import->add_option("mode", mode, "code, otr, o2r or header")->required();
modding_import->add_option("<baserom.z64>", filename, "")->required()->check(CLI::ExistingFile);
modding_import->add_flag("-v,--verbose", debug, "Verbose Debug Mode");
modding_import->parse_complete_callback([&] {
ArchiveType otrMode;