summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2019-11-05 03:44:49 -0500
committerGitHub <noreply@github.com>2019-11-05 03:44:49 -0500
commit71e3c7ff205544a7fa9d232c64800c8df248352f (patch)
tree720360ca140e484391f205738ce6ed78ccfa9429 /Source/Android
parent0f4c971326ae9389b3ad55b0fefacb708d148f4d (diff)
parent8bfd7c9f3683248d021f9727f5fa79eef976fdc6 (diff)
Merge pull request #8453 from JosJuice/android-nvidiashieldworkaroundview
Android: Expand the comment for NVidiaShieldWorkaroundView
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/NVidiaShieldWorkaroundView.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/NVidiaShieldWorkaroundView.java b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/NVidiaShieldWorkaroundView.java
index dfe303f3b6..6e811043c8 100644
--- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/ui/NVidiaShieldWorkaroundView.java
+++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/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
{