Wrapped C enum raw values in explicit width conversions throughout the PlayDate binding target.

This commit is contained in:
2026-07-25 10:10:43 +02:00
parent 29619720f7
commit 69813b2a76
11 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ extension Sound {
case lowShelf = 5
case highShelf = 6
var cValue: TwoPoleFilterType { TwoPoleFilterType(rawValue) }
var cValue: TwoPoleFilterType { TwoPoleFilterType(TwoPoleFilterType.RawValue(rawValue)) }
}
private var retainedFrequencyModulator: SignalValue?