One day I'll just report that bug to Clang

This commit is contained in:
Lior Halphon 2022-02-23 20:40:10 +02:00
parent f52152b2c9
commit 4d74719d56
1 changed files with 1 additions and 2 deletions

View File

@ -257,8 +257,7 @@ static void render(GB_gameboy_t *gb)
{left_volume * (1 - gb->apu_output.highpass_rate) + gb->apu_output.highpass_diff.left * gb->apu_output.highpass_rate,
right_volume * (1 - gb->apu_output.highpass_rate) + gb->apu_output.highpass_diff.right * gb->apu_output.highpass_rate};
case GB_HIGHPASS_MAX:
unreachable();
case GB_HIGHPASS_MAX:;
}
}