[Android] Move EmulationActivity.java and NativeGLSurfaceView.java into a new sub-package called emulation. Now, all that's kept within the base package is the main class, the native calling class, etc.

This commit is contained in:
Lioncash
2013-09-23 07:14:51 -04:00
parent 54c3b8d357
commit d903983564
5 changed files with 10 additions and 5 deletions

View File

@ -35,7 +35,7 @@
<activity android:name="org.dolphinemu.dolphinemu.gamelist.GameListActivity" />
<activity android:name="org.dolphinemu.dolphinemu.EmulationActivity"
<activity android:name="org.dolphinemu.dolphinemu.emulation.EmulationActivity"
android:screenOrientation="landscape" />
<activity