GBA BIOS: Define M_PI if not defined
Jeffrey Pfau jeffrey@endrift.com
Mon, 23 Mar 2015 02:16:17 -0700
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
src/gba/bios.c
→
src/gba/bios.c
@@ -10,6 +10,10 @@ #include "gba/io.h"
#include "gba/memory.h" #include "isa-inlines.h" +#ifndef M_PI +#define M_PI 3.141592654f +#endif + const uint32_t GBA_BIOS_CHECKSUM = 0xBAAE187F; const uint32_t GBA_DS_BIOS_CHECKSUM = 0xBAAE1880;