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