This commit is contained in:
twinaphex 2017-01-19 16:33:02 +01:00
parent e0ff0541a2
commit 586654846a
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@
#include "../drivers/ctr_gu.h"
#include "../../ctr/gpu_old.h"
#include "../../configuration.h"
#include "../../verbosity.h"
/* FIXME: this is just a workaround to avoid

View File

@ -1193,7 +1193,7 @@ static void thread_set_texture_enable(void *data, bool state, bool full_screen)
}
static void thread_set_osd_msg(void *data, const char *msg,
const struct font_params *params, void *font)
const void *params, void *font)
{
thread_video_t *thr = (thread_video_t*)data;