mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #8453 from JosJuice/android-nvidiashieldworkaroundview
Android: Expand the comment for NVidiaShieldWorkaroundView
This commit is contained in:
@ -12,6 +12,9 @@ import android.view.View;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Work around a bug with the nVidia Shield.
|
* 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 final class NVidiaShieldWorkaroundView extends View
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user