X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.h;h=7c5e89b4070cab51e2801dde7ff4dcd47115c384;hb=fcf94fcc20e7bdd527a28fe8e1b265862b616016;hp=9ba0219dfa8476c36642472de9866d915715b33f;hpb=a7efb231fe6836315016c08042e30477937635cd;p=picodrive.git diff --git a/platform/common/emu.h b/platform/common/emu.h index 9ba0219..7c5e89b 100644 --- a/platform/common/emu.h +++ b/platform/common/emu.h @@ -61,3 +61,4 @@ void emu_DoTurbo(int *pad, int acts); extern const char * const keyNames[]; void emu_prepareDefaultConfig(void); +void emu_platformDebugCat(char *str);