Whoops, why did i delete this?

This commit is contained in:
profi200 2020-06-14 03:09:17 +02:00
parent bc03a06335
commit 4a2e8b0760
No known key found for this signature in database
GPG Key ID: 17B42AE5911139F3
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ static Result loadRom(const char *const path, u32 *const rsOut)
return res;
}
// Code based on: https://github.com/Gericom/GBARunner2/blob/master/arm9/source/save/Save.vram.cpp
static u16 tryDetectSaveType(u32 romSize)
{
#ifndef NDEBUG