This commit is contained in:
twinaphex 2013-04-13 09:16:23 +02:00
parent c51347c532
commit 1eadb9fcab
3 changed files with 0 additions and 10 deletions

View File

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

View File

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

View File

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