RETRO_ENVIRONMENT_SET_LIBRETRO_PATH - explain false return value

This commit is contained in:
twinaphex 2013-08-25 13:28:41 +02:00
parent e1cc0c3160
commit 31946847db
1 changed files with 1 additions and 0 deletions

View File

@ -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.