[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

@ -4,7 +4,7 @@
android:layout_height="match_parent">
<!-- This is what everything is rendered to during emulation -->
<org.dolphinemu.dolphinemu.NativeGLSurfaceView
<org.dolphinemu.dolphinemu.emulation.NativeGLSurfaceView
android:id="@+id/emulationView"
android:layout_height="match_parent"
android:layout_width="match_parent"