mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Native-OSK: Remove prefilled string "VALUE"
This commit is contained in:
parent
e4de9dbfb5
commit
2d0c9986ce
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue