Added csv_to_array tool
Some checks failed
Build Dusk / run-tests (push) Failing after 1m41s
Build Dusk / build-linux (push) Failing after 1m26s
Build Dusk / build-psp (push) Failing after 1m46s

This commit is contained in:
2026-01-26 08:37:36 -06:00
parent 9c25fde548
commit 0392dd0e7f
12 changed files with 239 additions and 41 deletions

View File

@@ -0,0 +1,6 @@
# Copyright (c) 2026 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
dusk_input_csv(${CMAKE_CURRENT_LIST_DIR}/input.csv)

8
assets/input/input.csv Normal file
View File

@@ -0,0 +1,8 @@
id,
UP,
DOWN,
LEFT,
RIGHT,
ACCEPT,
CANCEL,
RAGEQUIT
1 id,
2 UP,
3 DOWN,
4 LEFT,
5 RIGHT,
6 ACCEPT,
7 CANCEL,
8 RAGEQUIT