mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-12-01 04:49:10 +00:00
Configure max path length
This commit is contained in:
parent
6ebf692478
commit
b91a1684eb
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ std::pair<bool, std::string> KeyboardManager::keyboard(const std::string& sugges
|
|||
{
|
||||
swkbdConfigMakePresetDefault(&kbd);
|
||||
swkbdConfigSetInitialText(&kbd, suggestion.c_str());
|
||||
kbd.arg.arg.stringLenMax = CUSTOM_PATH_LEN;
|
||||
Result res = swkbdShow(&kbd, tmpoutstr, CUSTOM_PATH_LEN);
|
||||
swkbdClose(&kbd);
|
||||
if (R_SUCCEEDED(res))
|
||||
|
|
Loading…
Reference in a new issue