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:
Fixes a typo in Makefile.common that meant all platform-specific build flags were being ignored...
Adds OpenDingux build jobs to the .gitlab-ci.yml file (the core runs full speed on an RG350M)
Sets the default widescreen setting to OFF on OpenDingux platforms
At present, the
max_width
,base_width
andbase_height
values reported byretro_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:
Makefile.common
that meant all platform-specific build flags were being ignored....gitlab-ci.yml
file (the core runs full speed on an RG350M)OFF
on OpenDingux platforms