mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-07 03:56:12 +00:00
(Libretro SDK) Build fix for Wii
This commit is contained in:
parent
475273a4d4
commit
dd713037b0
@ -74,6 +74,7 @@
|
||||
if (!(cond)) { RARCH_ERR("Assertion failed at %s:%d.\n", __FILE__, __LINE__); abort(); } \
|
||||
} while(0)
|
||||
#else
|
||||
#include <assert.h>
|
||||
#define rarch_assert(cond) assert(cond)
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user