summaryrefslogtreecommitdiff
path: root/Source/Android/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-08-19 22:37:04 -0400
committerLioncash <mathew1800@gmail.com>2013-08-19 22:37:04 -0400
commitdd3515671723635aaed9f785581c335efa82e8bc (patch)
tree476d36467150cfd1fedaf064926aaf18a1af259d /Source/Android/src
parent9595457e1cc9714a01fae19a831ddb7d7b93a493 (diff)
[Android] Forgot to document the new parameter used in SaveConfigToDolphinIni() in the last change. Fixed that.
Diffstat (limited to 'Source/Android/src')
-rw-r--r--Source/Android/src/org/dolphinemu/dolphinemu/UserPreferences.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/Android/src/org/dolphinemu/dolphinemu/UserPreferences.java b/Source/Android/src/org/dolphinemu/dolphinemu/UserPreferences.java
index f5747db9f5..ef33905b6b 100644
--- a/Source/Android/src/org/dolphinemu/dolphinemu/UserPreferences.java
+++ b/Source/Android/src/org/dolphinemu/dolphinemu/UserPreferences.java
@@ -13,7 +13,11 @@ import android.preference.PreferenceManager;
*/
public final class UserPreferences
{
- /** Writes the config to the Dolphin ini file. */
+ /**
+ * Writes the config to the Dolphin ini file.
+ *
+ * @param ctx The context used to retrieve the user settings.
+ * */
public static void SaveConfigToDolphinIni(Context ctx)
{
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(ctx);