Fixed mario sound when netlist sound is enabled. (nw)

This commit is contained in:
couriersud 2015-06-03 23:47:24 +02:00
parent 0798ea0646
commit 9eebbcba2f

View File

@ -193,7 +193,9 @@ NETLIST_END()
static NETLIST_START(nl_mario)
/* Standard stuff */
LOCAL_SOURCE(nl_mario_snd0)
LOCAL_SOURCE(nl_mario_snd7)
LOCAL_SOURCE(nl_mario_dac)
SOLVER(Solver, 48000)
PARAM(Solver.ACCURACY, 1e-8)