diff --git a/libretro-common/formats/png/rpng.c b/libretro-common/formats/png/rpng.c index fc6f33e260..10d0bee57a 100644 --- a/libretro-common/formats/png/rpng.c +++ b/libretro-common/formats/png/rpng.c @@ -45,7 +45,7 @@ #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) #endif -#define NONBLOCKING_TEST +//#define NONBLOCKING_TEST static const uint8_t png_magic[8] = { 0x89, 'P', 'N', 'G', 0x0d, 0x0a, 0x1a, 0x0a,