diff --git a/src/android/app/src/main/java/org/citra/citra_emu/ui/NVidiaShieldWorkaroundView.java b/src/android/app/src/main/java/org/citra/citra_emu/ui/NVidiaShieldWorkaroundView.java index 816c6aafe..2a0bb369c 100644 --- a/src/android/app/src/main/java/org/citra/citra_emu/ui/NVidiaShieldWorkaroundView.java +++ b/src/android/app/src/main/java/org/citra/citra_emu/ui/NVidiaShieldWorkaroundView.java @@ -12,6 +12,9 @@ import android.view.View; /** * Work around a bug with the nVidia Shield. + * + * Without this View, the emulation SurfaceView acts like it has the + * highest Z-value, blocking any other View, such as the menu fragments. */ public final class NVidiaShieldWorkaroundView extends View { public NVidiaShieldWorkaroundView(Context context, AttributeSet attrs) {