Rename the param to setGamePath.
This commit is contained in:
parent
d73100f0e4
commit
0d78545255
|
@ -114,9 +114,9 @@ public final class EmulationFragment extends Fragment implements SurfaceHolder.C
|
|||
super.onDetach();
|
||||
}
|
||||
|
||||
public void setGamePath(String setPath)
|
||||
public void setGamePath(String gamePath)
|
||||
{
|
||||
this.mGamePath = setPath;
|
||||
mGamePath = gamePath;
|
||||
}
|
||||
|
||||
public void toggleInputOverlayVisibility()
|
||||
|
|
Loading…
Reference in New Issue