mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 06:21:19 +12:00
Fix some compiler warnings (#416)
This commit is contained in:
parent
3869b47c35
commit
9ebbfb3ae2
6 changed files with 9 additions and 9 deletions
|
@ -75,7 +75,7 @@ CubebAPI::CubebAPI(cubeb_devid devid, uint32 samplerate, uint32 channels, uint32
|
|||
output_params.layout = CUBEB_LAYOUT_3F4_LFE;
|
||||
break;
|
||||
case 6:
|
||||
output_params.layout = CUBEB_LAYOUT_QUAD_LFE | CHANNEL_FRONT_CENTER;
|
||||
output_params.layout = CUBEB_LAYOUT_3F2_LFE_BACK;
|
||||
break;
|
||||
case 4:
|
||||
output_params.layout = CUBEB_LAYOUT_QUAD;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue