mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
cellMic: fix mic type regression
This commit is contained in:
parent
2a7431bd61
commit
a6313fa46c
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ error_code cellMicGetType(s32 dev_num, vm::ptr<s32> ptr_type)
|
|||
return CELL_MICIN_ERROR_NOT_INIT;
|
||||
|
||||
// TODO: get proper type (log message is trace because of massive spam)
|
||||
*ptr_type = CELLMIC_TYPE_BLUETOOTH;
|
||||
*ptr_type = CELLMIC_TYPE_USBAUDIO; // Needed for Guitar Hero: Warriors of Rock (BLUS30487)
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue