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