mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
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.)
This commit is contained in:
parent
0f4c971326
commit
8bfd7c9f36
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user