X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Femu.c;h=12d70e3d5ebae42e9b82fd5b6c8bf98c5ac7a481;hb=fcf94fcc20e7bdd527a28fe8e1b265862b616016;hp=9afa61b6f571f237376109fbe5f87e6cf3192a12;hpb=a7efb231fe6836315016c08042e30477937635cd;p=picodrive.git diff --git a/platform/gp2x/emu.c b/platform/gp2x/emu.c index 9afa61b..12d70e3 100644 --- a/platform/gp2x/emu.c +++ b/platform/gp2x/emu.c @@ -719,6 +719,11 @@ void emu_forcedFrame(int opts) currentConfig.EmuOpt = eo_old; } +void emu_platformDebugCat(char *str) +{ + // nothing +} + static void simpleWait(int thissec, int lim_time) { struct timeval tval;