From: Thorsten O. <ad...@th...> - 2024-08-17 12:16:09
|
On Samstag, 17. August 2024 14:01:17 CEST Jo Even Skarstein wrote: > What is the > correct way to detect the presence of this feature? If the "video" > parameter is removed in the future I would want the videomode selector > to support both. I think there is no reliable way of detecting whether xaaes uses the old name (video =) or the new name (mode =), since both are usually commented out. It should be safe however to simply write both entries, in the worst case you get a warning about an unknown variable in xa_boot.log. The changes were introduced in 3223f88c432f07b5572d225904659b7d97143c0f, and later documented in https://github.com/freemint/freemint/commit/ ee484c1c45e64cb2487273825d65ddb6e7109e59 |