MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEUI_GetBaseDirectory

Function FCEUI_GetBaseDirectory

src/file.cpp:467–470  ·  view source on GitHub ↗

Gets the base directory

Source from the content-addressed store, hash-verified

465}
466/// Gets the base directory
467const char *FCEUI_GetBaseDirectory(void)
468{
469 return BaseDirectory.c_str();
470}
471
472static char *odirs[FCEUIOD__COUNT]={0,0,0,0,0,0,0,0,0,0,0,0,0}; // odirs, odors. ^_^
473

Callers 15

loadFromFileMethod · 0.85
saveToFileMethod · 0.85
saveCheatFileMethod · 0.85
mappingLoadMethod · 0.85
mappingSaveMethod · 0.85
mappingSaveAsMethod · 0.85
openPaletteFileDialogMethod · 0.85
openLoadPresetFileMethod · 0.85
openSavePresetFileMethod · 0.85
OpenHelpWindowMethod · 0.85
findHelpFileMethod · 0.85
openQssMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected