Adding invert patch

This commit is contained in:
bakkeby 2020-03-29 15:38:16 +02:00
parent 4966f31256
commit d26b46ffa7
8 changed files with 62 additions and 0 deletions

View file

@ -8,6 +8,9 @@
#if FONT2_PATCH
#include "font2.h"
#endif
#if INVERT_PATCH
#include "invert.h"
#endif
#if KEYBOARDSELECT_PATCH
#include "keyboardselect_x.h"
#endif