mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Style nits
This commit is contained in:
parent
223cae66c1
commit
4dec80e9e3
@ -1758,10 +1758,8 @@ static void menu_displaylist_set_new_playlist(
|
||||
|
||||
if (playlist_init_cached(path, playlist_size))
|
||||
{
|
||||
playlist_t *playlist =
|
||||
playlist_get_cached();
|
||||
enum playlist_sort_mode current_sort_mode =
|
||||
playlist_get_sort_mode(playlist);
|
||||
playlist_t *playlist = playlist_get_cached();
|
||||
enum playlist_sort_mode current_sort_mode = playlist_get_sort_mode(playlist);
|
||||
|
||||
/* Sort playlist, if required */
|
||||
if (sort_enabled &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user