diff options
| author | Mat M <mathew1800@gmail.com> | 2019-11-05 03:44:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-05 03:44:49 -0500 |
| commit | 71e3c7ff205544a7fa9d232c64800c8df248352f (patch) | |
| tree | 720360ca140e484391f205738ce6ed78ccfa9429 /Source/Android | |
| parent | 0f4c971326ae9389b3ad55b0fefacb708d148f4d (diff) | |
| parent | 8bfd7c9f3683248d021f9727f5fa79eef976fdc6 (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.java | 3 |
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 { |
