mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Rename the param to setGamePath.
This commit is contained in:
parent
d73100f0e4
commit
0d78545255
1 changed files with 2 additions and 2 deletions
|
@ -114,9 +114,9 @@ public final class EmulationFragment extends Fragment implements SurfaceHolder.C
|
||||||
super.onDetach();
|
super.onDetach();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setGamePath(String setPath)
|
public void setGamePath(String gamePath)
|
||||||
{
|
{
|
||||||
this.mGamePath = setPath;
|
mGamePath = gamePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void toggleInputOverlayVisibility()
|
public void toggleInputOverlayVisibility()
|
||||||
|
|
Loading…
Add table
Reference in a new issue