mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Don't define NONBLOCKING_TEST by default
This commit is contained in:
parent
0bb5e0c7fd
commit
7d55de8278
@ -45,7 +45,7 @@
|
|||||||
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
|
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NONBLOCKING_TEST
|
//#define NONBLOCKING_TEST
|
||||||
|
|
||||||
static const uint8_t png_magic[8] = {
|
static const uint8_t png_magic[8] = {
|
||||||
0x89, 'P', 'N', 'G', 0x0d, 0x0a, 0x1a, 0x0a,
|
0x89, 'P', 'N', 'G', 0x0d, 0x0a, 0x1a, 0x0a,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user