summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0e05f04..f019d21 100644
--- a/main.c
+++ b/main.c
@@ -439,7 +439,7 @@ void trigger_ext_event()
get_savestate_filename_noshot(savestate_slot,
current_savestate_filename);
- load_state(current_savestate_filename);
+ gba_load_state(current_savestate_filename);
switch(event_number)
{