mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 01:21:18 -04:00
thermosphere: reduce usage of nonvolatile memory by around 4KB
This commit is contained in:
parent
e4de512e6f
commit
23ef4b94d6
12 changed files with 54 additions and 80 deletions
|
@ -20,7 +20,6 @@
|
|||
#include "preprocessor.h"
|
||||
#include "debug_log.h"
|
||||
|
||||
#define MAX_CORE 4
|
||||
#define BIT(n) (1u << (n))
|
||||
#define BITL(n) (1ull << (n))
|
||||
#define MASK(n) (BIT(n) - 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue