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

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