mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-17 07:31:01 +00:00
Core: Remove some now unused variables.
From removed settings.
This commit is contained in:
parent
9e8341cf88
commit
a29fe3f46e
@ -505,10 +505,6 @@ static int DefaultZoomType() {
|
||||
return (int)SmallDisplayZoom::AUTO;
|
||||
}
|
||||
|
||||
static bool DefaultTimerHack() {
|
||||
return false;
|
||||
}
|
||||
|
||||
static int DefaultAndroidHwScale() {
|
||||
#ifdef __ANDROID__
|
||||
if (System_GetPropertyInt(SYSPROP_SYSTEMVERSION) >= 19 || System_GetPropertyInt(SYSPROP_DEVICE_TYPE) == DEVICE_TYPE_TV) {
|
||||
|
@ -106,8 +106,7 @@ private:
|
||||
UI::EventReturn OnSavedataManager(UI::EventParams &e);
|
||||
UI::EventReturn OnSysInfo(UI::EventParams &e);
|
||||
|
||||
// Temporaries to convert bools to int settings
|
||||
bool cap60FPS_;
|
||||
// Temporaries to convert setting types.
|
||||
int iAlternateSpeedPercent1_;
|
||||
int iAlternateSpeedPercent2_;
|
||||
bool enableReports_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user