mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Config: Remove unused values.
This commit is contained in:
parent
6a6ec80f62
commit
2168188cb8
@ -666,10 +666,6 @@ static int DefaultFastForwardMode() {
|
||||
#endif
|
||||
}
|
||||
|
||||
static int DefaultZoomType() {
|
||||
return (int)SmallDisplayZoom::AUTO;
|
||||
}
|
||||
|
||||
static int DefaultAndroidHwScale() {
|
||||
#ifdef __ANDROID__
|
||||
if (System_GetPropertyInt(SYSPROP_SYSTEMVERSION) >= 19 || System_GetPropertyInt(SYSPROP_DEVICE_TYPE) == DEVICE_TYPE_TV) {
|
||||
|
@ -105,13 +105,6 @@ enum IOTimingMethods {
|
||||
IOTIMING_REALISTIC = 2,
|
||||
};
|
||||
|
||||
enum class SmallDisplayZoom {
|
||||
STRETCH = 0,
|
||||
PARTIAL_STRETCH = 1,
|
||||
AUTO = 2,
|
||||
MANUAL = 3,
|
||||
};
|
||||
|
||||
enum class AutoLoadSaveState {
|
||||
OFF = 0,
|
||||
OLDEST = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user