Add MIRYOKU_KLUDGE_TAPDELAY

This commit is contained in:
Manna Harbour
2022-10-26 16:16:05 +11:00
parent f6b87ad38c
commit 91c8402942
9 changed files with 222 additions and 77 deletions

View File

@@ -0,0 +1,11 @@
// Copyright 2022 Manna Harbour
// https://github.com/manna-harbour/miryoku
#define MIRYOKU_X(CODE, EMPTY) \
MIRYOKU_TAPDELAY_TAP(CODE##EMPTY) \
MIRYOKU_TAPDELAY_MT(CODE##EMPTY) \
MIRYOKU_TAPDELAY_LT(CODE##EMPTY)
MIRYOKU_TAPDELAY_LIST
#undef MIRYOKU_X