mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(menu_displaylist.c) Indenting breaks syntax formatting for vim
This commit is contained in:
parent
b4c33a05f6
commit
97c9eab9ba
@ -1941,9 +1941,6 @@ void video_viewport_get_scaled_integer(struct video_viewport *vp,
|
||||
int padding_y = 0;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (!vp)
|
||||
return;
|
||||
|
||||
if (settings->video.aspect_ratio_idx == ASPECT_RATIO_CUSTOM)
|
||||
{
|
||||
struct video_viewport *custom = video_viewport_get_custom();
|
||||
|
@ -3689,9 +3689,9 @@ static int menu_displaylist_parse_generic(
|
||||
switch (file_type)
|
||||
{
|
||||
case FILE_TYPE_PLAIN:
|
||||
#if 0
|
||||
#if 0
|
||||
enum_idx = MENU_ENUM_LABEL_FILE_BROWSER_PLAIN_FILE;
|
||||
#endif
|
||||
#endif
|
||||
break;
|
||||
case FILE_TYPE_MOVIE:
|
||||
enum_idx = MENU_ENUM_LABEL_FILE_BROWSER_MOVIE_OPEN;
|
||||
|
Loading…
x
Reference in New Issue
Block a user