mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-29 19:20:36 +00:00
[Android] Stop copying assets that don't need to be copied anymore.
This commit is contained in:
parent
d49f9ab80f
commit
6737904c83
@ -69,10 +69,6 @@ public final class DolphinEmulator extends Activity
|
||||
if(!file.exists())
|
||||
{
|
||||
NativeLibrary.CreateUserFolders();
|
||||
CopyAsset("ButtonA.png", BaseDir + File.separator + "ButtonA.png");
|
||||
CopyAsset("ButtonB.png", BaseDir + File.separator + "ButtonB.png");
|
||||
CopyAsset("ButtonStart.png", BaseDir + File.separator + "ButtonStart.png");
|
||||
CopyAsset("NoBanner.png", BaseDir + File.separator + "NoBanner.png");
|
||||
CopyAsset("GCPadNew.ini", ConfigDir + File.separator + "GCPadNew.ini");
|
||||
CopyAsset("Dolphin.ini", ConfigDir + File.separator + "Dolphin.ini");
|
||||
CopyAsset("dsp_coef.bin", GCDir + File.separator + "dsp_coef.bin");
|
||||
@ -91,4 +87,4 @@ public final class DolphinEmulator extends Activity
|
||||
super.onRestart();
|
||||
finish(); // If we are ever returning to this activity then we are exiting.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user