From d4753076e89d42cdad4a4f1ca4688fad3c56d873 Mon Sep 17 00:00:00 2001 From: gameblabla Date: Sat, 5 Oct 2019 03:04:57 +0200 Subject: Port the libretro core and make it standalone. TODO : - Input should use our config file instead. - Missing audio in some games. (Star Ocean, doesn't happen with stock retroarch code. Odd...) --- shell/emu/main.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 shell/emu/main.h (limited to 'shell/emu/main.h') diff --git a/shell/emu/main.h b/shell/emu/main.h new file mode 100644 index 0000000..43688c3 --- /dev/null +++ b/shell/emu/main.h @@ -0,0 +1,9 @@ +#ifndef MAIN_H +#define MAIN_H + +int ResumeEmulation; +// utility functions that the core requires us to implement +extern const char* S9xGetFilename(const char* extension); +extern const char* S9xGetDirectory(uint32_t dirtype); + +#endif -- cgit v1.2.3