DirtBagXon / hypseus-singe

Hypseus is a SDL2 version of Daphne and Singe. Laserdisc game emulation.
https://discord.gg/dgCsCfmRfJ
GNU General Public License v3.0
143 stars 19 forks source link

[Windows] absolute paths, for bezel file locations, are not allowed #147

Closed sanviler closed 2 weeks ago

sanviler commented 3 months ago

It seems there is no way to pass an absolute path as option, to the -bezel parameter.

I would like to store my bezel in another directory, in my filesystem, since it is where I keep all the overlays, for other emulators too. For example, let's say I have this bezel in "X:\overlays\bezels\dlair.png".

When I start hypseus with the parameter: "-bezel x:\overlays\bezels\dlair.png" I get the following errors:

"Invalid -bezel file: x:\overlays\arcade bezels\dlair.png [Use .png]"

followed by:

"Bad command line or initialization problem."

Hypseus closes and gets back to windows.

DirtBagXon commented 2 weeks ago

See new -bezeldir argument in v2.11.3