diff options
author | neonloop | 2021-03-12 16:11:08 +0000 |
---|---|---|
committer | neonloop | 2021-03-12 16:11:08 +0000 |
commit | e117e43bd06627f7fadb2c58adf07e058f100579 (patch) | |
tree | 5ee6bc026b2c6790f4cf5df1f166f3da8c4831d7 /shell/emu/main.h | |
parent | 6d4c2c9b14b626df0fa71cb1869770d2923a470d (diff) | |
download | snes9x2002-e117e43bd06627f7fadb2c58adf07e058f100579.tar.gz snes9x2002-e117e43bd06627f7fadb2c58adf07e058f100579.tar.bz2 snes9x2002-e117e43bd06627f7fadb2c58adf07e058f100579.zip |
Initial trimui s support
Diffstat (limited to 'shell/emu/main.h')
-rw-r--r-- | shell/emu/main.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/emu/main.h b/shell/emu/main.h new file mode 100644 index 0000000..8bf6c42 --- /dev/null +++ b/shell/emu/main.h @@ -0,0 +1,8 @@ +#ifndef MAIN_H +#define MAIN_H + +// utility functions that the core requires us to implement +extern const char* S9xGetFilename(const char* extension); +extern const char* S9xGetDirectory(uint32_t dirtype); + +#endif |