Add 0.8.5 changelog ahead of release, fix keypress docs.

This commit is contained in:
Michael Scire
2019-03-07 04:12:21 -08:00
parent 23fff1e8fd
commit 9c3728c8f2
2 changed files with 21 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ Note that for multiple button combinations, the bitmasks should be ORd together.
Note: This is the direct output of `hidKeysDown()`.
+ 0000001: A
+ 0000002: B
+ 0000004: X
+ 0000008: Y
@@ -232,6 +233,8 @@ Note: This is the direct output of `hidKeysDown()`.
+ 0200000: Right Stick Up
+ 0400000: Right Stick Right
+ 0800000: Right Stick Down
+ 1000000: SL
+ 2000000: SR
---