Adding fullscreen patch ref. #88

This commit is contained in:
Bakkeby 2022-10-24 11:27:51 +02:00
parent 4dfb6683cd
commit d8529b66a4
9 changed files with 48 additions and 0 deletions

View file

@ -17,6 +17,9 @@
#if FONT2_PATCH
#include "font2.c"
#endif
#if FULLSCREEN_PATCH
#include "fullscreen_x.c"
#endif
#if INVERT_PATCH
#include "invert.c"
#endif