X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=9a5ae660253d9dd2fd1cba91c5d967ec121f56f2;hb=35f2b65ef708e7afc922ceda8d00b716de289610;hp=8f8f61f4298cde481e09e07c28c0ee421969ac6b;hpb=c7074ddb0258ab03b9329bef9930c28ba46ae6da;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 8f8f61f..9a5ae66 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -74,6 +74,7 @@ typedef struct _currentConfig_t { int analog_deadzone; int msh2_khz; int ssh2_khz; + int overclock_68k; } currentConfig_t; extern currentConfig_t currentConfig, defaultConfig; @@ -129,6 +130,8 @@ void emu_text_out16(int x, int y, const char *text); void emu_text_out8_rot (int x, int y, const char *text); void emu_text_out16_rot(int x, int y, const char *text); +void emu_osd_text16(int x, int y, const char *text); + void emu_make_path(char *buff, const char *end, int size); void emu_update_input(void); void emu_get_game_name(char *str150);