mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 01:45:08 +01:00
[libretro] fixed configurable YM2612 DAC quantization option
This commit is contained in:
parent
58c6506a7f
commit
67fedfa2f8
@ -600,7 +600,7 @@ static void check_variables(void)
|
||||
var.key = "dac_bits";
|
||||
environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var);
|
||||
{
|
||||
if (!strcmp(var.value, "original"))
|
||||
if (!strcmp(var.value, "enabled"))
|
||||
config.dac_bits = 9;
|
||||
else
|
||||
config.dac_bits = 14;
|
||||
|
Loading…
Reference in New Issue
Block a user