FS: Stub TWL_PHOTO

This commit is contained in:
wheremyfoodat 2024-12-08 22:33:14 +02:00
parent 4d4029ab51
commit b436fdca64
7 changed files with 223 additions and 146 deletions

View file

@ -99,6 +99,9 @@ ArchiveBase* FSService::getArchiveFromID(u32 id, const FSPath& archivePath) {
case ArchiveID::SDMC: return &sdmc;
case ArchiveID::SDMCWriteOnly: return &sdmcWriteOnly;
case ArchiveID::SavedataAndNcch: return &ncch; // This can only access NCCH outside of FSPXI
case ArchiveID::TwlPhoto: return &twlPhoto;
default:
Helpers::panic("Unknown archive. ID: %d\n", id);
return nullptr;