mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
Native-OSK: Remove prefilled string "VALUE"
This commit is contained in:
@@ -810,9 +810,6 @@ int PSPOskDialog::NativeKeyboard() {
|
||||
std::u16string defaultText;
|
||||
GetWideStringFromPSPPointer(defaultText, oskParams->fields[0].intext);
|
||||
|
||||
if (defaultText.empty())
|
||||
defaultText.assign(u"VALUE");
|
||||
|
||||
// There's already ConvertUCS2ToUTF8 in this file. Should we use that instead of the global ones?
|
||||
System_InputBoxGetString(NON_EPHEMERAL_TOKEN, ::ConvertUCS2ToUTF8(titleText), ::ConvertUCS2ToUTF8(defaultText), false,
|
||||
[&](const std::string &value, int) {
|
||||
|
||||
Reference in New Issue
Block a user