mirror of https://github.com/PCSX2/pcsx2.git
FullscreenUI: Cleanup remnants of spu2 interpolation mode.
This commit is contained in:
parent
13f891c34f
commit
8fca67f0d6
|
@ -3308,14 +3308,6 @@ void FullscreenUI::DrawGraphicsSettingsPage()
|
|||
|
||||
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[] = {
|
||||
"TimeStretch (Recommended)",
|
||||
"Async Mix (Breaks some games!)",
|
||||
|
|
Loading…
Reference in New Issue