GBA BIOS: Define M_PI if not defined

This commit is contained in:
Jeffrey Pfau 2015-03-23 02:16:17 -07:00
parent f519976c7f
commit b55c873e34
1 changed files with 4 additions and 0 deletions

View File

@ -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;