mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Win32) Ignore window limiting with fixed position (#15092)
This commit is contained in:
parent
da076faa47
commit
281ccab6ee
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue