mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Header include cleanups
This commit is contained in:
parent
c6dc92fc07
commit
980196b24d
@ -39,12 +39,12 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "../../retroarch.h"
|
||||
#include "../video_driver.h"
|
||||
|
||||
#ifdef VITA
|
||||
#define GL_RGBA8 GL_RGBA
|
||||
#define GL_RGB8 GL_RGB
|
||||
#define GL_BGRA_EXT GL_RGBA // Currently unsupported in vitaGL
|
||||
#define GL_BGRA_EXT GL_RGBA /* Currently unsupported in vitaGL */
|
||||
#define GL_CLAMP GL_CLAMP_TO_EDGE
|
||||
#endif
|
||||
|
||||
|
@ -31,8 +31,8 @@
|
||||
#include <glsym/glsym.h>
|
||||
#include <formats/image.h>
|
||||
|
||||
#include "../video_driver.h"
|
||||
#include "../video_coord_array.h"
|
||||
#include "../../retroarch.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
|
@ -32,8 +32,8 @@
|
||||
#include <glsym/glsym.h>
|
||||
#include <formats/image.h>
|
||||
|
||||
#include "../video_driver.h"
|
||||
#include "../video_coord_array.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../drivers_shader/shader_gl3.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
@ -34,6 +34,7 @@
|
||||
|
||||
#include "../common/gl3_common.h"
|
||||
|
||||
#include "../../retroarch.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../msg_hash.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user