fix: no buttons are pressed by default

This commit is contained in:
Rekai Nyangadzayi Musuka 2022-02-01 20:52:01 -04:00
parent a80600156d
commit 28c81f79ae
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pub const Io = struct {
.vcount = .{ .raw = 0x0000 },
.ime = false,
.ie = .{ .raw = 0x0000 },
.keyinput = .{ .raw = 0x01FF },
.keyinput = .{ .raw = 0x03FF },
};
}