Skip to content

Commit

Permalink
Add more libsd log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Sep 3, 2024
1 parent 663a1d9 commit 9ac090e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/iop/Iop_LibSd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ static std::string DecodeParam(uint16 paramId)
case 0x0E:
result = "AVOLR";
break;
case 0x0F:
result = "BVOLL";
break;
case 0x10:
result = "BVOLR";
break;
default:
result = string_format("unknown (0x%02X)", paramIdx);
break;
Expand Down

0 comments on commit 9ac090e

Please sign in to comment.