mirror of https://github.com/bsnes-emu/bsnes.git
use set geometry instead
This commit is contained in:
parent
120edb6f8c
commit
50fd7f1140
|
@ -615,7 +615,7 @@ void retro_run(void)
|
||||||
struct retro_system_av_info info;
|
struct retro_system_av_info info;
|
||||||
retro_get_system_av_info(&info);
|
retro_get_system_av_info(&info);
|
||||||
geometry_updated = false;
|
geometry_updated = false;
|
||||||
environ_cb(RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO, &info.geometry);
|
environ_cb(RETRO_ENVIRONMENT_SET_GEOMETRY, &info.geometry);
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_init = 0;
|
pre_init = 0;
|
||||||
|
|
Loading…
Reference in New Issue