mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(Win32) Ignore window limiting with fixed position (#15092)
This commit is contained in:
parent
da076faa47
commit
281ccab6ee
@ -979,6 +979,9 @@ static LRESULT CALLBACK wnd_proc_common(
|
||||
bool window_show_decor = settings ? settings->bools.video_window_show_decorations : true;
|
||||
bool ui_menubar_enable = settings ? settings->bools.ui_menubar_enable : true;
|
||||
|
||||
if (settings && settings->bools.video_window_save_positions)
|
||||
break;
|
||||
|
||||
win32_get_av_info_geometry(&min_width, &min_height);
|
||||
|
||||
if (window_show_decor)
|
||||
|
Loading…
x
Reference in New Issue
Block a user