mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00: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:
parent
54c3b8d357
commit
d903983564
5 changed files with 10 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue