mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 02:38:11 +00:00
Buildfix
This commit is contained in:
parent
e0ff0541a2
commit
586654846a
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user