mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
whoops, syntax error
This commit is contained in:
parent
e85167072e
commit
4f004ebebc
@ -41,7 +41,7 @@
|
||||
#define PI 3.14159265359f
|
||||
#endif
|
||||
|
||||
#ifndef max(x, y)
|
||||
#ifndef max
|
||||
#define max(x, y) x >= y ? x : y
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user