mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +00:00
Cleanups
This commit is contained in:
parent
c51347c532
commit
1eadb9fcab
@ -40,14 +40,6 @@
|
||||
#include "../gfx_context.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)
|
||||
static PSGLdevice* gl_device;
|
||||
static PSGLcontext* gl_context;
|
||||
|
@ -198,7 +198,6 @@ static bool gfx_ctx_xdk_init(void)
|
||||
static bool gfx_ctx_xdk_set_video_mode(
|
||||
unsigned width, unsigned height, bool fullscreen)
|
||||
{
|
||||
/* TODO: implement */
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -471,7 +471,6 @@ bool config_load_file(const char *path)
|
||||
bool throttle_enable = false;
|
||||
bool triple_buffering_enable = false;
|
||||
bool custom_bgm_enable = false;
|
||||
bool screenshots_enable = false;
|
||||
bool flicker_filter_enable = false;
|
||||
bool soft_filter_enable = false;
|
||||
bool sram_dir_enable = false;
|
||||
|
Loading…
Reference in New Issue
Block a user