mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(Android) Phoenix - get rid of warnings
This commit is contained in:
parent
37fce3c56e
commit
0b7268dfac
@ -330,6 +330,7 @@ public final class UserPreferences
|
|||||||
edit.remove(key);
|
edit.remove(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
private static void readbackFloat(ConfigFile cfg, SharedPreferences.Editor edit, String key)
|
private static void readbackFloat(ConfigFile cfg, SharedPreferences.Editor edit, String key)
|
||||||
{
|
{
|
||||||
if (cfg.keyExists(key))
|
if (cfg.keyExists(key))
|
||||||
@ -337,7 +338,9 @@ public final class UserPreferences
|
|||||||
else
|
else
|
||||||
edit.remove(key);
|
edit.remove(key);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
private static void readbackInt(ConfigFile cfg, SharedPreferences.Editor edit, String key)
|
private static void readbackInt(ConfigFile cfg, SharedPreferences.Editor edit, String key)
|
||||||
{
|
{
|
||||||
if (cfg.keyExists(key))
|
if (cfg.keyExists(key))
|
||||||
@ -345,6 +348,7 @@ public final class UserPreferences
|
|||||||
else
|
else
|
||||||
edit.remove(key);
|
edit.remove(key);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sanitizes a libretro core path.
|
* Sanitizes a libretro core path.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user