mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
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();
|
super.onDetach();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setGamePath(String setPath)
|
public void setGamePath(String gamePath)
|
||||||
{
|
{
|
||||||
this.mGamePath = setPath;
|
mGamePath = gamePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void toggleInputOverlayVisibility()
|
public void toggleInputOverlayVisibility()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user