Welcome back to the 1,25s speed boost

This commit is contained in:
Aurora
2016-08-26 22:24:23 +02:00
parent 2dd64b8a92
commit 356268eae5
3 changed files with 7 additions and 3 deletions

View File

@@ -3,8 +3,9 @@
#include <3ds/types.h>
#define PATH_MAX 255
#define CONFIG(a) (((info.config >> (a + 16)) & 1) != 0)
#define MULTICONFIG(a) ((info.config >> (a * 2 + 6)) & 3)
#define CONFIG(a) (((info.config >> (a + 16)) & 1) != 0)
#define MULTICONFIG(a) ((info.config >> (a * 2 + 6)) & 3)
#define BOOTCONFIG(a, b) ((info.config >> a) & b)
typedef struct __attribute__((packed))