Don't override the WiimoteNew.ini so the user don't loose the selected source
This commit is contained in:
parent
1190afef51
commit
2cecb64e4c
|
@ -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…
Reference in New Issue