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