use set geometry instead

This commit is contained in:
radius 2018-02-02 22:07:30 -05:00
parent 120edb6f8c
commit 50fd7f1140
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ void retro_run(void)
struct retro_system_av_info info;
retro_get_system_av_info(&info);
geometry_updated = false;
environ_cb(RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO, &info.geometry);
environ_cb(RETRO_ENVIRONMENT_SET_GEOMETRY, &info.geometry);
}
pre_init = 0;