From 08ae8226eb05199265b345d30cdf8f63c0df4e49 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 24 Aug 2013 22:56:34 +0200 Subject: [PATCH] Update libretro header --- libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro.h b/libretro.h index aeb9e4ad2a..06cbc3abb4 100755 --- a/libretro.h +++ b/libretro.h @@ -510,7 +510,7 @@ enum retro_mod // The frontend can tamper with the timing to fake fast-forward, slow-motion, frame stepping, etc. // In this case the delta time will use the reference value in frame_time_callback.. #define RETRO_ENVIRONMENT_SET_LIBRETRO_PATH 22 - // const char ** -- + // struct retro_variable * -- // Sets the absolute path for the libretro core pointed to. // Notifies libretro that audio data should be written.