libretro / dosbox-svn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Enabling Gravis Ultrasound via the Options menu

Gagert opened this issue · comments

Having this option would make it easier to configure GUS via this libretro core. I usually have the ultrasnd folder within each of the GUS enabled game's folders (since the game's folders gets auto mounted to c: while starting a game with this core, and c:\ultrasnd is the traditional folder for GUS).

Maybe having the option to put the ultrasnd folder instead within the system folder in RetroArch itself (system\dosbox_svn\ultrasnd)?

I put ultrasnd in the rom top folder and create a short .conf file for every game that mounts the top folder as C before starting the game. But yes, it's definitely suitable for the system folder.

I will try to get it working

I just opened a PR that adds core options for the GUS. However, no special handling of ULTRADIR yet. For now, it's expected to be at C:\ULTRASND, unless changed in a conf file.