Cleanups
This commit is contained in:
parent
2d62493157
commit
61a67f0938
|
@ -18,10 +18,10 @@
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <bps/bps.h>
|
|
||||||
|
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
|
|
||||||
|
#include <bps/bps.h>
|
||||||
|
|
||||||
#include "../../dynamic.h"
|
#include "../../dynamic.h"
|
||||||
#include "../../libretro_private.h"
|
#include "../../libretro_private.h"
|
||||||
|
|
||||||
|
|
|
@ -33,10 +33,6 @@
|
||||||
|
|
||||||
#include "../image/image.h"
|
#include "../image/image.h"
|
||||||
|
|
||||||
#ifdef HAVE_GLSL
|
|
||||||
#include "../shader_glsl.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define WINDOW_BUFFERS 2
|
#define WINDOW_BUFFERS 2
|
||||||
|
|
||||||
static bool g_use_hw_ctx;
|
static bool g_use_hw_ctx;
|
||||||
|
|
Loading…
Reference in New Issue