mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
evdev gun support cleanup
This commit is contained in:
parent
2805fe0a06
commit
5188293242
10 changed files with 342 additions and 350 deletions
|
@ -1057,7 +1057,9 @@ QString emu_settings::GetLocalizedSetting(const QString& original, emu_settings_
|
|||
case move_handler::null: return tr("Null", "Move handler");
|
||||
case move_handler::fake: return tr("Fake", "Move handler");
|
||||
case move_handler::mouse: return tr("Mouse", "Move handler");
|
||||
#ifdef HAVE_LIBEVDEV
|
||||
case move_handler::gun: return tr("Gun", "Gun handler");
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
case emu_settings_type::Buzz:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue