Improve starting of the game and reduce persistent memory usage

This commit is contained in:
Jaby
2023-04-17 20:21:32 +02:00
committed by Jaby
parent 888634a691
commit 3f4ba0506e
6 changed files with 25 additions and 23 deletions

View File

@@ -6,6 +6,7 @@
#define __used __attribute__((used))
#define __no_align __attribute__((packed))
#define __no_inline __attribute__((noinline))
#define __no_return __attribute__((noreturn))
#define __always_inline __attribute__((always_inline))
#define __section(name) __attribute__((section(name)))
#define __collect(...) __VA_ARGS__