otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
185 stars 54 forks source link

allow loading `.ini` file with the same name as the cold client loader exe name #166

Closed otavepto closed 1 month ago

otavepto commented 1 month ago

allows placing multiple cold_client_loader.exe with different names in the same dir, each having its own .ini file.

useful for games with multiple exe, each requiring a different config.

ex:

etc... in these scenarios, the loader is renamed differently

fallback to ColdClientLoader.ini (old behavior) for compatibility

Detanup01 commented 1 month ago

Looks good (I guess) checked the names and stuff and its good. Reviewed & Approved

otavepto commented 1 month ago

Thanks for reviewing it, feel free to merge at any time 👍