Replace pinKeyToLetter with a C implementation, minor cleanup

This commit is contained in:
Aurora
2016-08-29 18:11:59 +02:00
parent 46227e6763
commit abf7c8e565
4 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +1,5 @@
#pragma once
#include <3ds.h>
typedef struct __attribute__((packed))
{
char magic[4];