mirror of https://github.com/stella-emu/stella.git
libretro: adjust blargg crop
This commit is contained in:
parent
503501a951
commit
a795593000
|
@ -325,7 +325,7 @@ static void update_variables(bool init = false)
|
||||||
|
|
||||||
if(!init && !system_reset)
|
if(!init && !system_reset)
|
||||||
{
|
{
|
||||||
crop_left = setting_crop_hoverscan ? (stella.getVideoZoom() == 2 ? 25 : 8) : 0;
|
crop_left = setting_crop_hoverscan ? (stella.getVideoZoom() == 2 ? 26 : 8) : 0;
|
||||||
|
|
||||||
if(geometry_update) update_geometry();
|
if(geometry_update) update_geometry();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue