mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
cellMusic: implement qt music handler
This commit is contained in:
parent
0dbfe314a3
commit
15e74357cf
27 changed files with 885 additions and 24 deletions
|
@ -1027,6 +1027,13 @@ QString emu_settings::GetLocalizedSetting(const QString& original, emu_settings_
|
|||
case camera_handler::qt: return tr("Qt", "Camera handler");
|
||||
}
|
||||
break;
|
||||
case emu_settings_type::MusicHandler:
|
||||
switch (static_cast<music_handler>(index))
|
||||
{
|
||||
case music_handler::null: return tr("Null", "Music handler");
|
||||
case music_handler::qt: return tr("Qt", "Music handler");
|
||||
}
|
||||
break;
|
||||
case emu_settings_type::PadHandlerMode:
|
||||
switch (static_cast<pad_handler_mode>(index))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue