libretro / cannonball

Cannonball: An Enhanced OutRun Engine
http://reassembler.blogspot.com
7 stars 19 forks source link

Fix reported video dimensions (retro_get_system_av_info()) + add OpenDingux target to .gitlab-ci.yml #28

Closed jdgleaver closed 2 years ago

jdgleaver commented 2 years ago

At present, the max_width, base_width and base_height values reported by retro_get_system_av_info() are entirely wrong, since they ignore the current widescreen and high resolution mode settings. This PR fixes the issue, and also ensure that geometry updates are registered when widescreen and high resolution mode settings are changed via the in-game menu.

In addition, the PR: