mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-16 16:44:10 +02:00
Update to v106r65 release.
byuu says: This synchronizes bsnes/higan with many recent internal nall changes. This will be the last WIP until I am situated in Japan. Apologies for the bugfixes that didn't get applied yet, I ran out of time.
This commit is contained in:
@@ -123,7 +123,7 @@ struct InputJoypadUdev {
|
||||
play.type = EV_FF;
|
||||
play.code = jp.effectID;
|
||||
play.value = enable;
|
||||
auto unused = write(jp.fd, &play, sizeof(input_event));
|
||||
(void)write(jp.fd, &play, sizeof(input_event));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user