mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
uDraw emulation
This commit is contained in:
parent
40eda1b972
commit
463826bf13
14 changed files with 353 additions and 4 deletions
|
@ -1088,6 +1088,13 @@ QString emu_settings::GetLocalizedSetting(const QString& original, emu_settings_
|
|||
case ghltar_handler::two_controllers: return tr("2 controllers", "GHLtar handler");
|
||||
}
|
||||
break;
|
||||
case emu_settings_type::GameTablet:
|
||||
switch (static_cast<gametablet_handler>(index))
|
||||
{
|
||||
case gametablet_handler::disabled: return tr("Disabled", "GameTablet handler");
|
||||
case gametablet_handler::enabled: return tr("Enabled", "GameTablet handler");
|
||||
}
|
||||
break;
|
||||
case emu_settings_type::InternetStatus:
|
||||
switch (static_cast<np_internet_status>(index))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue