Android: Basic game controller input forwarding

This commit is contained in:
Connor McLaughlin
2019-12-09 22:18:18 +10:00
parent 35bbde6d71
commit 9321fcb627
3 changed files with 97 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<!-- The primary full-screen view. This can be replaced with whatever view
is needed to present your content, e.g. VideoView, SurfaceView,
TextureView, etc. -->
<SurfaceView
<com.github.stenzek.duckstation.EmulationSurfaceView
android:id="@+id/fullscreen_content"
android:layout_width="match_parent"
android:layout_height="match_parent"