Header include cleanups

This commit is contained in:
libretroadmin 2023-01-24 02:30:58 +01:00
parent c6dc92fc07
commit 980196b24d
4 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -34,6 +34,7 @@
#include "../common/gl3_common.h"
#include "../../retroarch.h"
#include "../../verbosity.h"
#include "../../msg_hash.h"