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

Function FCEUI_SetBaseDirectory

src/file.cpp:462–465  ·  view source on GitHub ↗

Updates the base directory

Source from the content-addressed store, hash-verified

460
461/// Updates the base directory
462void FCEUI_SetBaseDirectory(std::string const & dir)
463{
464 BaseDirectory = dir;
465}
466/// Gets the base directory
467const char *FCEUI_GetBaseDirectory(void)
468{

Callers 4

SetDirsFunction · 0.85
InitConfigFunction · 0.85
InitConfigFunction · 0.85
CLImainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected