mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
whitespace and format
This commit is contained in:
parent
750aa163c5
commit
9fe640b187
2 changed files with 62 additions and 123 deletions
|
@ -865,7 +865,7 @@ error_code cellMicGetDeviceAttr(s32 dev_num, CellMicDeviceAttr deviceAttributes,
|
|||
if (*arg1 > 2 || !arg2)
|
||||
return CELL_MICIN_ERROR_PARAM;
|
||||
*arg2 = ::at32(device.attr_chanvol, *arg1);
|
||||
break;
|
||||
break;
|
||||
case CELLMIC_DEVATTR_LED: *arg1 = device.attr_led; break;
|
||||
case CELLMIC_DEVATTR_GAIN: *arg1 = device.attr_gain; break;
|
||||
case CELLMIC_DEVATTR_VOLUME: *arg1 = device.attr_volume; break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue