Adding transfer patch

This commit is contained in:
bakkeby
2020-01-26 07:32:00 +01:00
parent 60209c98d7
commit 84b0361b65
7 changed files with 54 additions and 0 deletions

View File

@ -120,6 +120,9 @@
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.c"
#endif
#if TRANSFER_PATCH
#include "transfer.c"
#endif
#if UNFLOATVISIBLE_PATCH
#include "unfloatvisible.c"
#endif