mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
[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:
@ -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
|
||||
|
Reference in New Issue
Block a user