Makes it compile on Linux
This commit is contained in:
parent
373ff6e5ca
commit
9f0fb186bf
|
@ -6,7 +6,9 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#if defined(_WIN32) && !defined(_XBOX)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
#include "NDS.h"
|
#include "NDS.h"
|
||||||
#include "GPU.h"
|
#include "GPU.h"
|
||||||
#include "libretro.h"
|
#include "libretro.h"
|
||||||
|
@ -260,11 +262,6 @@ static void audio_set_state(bool enable)
|
||||||
(void)enable;
|
(void)enable;
|
||||||
}
|
}
|
||||||
|
|
||||||
WORD red_mask = 0x7C00;
|
|
||||||
WORD green_mask = 0x3E0;
|
|
||||||
WORD blue_mask = 0x1F;
|
|
||||||
|
|
||||||
|
|
||||||
void retro_run(void)
|
void retro_run(void)
|
||||||
{
|
{
|
||||||
update_input();
|
update_input();
|
||||||
|
|
Loading…
Reference in New Issue