From 31946847db6abf48619452279a14371ab5a279dd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 25 Aug 2013 13:28:41 +0200 Subject: [PATCH] RETRO_ENVIRONMENT_SET_LIBRETRO_PATH - explain false return value --- libretro_private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro_private.h b/libretro_private.h index 6e41efcbfa..c602b39327 100644 --- a/libretro_private.h +++ b/libretro_private.h @@ -30,6 +30,7 @@ #define RETRO_ENVIRONMENT_SET_LIBRETRO_PATH (RETRO_ENVIRONMENT_PRIVATE | 0) // const char * -- // Sets the absolute path for the libretro core pointed to. RETRO_ENVIRONMENT_EXEC will use the last libretro core set with this call. + // Returns false if file for absolute path could not be found. #define RETRO_ENVIRONMENT_EXEC (RETRO_ENVIRONMENT_PRIVATE | 1) // const char * -- // Requests that this core is deinitialized, and a new core is loaded.