mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-09 12:11:44 +00:00
Silly fix.
This commit is contained in:
parent
d6cdfe5c06
commit
971d7fd72c
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ int main(int argc, char *argv[])
|
|||
size_t size = shared_data.data_written;
|
||||
|
||||
hidScanInput();
|
||||
btn_cancel_cur_state = (utilsHidKeysAllDown() & KEY_B);
|
||||
btn_cancel_cur_state = (utilsHidKeysAllHeld() & KEY_B);
|
||||
|
||||
if (btn_cancel_cur_state && btn_cancel_cur_state != btn_cancel_prev_state)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue