Fix EU build and related cleanup and fixes (#710)

* Fix EU build and eu-final offsets

* Fix instrument align and bring EU matches

* Fix EU trig table segment

* Label audio_init

* Simplify float comments

* Proper EU name version defines
This commit is contained in:
AloXado320
2025-05-11 19:00:37 -05:00
committed by GitHub
parent 1f9e0d7e6a
commit 30fef62f81
24 changed files with 145 additions and 1042 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ versionGroup.add_argument(
"--eu10",
help="use European (1.0) version",
action="store_const",
const="eu-1.0",
const="eu.v10",
dest="version",
)
versionGroup.add_argument(
@@ -31,7 +31,7 @@ versionGroup.add_argument(
"--eu11",
help="use European (1.1) version",
action="store_const",
const="eu-final",
const="eu.v11",
dest="version",
)
parser.add_argument(