mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-22 04:31:17 +00:00
(PS3) Buildfix
This commit is contained in:
parent
9d5f44a7c6
commit
d84b08ab08
@ -62,7 +62,7 @@ static void libdbg_font_free_font(void *data)
|
||||
}
|
||||
|
||||
static void libdbg_font_render_msg(void *data, const char *msg,
|
||||
const void *params)
|
||||
const void *userdata)
|
||||
{
|
||||
float x, y, scale;
|
||||
unsigned color;
|
||||
|
@ -205,7 +205,7 @@ struct string_list *dir_list_new(const char *dir,
|
||||
const char *ext, bool include_dirs)
|
||||
{
|
||||
char path_buf[PATH_MAX_LENGTH];
|
||||
int i;
|
||||
int i = 0;
|
||||
struct string_list *ext_list, *list, *dir_list;
|
||||
#ifdef _WIN32
|
||||
WIN32_FIND_DATA ffd;
|
||||
|
@ -1107,6 +1107,8 @@ static int action_ok_video_resolution(const char *path,
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
(void)global;
|
||||
(void)width;
|
||||
(void)height;
|
||||
|
||||
#ifdef __CELLOS_LV2__
|
||||
if (global->console.screen.resolutions.list[
|
||||
|
Loading…
x
Reference in New Issue
Block a user