- fix typo
This commit is contained in:
parent
8d14a39ea4
commit
b94203b0ab
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@ namespace BetterJoyForCemu {
|
||||||
stop_polling = false;
|
stop_polling = false;
|
||||||
int attempts = 0;
|
int attempts = 0;
|
||||||
while (!stop_polling & state > state_.NO_JOYCONS) {
|
while (!stop_polling & state > state_.NO_JOYCONS) {
|
||||||
if (rumble_obj.queue.Count > 0a) {
|
if (rumble_obj.queue.Count > 0) {
|
||||||
SendRumble(rumble_obj.GetData());
|
SendRumble(rumble_obj.GetData());
|
||||||
}
|
}
|
||||||
int a = ReceiveRaw();
|
int a = ReceiveRaw();
|
||||||
|
|
Loading…
Add table
Reference in a new issue