mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 04:28:01 -05:00
android: Update orientation on emulation fragment start
This commit is contained in:
@ -100,6 +100,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback {
|
||||
*/
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
updateOrientation()
|
||||
|
||||
val intentUri: Uri? = requireActivity().intent.data
|
||||
var intentGame: Game? = null
|
||||
|
Reference in New Issue
Block a user