Rename the param to setGamePath.

This commit is contained in:
Mike Harris 2017-10-11 19:33:11 -07:00
parent d73100f0e4
commit 0d78545255
1 changed files with 2 additions and 2 deletions

View File

@ -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()