summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2019-11-05 09:39:57 +0100
committerJosJuice <josjuice@gmail.com>2019-11-05 09:39:57 +0100
commit8bfd7c9f3683248d021f9727f5fa79eef976fdc6 (patch)
tree720360ca140e484391f205738ce6ed78ccfa9429 /Source
parent0f4c971326ae9389b3ad55b0fefacb708d148f4d (diff)
Android: Expand the comment for NVidiaShieldWorkaroundView
This text has been taken from the message of the commit that added the class. (I don't have an Nvidia Shield to reproduce the bug with.)
Diffstat (limited to 'Source')
-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
{