mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Unrelated, but return true to SYSPROP_HAS_KEYBOARD in SDL.
This commit is contained in:
parent
1553931163
commit
f77adec8af
@ -563,9 +563,9 @@ bool System_GetPropertyBool(SystemProperty prop) {
|
||||
#if PPSSPP_PLATFORM(SWITCH)
|
||||
case SYSPROP_HAS_TEXT_INPUT_DIALOG:
|
||||
return __nx_applet_type == AppletType_Application || __nx_applet_type != AppletType_SystemApplication;
|
||||
#endif
|
||||
case SYSPROP_HAS_KEYBOARD:
|
||||
return true;
|
||||
#endif
|
||||
case SYSPROP_APP_GOLD:
|
||||
#ifdef GOLD
|
||||
return true;
|
||||
|
@ -44,6 +44,7 @@ protected:
|
||||
void dialogFinished(const Screen *dialog, DialogResult result) override;
|
||||
|
||||
void CreateTabs() override;
|
||||
bool ShowSearchControls() const { return true; }
|
||||
|
||||
private:
|
||||
void PreCreateViews() override;
|
||||
|
Loading…
Reference in New Issue
Block a user