mirror of https://github.com/mgba-emu/mgba.git
GBA BIOS: Define M_PI if not defined
This commit is contained in:
parent
f519976c7f
commit
b55c873e34
|
@ -10,6 +10,10 @@
|
|||
#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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue