forked from len0rd/rockbox
sdl: a couple minor fixes
Prevents system SDL from interfering with thread driver selection. Also adds test code for alignment faults. Change-Id: I8bc181922c4a9e764429897dbbaa1ffaabd01126
This commit is contained in:
parent
c7f26de2bf
commit
71922db6cf
3 changed files with 18 additions and 20 deletions
|
@ -163,7 +163,7 @@
|
|||
#define vsnprintf rb->vsnprintf
|
||||
#define vsprintf vsprintf_wrapper
|
||||
|
||||
#define M_PI 3.141592
|
||||
#define M_PI 3.14159265358979323846
|
||||
#define EOF 0xff
|
||||
|
||||
#define LOAD_XPM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue