From df32deb2e40c1bddf2441d4681486b8b2e3fc004 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 7 Jun 2021 19:27:34 +0200 Subject: Change font used to a custom mixed font --- src/gba/gba.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gba/gba.h') 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) { return key_curr & key_prev & key; } -// Check if the given key/button is currently pressed. -#define KEY_PRESSED(key) (~(KEY_INPUTS) & key) - // Back/unpack bits. static inline u32 -- cgit v1.2.1