X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=6e7c3991b6a1b886b0363fbfe8da3d5fbdac11c5;hp=8f8f61f4298cde481e09e07c28c0ee421969ac6b;hb=f7e40c9b2e6d5ca446cb8c2edf9e7601dd9c97cd;hpb=9993e0d6dd65e7065e81cab76791c7c607cda0b2 diff --git a/platform/common/emu.h b/platform/common/emu.h index 8f8f61f..6e7c399 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -129,6 +129,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);