mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
Set #if 0 to 1 to test JPEG thumbnails
This commit is contained in:
parent
185050075a
commit
f052ebf872
@ -721,7 +721,11 @@ static void xmb_update_thumbnail_path(void *data, unsigned i)
|
||||
free(tmp);
|
||||
}
|
||||
|
||||
#if 0
|
||||
strlcat(xmb->thumbnail_file_path, ".jpg", sizeof(xmb->thumbnail_file_path));
|
||||
#else
|
||||
strlcat(xmb->thumbnail_file_path, ".png", sizeof(xmb->thumbnail_file_path));
|
||||
#endif
|
||||
}
|
||||
|
||||
static void menu_display_handle_thumbnail_upload(void *task_data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user