From ba834beeb1550e122ecac62609f34cf7c9717139 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 20 Dec 2014 08:35:53 +0100 Subject: Change load_gamepak signature --- libretro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libretro.c') diff --git a/libretro.c b/libretro.c index 1ee6dd7..c7f2cd7 100644 --- a/libretro.c +++ b/libretro.c @@ -320,7 +320,7 @@ bool retro_load_game(const struct retro_game_info* info) gamepak_filename[0] = 0; - if (load_gamepak(info->path) != 0) + if (load_gamepak(info, info->path) != 0) { error_msg("Could not load the game file."); return false; -- cgit v1.2.3