mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 09:52:39 +00:00
android: Fix background color when starting emulation
This commit is contained in:
@@ -76,6 +76,7 @@ open class EmulationActivity : AppCompatActivity(), SensorEventListener {
|
||||
enableFullscreenImmersive()
|
||||
|
||||
setContentView(R.layout.activity_emulation)
|
||||
window.decorView.setBackgroundColor(getColor(android.R.color.black))
|
||||
|
||||
// Find or create the EmulationFragment
|
||||
emulationFragment =
|
||||
|
||||
Reference in New Issue
Block a user