Overview
Comment: | Add subdir for interactive game controller tests |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | gamecontroller |
Files: | files | file ages | folders |
SHA3-256: |
9e1ee38bdae1bd845351e6055e628d61 |
User & Date: | js on 2024-05-09 19:47:51 |
Other Links: | branch diff | manifest | tags |
Context
2024-05-09
| ||
21:23 | OFGameController: Fix checking available buttons check-in: 90bd76b84d user: js tags: gamecontroller | |
19:47 | Add subdir for interactive game controller tests check-in: 9e1ee38bda user: js tags: gamecontroller | |
19:46 | OFGameController: Support for pressure sensitivity check-in: 336ecd9bdc user: js tags: gamecontroller | |
Changes
Modified tests/Makefile from [11192730fb] to [f0737e67c5].
1 2 | include ../extra.mk | | | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | include ../extra.mk SUBDIRS = ${TESTPLUGIN} \ ${SUBPROCESS} \ gamecontroller \ ${OBJC_SYNC} \ terminal CLEAN = EBOOT.PBP \ boot.dol \ ${PROG_NOINST}.arm9 \ ${PROG_NOINST}.nds \ ${PROG_NOINST}.nro \ |
︙ | ︙ |