mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-27 20:55:41 +00:00
Update software_keyboard.cpp
This commit is contained in:
parent
25a2d433c9
commit
7915780be0
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Result::HorizonResult SoftwareKeyboardApplet::start(const MemoryBlock* sharedMem
|
|||
}
|
||||
mem.write16(textAddress, 0); // Write UTF-16 null terminator
|
||||
|
||||
// Temporarily hardcode the pressed button to be the firs tone
|
||||
// Temporarily hardcode the pressed button to be the first one
|
||||
switch (config.numButtonsM1) {
|
||||
case SoftwareKeyboardButtonConfig::SingleButton: config.returnCode = SoftwareKeyboardResult::D0Click; break;
|
||||
case SoftwareKeyboardButtonConfig::DualButton: config.returnCode = SoftwareKeyboardResult::D1Click1; break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue