mirror of https://github.com/snes9xgit/snes9x.git
Add fscompat.h
This commit is contained in:
parent
600b62877b
commit
dead0a7968
|
@ -26,10 +26,6 @@ void S9xToggleSoundChannel (int);
|
|||
bool8 S9xOpenSnapshotFile (const char *, bool8, STREAM *);
|
||||
void S9xCloseSnapshotFile (STREAM);
|
||||
const char * S9xStringInput (const char *);
|
||||
std::string S9xGetDirectory (enum s9x_getdirtype);
|
||||
std::string S9xGetFilenameInc (std::string, enum s9x_getdirtype);
|
||||
std::string S9xBasename (std::string);
|
||||
std::string S9xBasenameNoExt (std::string);
|
||||
|
||||
// Routines the port has to implement if it uses command-line
|
||||
|
||||
|
|
Loading…
Reference in New Issue