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

Function fceuExecutablePath

src/drivers/Qt/ConsoleUtilities.cpp:298–305  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

296}
297//---------------------------------------------------------------------------
298const char *fceuExecutablePath(void)
299{
300 if (fceuExecPath.size() == 0)
301 {
302 _fceuExecutablePath( fceuExecPath );
303 }
304 return fceuExecPath.c_str();
305}
306//---------------------------------------------------------------------------
307int fceuLoadConfigColor( const char *confName, QColor *color )
308{

Callers 6

openPaletteFileDialogMethod · 0.85
openQssMethod · 0.85
openQPalMethod · 0.85
paletteSaveAsMethod · 0.85
openPaletteFileMethod · 0.85
openLuaScriptFileMethod · 0.85

Calls 2

_fceuExecutablePathFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected