From d497fbf302523cc9e4a22a3c44e9395c1d04b451 Mon Sep 17 00:00:00 2001 From: Locria Cyber <74560659+locriacyber@users.noreply.github.com> Date: Sun, 1 May 2022 21:50:44 +0800 Subject: [PATCH] Use A/B as button names --- src/wasm4.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wasm4.zig b/src/wasm4.zig index 60f3238..97cdd6f 100644 --- a/src/wasm4.zig +++ b/src/wasm4.zig @@ -82,8 +82,8 @@ pub const ColorIndex = enum(u4) { }; pub const GamePad = packed struct { - x: bool, - z: bool, + a: bool, + b: bool, _reserved: u2, left: bool, right: bool,