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

Android: Initialize video backend setting on first run #5439

Merged
merged 1 commit into from May 18, 2017
Merged

Android: Initialize video backend setting on first run #5439

merged 1 commit into from May 18, 2017

Conversation

Hydr8gon
Copy link
Member

Fixes https://bugs.dolphin-emu.org/issues/10287

When opening the graphic settings for the first time, the required .ini sections are created. When I moved the video backend setting over to the graphics menu, I forgot to initialize its .ini section!

@@ -253,6 +253,7 @@ private void addGraphicsSettings(ArrayList<SettingsItem> sl)
}
else
{
mSettings.get(SettingsFile.SETTINGS_DOLPHIN).put(SettingsFile.SECTION_CORE, new SettingSection(SettingsFile.SECTION_CORE));

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@degasus degasus merged commit ec7c4ff into dolphin-emu:master May 18, 2017
@brujo5
Copy link

brujo5 commented May 18, 2017

I download the new master build for android but the version still 5.0-3617, also some changes not implemented yet (it seems the android build on master stuck on 5.0-3617 for a while now).

@Hydr8gon Hydr8gon deleted the crash-fix branch May 18, 2017 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants