mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Don't override the WiimoteNew.ini so the user don't loose the selected source
This commit is contained in:
parent
1190afef51
commit
2cecb64e4c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public final class DirectoryInitializationService extends IntentService
|
|||
// Always copy over the GCPad config in case of change or corruption.
|
||||
// Not a user configurable file.
|
||||
copyAsset("GCPadNew.ini", ConfigDir + File.separator + "GCPadNew.ini", true);
|
||||
copyAsset("WiimoteNew.ini", ConfigDir + File.separator + "WiimoteNew.ini", true);
|
||||
copyAsset("WiimoteNew.ini", ConfigDir + File.separator + "WiimoteNew.ini", false);
|
||||
}
|
||||
|
||||
public static boolean areDolphinDirectoriesReady()
|
||||
|
|
Loading…
Add table
Reference in a new issue