diff options
| author | Mike Harris <atarimike@gmail.com> | 2017-10-11 19:33:11 -0700 |
|---|---|---|
| committer | Mike Harris <atarimike@gmail.com> | 2017-10-16 20:36:13 -0700 |
| commit | 0d785452554df0158376a2de8b5b81bcf8af3939 (patch) | |
| tree | b7cb2a1de1f4fce5ca4490ff6c666ae824e2c158 /Source/Android/app/src/main/java | |
| parent | d73100f0e41231da807be11a107801488eb6bff4 (diff) | |
Rename the param to setGamePath.
Diffstat (limited to 'Source/Android/app/src/main/java')
| -rw-r--r-- | Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/fragments/EmulationFragment.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/fragments/EmulationFragment.java b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/fragments/EmulationFragment.java index 4ba035f950..0572d048f4 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/fragments/EmulationFragment.java +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/fragments/EmulationFragment.java @@ -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() |
