mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
[Android] Forgot to document the new parameter used in SaveConfigToDolphinIni() in the last change. Fixed that.
This commit is contained in:
parent
9595457e1c
commit
dd35156717
1 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue