aboutsummaryrefslogtreecommitdiffstats
path: root/src/gba/gba.h
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-06-07 19:27:34 +0200
committerBad Diode <bd@badd10de.dev>2021-06-07 19:27:34 +0200
commitdf32deb2e40c1bddf2441d4681486b8b2e3fc004 (patch)
tree1acc026d5af59422fbdd8f5179afe7196202fb48 /src/gba/gba.h
parentac0cced1c487e1b98d2b834d5b462d46a7732569 (diff)
downloadstepper-df32deb2e40c1bddf2441d4681486b8b2e3fc004.tar.gz
stepper-df32deb2e40c1bddf2441d4681486b8b2e3fc004.zip
Change font used to a custom mixed font
Diffstat (limited to 'src/gba/gba.h')
-rw-r--r--src/gba/gba.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gba/gba.h b/src/gba/gba.h
index a53363a..e475ea9 100644
--- a/src/gba/gba.h
+++ b/src/gba/gba.h
@@ -324,9 +324,6 @@ key_hold(u32 key) {
324 return key_curr & key_prev & key; 324 return key_curr & key_prev & key;
325} 325}
326 326
327// Check if the given key/button is currently pressed.
328#define KEY_PRESSED(key) (~(KEY_INPUTS) & key)
329
330// Back/unpack bits. 327// Back/unpack bits.
331static inline 328static inline
332u32 329u32