FullscreenUI: Cleanup remnants of spu2 interpolation mode.

This commit is contained in:
lightningterror 2023-01-10 13:47:41 +01:00
parent 13f891c34f
commit 8fca67f0d6
1 changed files with 0 additions and 8 deletions

View File

@ -3308,14 +3308,6 @@ void FullscreenUI::DrawGraphicsSettingsPage()
void FullscreenUI::DrawAudioSettingsPage() void FullscreenUI::DrawAudioSettingsPage()
{ {
static constexpr const char* interpolation_modes[] = {
"Nearest (Fastest / worst quality)",
"Linear (Simple / okay sound)",
"Cubic (Fake highs / okay sound)",
"Hermite (Better highs / okay sound)",
"Catmull-Rom (PS2-like / good sound)",
"Gaussian (PS2-like / great sound)",
};
static constexpr const char* synchronization_modes[] = { static constexpr const char* synchronization_modes[] = {
"TimeStretch (Recommended)", "TimeStretch (Recommended)",
"Async Mix (Breaks some games!)", "Async Mix (Breaks some games!)",