DerKoun / bsnes-hd

bsnes fork that adds HD video features
GNU General Public License v3.0
632 stars 36 forks source link

Feature Request: Game Specific Options #7

Closed teconmoon closed 4 years ago

teconmoon commented 5 years ago

As we know when it comes to weird graphics settings, not all games are equal. This request is for bsnes-hd to be able to remember specific settings for specific games.

For example, GLideN64 can remember game-specific settings so that I could enable a graphic setting for one specific game without affecting others. This is essentially what I am requesting.

Please let me know if this needs clarification, or if this is already planned, or is out of scope for bsnes-hd and will never happen. Thanks for reading!

DerKoun commented 5 years ago

I'll put this on the list of things for which I look for volunteers. Someone with more C++ experience should be able to add this much easier than me. Maybe I'll put together a simple external tool to launch games with their own settings being copied in and out before and after

DeathWrench commented 5 years ago

I ended up making some batch files that do this, though it might not be as convenient. It is a temporary solution.

DerKoun commented 4 years ago

Added a simple version, see readme. I'll expand it in the next releases.