mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-10 04:21:45 +00:00
nyx: Explicitly state status in Joycon BT dumping
This commit is contained in:
parent
9e34c5995d
commit
84e437ae5b
1 changed files with 2 additions and 2 deletions
|
@ -842,10 +842,10 @@ disabled:;
|
|||
|
||||
// Check if pairing info was found.
|
||||
if (joycon_found == 2)
|
||||
strcat(txt_buf, "#C7EA46 Found 2 out of 2 Joy-Con pairing data!#\n");
|
||||
strcat(txt_buf, "#C7EA46 Success!#\n#C7EA46 Found 2 out of 2 Joy-Con pairing data!#\n");
|
||||
else
|
||||
{
|
||||
s_printf(txt_buf + strlen(txt_buf), "#FF8000 Warning:# Found #FFDD00 %d out of 2# pairing data!\n", joycon_found);
|
||||
s_printf(txt_buf + strlen(txt_buf), "#FF8000 Failed!#\n#FF8000 Warning:# Found #FFDD00 %d out of 2# pairing data!\n", joycon_found);
|
||||
success = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue