diff --git a/Src/gui/gui.cpp b/Src/gui/gui.cpp index 0cb9bc5..fb6cc80 100644 --- a/Src/gui/gui.cpp +++ b/Src/gui/gui.cpp @@ -20,11 +20,19 @@ extern SDL_Surface *screen; +#if defined(GEKKO) +#define THEME_ROOT_PATH "/frodo/themes" +#define METADATA_ROOT_PATH "/frodo/metadata" +#define GAME_ROOT_PATH "/frodo/images" +#define TMP_ROOT_PATH "/frodo/tmp" +#define SAVE_GAME_ROOT_PATH "/frodo/saves" +#else #define THEME_ROOT_PATH "themes" #define METADATA_ROOT_PATH "metadata" #define GAME_ROOT_PATH "images" #define TMP_ROOT_PATH "tmp" #define SAVE_GAME_ROOT_PATH "saves" +#endif static const char *get_theme_path(const char *dir, const char *what) {