This commit is contained in:
twinaphex 2015-10-31 21:41:31 +01:00
parent 2d62493157
commit 61a67f0938
2 changed files with 2 additions and 6 deletions

View File

@ -18,10 +18,10 @@
#include <stddef.h>
#include <string.h>
#include <bps/bps.h>
#include <boolean.h>
#include <bps/bps.h>
#include "../../dynamic.h"
#include "../../libretro_private.h"

View File

@ -33,10 +33,6 @@
#include "../image/image.h"
#ifdef HAVE_GLSL
#include "../shader_glsl.h"
#endif
#define WINDOW_BUFFERS 2
static bool g_use_hw_ctx;