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