mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(Griffin) Cleanups
This commit is contained in:
parent
08eb81ca64
commit
8451cf867e
@ -26,7 +26,6 @@ default_paths_t default_paths;
|
|||||||
CONSOLE EXTENSIONS
|
CONSOLE EXTENSIONS
|
||||||
============================================================ */
|
============================================================ */
|
||||||
#include "../rarch_console_rom_ext.c"
|
#include "../rarch_console_rom_ext.c"
|
||||||
|
|
||||||
#include "../rarch_console_video.c"
|
#include "../rarch_console_video.c"
|
||||||
|
|
||||||
#ifdef HAVE_RARCH_MAIN_WRAP
|
#ifdef HAVE_RARCH_MAIN_WRAP
|
||||||
@ -115,10 +114,8 @@ VIDEO IMAGE
|
|||||||
VIDEO DRIVER
|
VIDEO DRIVER
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
#if defined(HAVE_OPENGLES11)
|
#if defined(HAVE_OPENGL)
|
||||||
#include "../../gfx/gl.c"
|
#include "../../gfx/gl.c"
|
||||||
#elif defined(HAVE_OPENGLES20)
|
|
||||||
#include "../../gfx/gles.c"
|
|
||||||
#elif defined(GEKKO)
|
#elif defined(GEKKO)
|
||||||
#include "../../wii/gx_video.c"
|
#include "../../wii/gx_video.c"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user