Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config: Fix returned game INI filenames for title IDs #5854

Merged
merged 1 commit into from Jul 31, 2017

Conversation

leoetlino
Copy link
Member

Using the first letter or the 3 letters of the ID only makes sense
if the ID is an actual game ID (which has 6 characters).

if (id.size() >= 4)
filenames.push_back(id.substr(0, 3) + ".ini");
// INIs that match all regions
if (id.size() >= 4)

This comment was marked as off-topic.

This comment was marked as off-topic.

Using the first letter or the 3 letters of the ID only makes sense
if the ID is an actual game ID (which has 6 characters).
@leoetlino leoetlino merged commit fa0c699 into dolphin-emu:master Jul 31, 2017
@leoetlino leoetlino deleted the gameini-names branch July 31, 2017 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants