mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
Cleanups
This commit is contained in:
parent
c51347c532
commit
1eadb9fcab
@ -40,14 +40,6 @@
|
|||||||
#include "../gfx_context.h"
|
#include "../gfx_context.h"
|
||||||
#include "../fonts/gl_font.h"
|
#include "../fonts/gl_font.h"
|
||||||
|
|
||||||
#ifdef HAVE_GLSL
|
|
||||||
#include "../shader_glsl.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_CG
|
|
||||||
#include "../shader_cg.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(HAVE_PSGL)
|
#if defined(HAVE_PSGL)
|
||||||
static PSGLdevice* gl_device;
|
static PSGLdevice* gl_device;
|
||||||
static PSGLcontext* gl_context;
|
static PSGLcontext* gl_context;
|
||||||
|
@ -198,7 +198,6 @@ static bool gfx_ctx_xdk_init(void)
|
|||||||
static bool gfx_ctx_xdk_set_video_mode(
|
static bool gfx_ctx_xdk_set_video_mode(
|
||||||
unsigned width, unsigned height, bool fullscreen)
|
unsigned width, unsigned height, bool fullscreen)
|
||||||
{
|
{
|
||||||
/* TODO: implement */
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -471,7 +471,6 @@ bool config_load_file(const char *path)
|
|||||||
bool throttle_enable = false;
|
bool throttle_enable = false;
|
||||||
bool triple_buffering_enable = false;
|
bool triple_buffering_enable = false;
|
||||||
bool custom_bgm_enable = false;
|
bool custom_bgm_enable = false;
|
||||||
bool screenshots_enable = false;
|
|
||||||
bool flicker_filter_enable = false;
|
bool flicker_filter_enable = false;
|
||||||
bool soft_filter_enable = false;
|
bool soft_filter_enable = false;
|
||||||
bool sram_dir_enable = false;
|
bool sram_dir_enable = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user