mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Buzz settings
This commit is contained in:
parent
a7c9827ad4
commit
dfee46604a
9 changed files with 58 additions and 12 deletions
|
@ -853,6 +853,14 @@ QString emu_settings::GetLocalizedSetting(const QString& original, emu_settings_
|
|||
case move_handler::mouse: return tr("Mouse", "Move handler");
|
||||
}
|
||||
break;
|
||||
case emu_settings_type::Buzz:
|
||||
switch (static_cast<buzz_handler>(index))
|
||||
{
|
||||
case buzz_handler::null: return tr("Null (use real Buzzers)", "Buzz handler");
|
||||
case buzz_handler::one_controller: return tr("1 controller (1-4 players)", "Buzz handler");
|
||||
case buzz_handler::two_controllers: return tr("2 controllers (5-7 players)", "Buzz 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