Ash aeea0e6ca8
[WiiU] Fix OOB read/write in keyboard driver
This code used a keyboardState size of 256 and indexed it with a
retro_key, which can be any value (RETROK_RALT is 307). This fixes
that by using RETROK_LAST as the array size.

Should fix #6322.
2018-03-17 13:00:47 +11:00
..
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00
2018-03-10 18:42:45 +01:00
2018-03-10 18:42:45 +01:00
2018-02-19 09:11:33 +01:00
2017-12-31 17:53:11 +01:00
2017-12-12 00:24:18 -08:00
2017-09-11 22:49:39 -05:00
2017-12-12 00:24:18 -08:00
2017-12-12 00:24:18 -08:00