mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
Avoid a trigraph.
This commit is contained in:
parent
763fb2719f
commit
75fe77115d
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ bool adecCheckType(AudioCodecType type)
|
||||||
{
|
{
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case CELL_ADEC_TYPE_ATRACX: ConLog.Write("*** (???) type: ATRAC3plus"); break;
|
case CELL_ADEC_TYPE_ATRACX: ConLog.Write("*** (?) type: ATRAC3plus"); break;
|
||||||
case CELL_ADEC_TYPE_ATRACX_2CH: ConLog.Write("*** type: ATRAC3plus 2ch"); break;
|
case CELL_ADEC_TYPE_ATRACX_2CH: ConLog.Write("*** type: ATRAC3plus 2ch"); break;
|
||||||
|
|
||||||
case CELL_ADEC_TYPE_ATRACX_6CH:
|
case CELL_ADEC_TYPE_ATRACX_6CH:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue