Settings: Remove PPU Interpreter (dynamic)

It has been unimplemented for a long while, so no point in displaying
it, it can be added once the feature is implemented again
This commit is contained in:
Ani 2023-06-11 20:52:46 +01:00
parent deda47f461
commit f08d3e12ca
5 changed files with 0 additions and 14 deletions

View file

@ -1127,7 +1127,6 @@ QString emu_settings::GetLocalizedSetting(const QString& original, emu_settings_
switch (static_cast<ppu_decoder_type>(index))
{
case ppu_decoder_type::_static: return tr("Interpreter (static)", "PPU decoder");
case ppu_decoder_type::dynamic: return tr("Interpreter (dynamic)", "PPU decoder");
case ppu_decoder_type::llvm: return tr("Recompiler (LLVM)", "PPU decoder");
}
break;