diff options
Diffstat (limited to 'arm9/source/devices/local.c')
-rw-r--r-- | arm9/source/devices/local.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arm9/source/devices/local.c b/arm9/source/devices/local.c deleted file mode 100644 index e13a1f8..0000000 --- a/arm9/source/devices/local.c +++ /dev/null @@ -1,11 +0,0 @@ -#include "../main.h" -#include "local.h" - -void std_write(u8 byte) { - if (byte) { - receive_keyboard_byte(byte); - } else { - close_keyboard(); - - } -} |