diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-10 13:12:02 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-10 13:12:02 +0100 |
commit | bf8c5fdb43ae2446a502227a95f17167c3dcda33 (patch) | |
tree | 3b2611951db5d8cc033f8a97ef0aa27a38936ed4 /src/ds.mk | |
parent | c6563a099ce05d9291a0c27fdbab3ffd9efddc48 (diff) |
add input emulation to test collision
Diffstat (limited to 'src/ds.mk')
-rw-r--r-- | src/ds.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,5 +11,5 @@ DESKTOP_SRCS += ppusim/sim.c \ ppusim/mem.c \ ppusim/pixel.c \ ppusim/work.c \ - ds.c - + ds.c \ + ppusim/input.c |