add AR code translator shell

This commit is contained in:
Martin Michelsen
2023-11-18 21:33:45 -08:00
parent dd5873266d
commit 5499d29cc2
8 changed files with 185 additions and 7 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ DOLFileIndex::DOLFileIndex(const string& directory) {
string name = filename.substr(0, filename.size() - (is_compressed_dol ? 8 : 4));
try {
shared_ptr<DOLFile> dol(new DOLFile());
shared_ptr<File> dol(new File());
dol->menu_item_id = next_menu_item_id++;
dol->name = name;