Skip to content

Instantly share code, notes, and snippets.

@Themaister
Created June 11, 2012 22:14
Show Gist options
  • Save Themaister/2913060 to your computer and use it in GitHub Desktop.
Save Themaister/2913060 to your computer and use it in GitHub Desktop.
#define RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY 9
// const char ** --
// Returns the "system" directory of the frontend.
// This directory can be used to store system specific ROMs such as BIOSes, configuration data, etc.
// The returned value can be NULL.
// If so, no such directory is defined,
// and it's up to the implementation to find a suitable directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment