Config: Remove unused values.

This commit is contained in:
Unknown W. Brackets 2022-12-13 18:24:59 -08:00
parent 6a6ec80f62
commit 2168188cb8
2 changed files with 0 additions and 11 deletions

View File

@ -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) {

View File

@ -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,