From 4a2e8b07609edb255606d28516b999e3ec9df284 Mon Sep 17 00:00:00 2001 From: profi200 Date: Sun, 14 Jun 2020 03:09:17 +0200 Subject: [PATCH] Whoops, why did i delete this? --- source/arm11/hardware/lgy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/arm11/hardware/lgy.c b/source/arm11/hardware/lgy.c index 2e3e6a3..388552f 100644 --- a/source/arm11/hardware/lgy.c +++ b/source/arm11/hardware/lgy.c @@ -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