X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flibretro%2Flibretro.c;h=f11b5dae8aadf5353574826ce52fced2d57b4360;hb=cb5021471da11969696c474d922fdaac05e2eb83;hp=a4bc0a1bbf44caa49993de1d8e738c0189c8e9a6;hpb=e5326b1a0e5fe59e95db275c52acffd4bd50e7da;p=picodrive.git diff --git a/platform/libretro/libretro.c b/platform/libretro/libretro.c index a4bc0a1..f11b5da 100644 --- a/platform/libretro/libretro.c +++ b/platform/libretro/libretro.c @@ -741,7 +741,6 @@ void retro_cheat_set(unsigned index, bool enabled, const char *code) while (buff != NULL) { - log_cb(RETRO_LOG_INFO,"Buff: %s\n",buff); decode(buff, &pt); if (pt.addr == (uint32_t) -1 || pt.data == (uint16_t) -1) {