mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-04 17:35:10 +01:00
fixes for compiling on r18
This commit is contained in:
parent
f8b3bdf41c
commit
31da4f95c9
@ -26,6 +26,7 @@
|
|||||||
#pragma warning ( disable : 4290 )
|
#pragma warning ( disable : 4290 )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifndef CH_LIST
|
#ifndef CH_LIST
|
||||||
#define CH_LIST
|
#define CH_LIST
|
||||||
|
@ -65,6 +65,10 @@ Revision History:
|
|||||||
//#include "driver.h" /* use M.A.M.E. */
|
//#include "driver.h" /* use M.A.M.E. */
|
||||||
#include "fmopl.h"
|
#include "fmopl.h"
|
||||||
|
|
||||||
|
#ifdef HW_RVL
|
||||||
|
#include "../platform/wii/config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef PI
|
#ifndef PI
|
||||||
#define PI 3.14159265358979323846
|
#define PI 3.14159265358979323846
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user