Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Stop copying assets that don't need to be copied anymore.
  • Loading branch information
Sonicadvance1 committed Dec 21, 2013
1 parent d49f9ab commit 6737904
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -69,10 +69,6 @@ public void onCreate(Bundle savedInstanceState)
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");
Expand All @@ -91,4 +87,4 @@ protected void onRestart()
super.onRestart();
finish(); // If we are ever returning to this activity then we are exiting.
}
}
}

0 comments on commit 6737904

Please sign in to comment.