mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
[Android] Stop copying assets that don't need to be copied anymore.
This commit is contained in:
parent
d49f9ab80f
commit
6737904c83
1 changed files with 1 additions and 5 deletions
|
@ -69,10 +69,6 @@ public final class DolphinEmulator extends Activity
|
||||||
if(!file.exists())
|
if(!file.exists())
|
||||||
{
|
{
|
||||||
NativeLibrary.CreateUserFolders();
|
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("GCPadNew.ini", ConfigDir + File.separator + "GCPadNew.ini");
|
||||||
CopyAsset("Dolphin.ini", ConfigDir + File.separator + "Dolphin.ini");
|
CopyAsset("Dolphin.ini", ConfigDir + File.separator + "Dolphin.ini");
|
||||||
CopyAsset("dsp_coef.bin", GCDir + File.separator + "dsp_coef.bin");
|
CopyAsset("dsp_coef.bin", GCDir + File.separator + "dsp_coef.bin");
|
||||||
|
@ -91,4 +87,4 @@ public final class DolphinEmulator extends Activity
|
||||||
super.onRestart();
|
super.onRestart();
|
||||||
finish(); // If we are ever returning to this activity then we are exiting.
|
finish(); // If we are ever returning to this activity then we are exiting.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue