You've already forked AM2R-Community-Updates
mirror of
https://github.com/izzy2lost/AM2R-Community-Updates.git
synced 2026-03-10 11:23:35 -07:00
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
/// apply_screenres()
|
|
if (os_is_native) {
|
|
window_set_fullscreen(global.opfullscreen);
|
|
display_reset(0, global.opvsync);
|
|
if (global.opfullscreen == 0) set_window_scale(global.opscale);
|
|
} else set_fullscreen(global.opfullscreen);
|