Some stuff off the top of my head:
Monitorama 2013:
RICON East 2013:
#include <stdio.h> | |
#define STR2(x) #x | |
#define STR(x) STR2(x) | |
#ifdef _WIN32 | |
#define INCBIN_SECTION ".rdata, \"dr\"" | |
#else | |
#define INCBIN_SECTION ".rodata" | |
#endif |
Some stuff off the top of my head:
Monitorama 2013:
RICON East 2013: