properly handle ROMs with encrypted secure area

This commit is contained in:
Arisotura
2020-03-30 11:04:50 +02:00
parent 5f99a68151
commit 104b2a03aa
3 changed files with 68 additions and 22 deletions

View File

@ -44,6 +44,7 @@ void Reset();
void DoSavestate(Savestate* file);
void DecryptSecureArea(u8* out);
bool LoadROM(const char* path, const char* sram, bool direct);
void RelocateSave(const char* path, bool write);