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);