mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Show square sized widget on volume mute (#14884)
This commit is contained in:
parent
3b129e6098
commit
1060fcc913
@ -175,7 +175,9 @@ static void gfx_widget_volume_frame(void* data, void *user_data)
|
||||
video_width,
|
||||
video_height,
|
||||
0, 0,
|
||||
state->widget_width,
|
||||
(state->mute)
|
||||
? state->widget_height
|
||||
: state->widget_width,
|
||||
state->widget_height,
|
||||
video_width,
|
||||
video_height,
|
||||
|
Loading…
x
Reference in New Issue
Block a user