mirror of
https://github.com/n64decomp/mk64
synced 2026-07-08 21:04:48 -04:00
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:
+2
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user