PSP2: Load default overrides

This commit is contained in:
Jeffrey Pfau 2015-07-26 18:22:33 -07:00
parent 5c6f8e3799
commit d957736ed9
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "gba/gba.h"
#include "gba/input.h"
#include "gba/audio.h"
#include "gba/supervisor/overrides.h"
#include "gba/video.h"
#include "gba/renderers/video-software.h"
@ -128,6 +129,7 @@ int main() {
GBAVideoAssociateRenderer(&gba->video, &renderer.d);
GBALoadROM(gba, rom, save, 0);
GBAOverrideApplyDefaults(gba);
printf("%s loaded.", "ROM");
ARMReset(cpu);