mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
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:
parent
deda47f461
commit
f08d3e12ca
5 changed files with 0 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue