Makes it compile on Linux

This commit is contained in:
twinaphex 2017-02-08 06:54:35 +01:00
parent d1042a4328
commit 70ec433955
1 changed files with 2 additions and 5 deletions

View File

@ -6,7 +6,9 @@
#include <math.h>
#include <stdio.h>
#if defined(_WIN32) && !defined(_XBOX)
#include <windows.h>
#endif
#include "NDS.h"
#include "GPU.h"
#include "libretro.h"
@ -260,11 +262,6 @@ static void audio_set_state(bool enable)
(void)enable;
}
WORD red_mask = 0x7C00;
WORD green_mask = 0x3E0;
WORD blue_mask = 0x1F;
void retro_run(void)
{
update_input();