libretro: adjust blargg crop

This commit is contained in:
trinemark 2019-04-27 21:52:45 -05:00 committed by Stephen Anthony
parent 503501a951
commit a795593000
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ static void update_variables(bool init = false)
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();
}