Skip to content

Commit

Permalink
== GC/Wii ==
Browse files Browse the repository at this point in the history
- MDFourier/Audio Equipment Test now loads from the regular WAV file, no more PCM/endianess editing
-
  • Loading branch information
ArtemioUrbina committed Nov 9, 2023
1 parent d725f74 commit ab1a463
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 95 deletions.
5 changes: 4 additions & 1 deletion 240psuite/Wii/240pSuite/source/240psuite.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,10 @@ void SoundTestMenu(ImagePtr title, ImagePtr sd)
DrawMenuFooter(r, g, b);

if(!aet_exists && sel == 3)
DrawStringS(x-15, y + 5*fh, r, g, b, "Copy PCM file to the 240pSuite folder to enable");
{
DrawStringS(x-15, y + 4*fh, r, g, b, "Copy WAV file to the 240pSuite folder to enable");
DrawStringS(x-15, y + 5*fh, r, g, b, EQUIPMENT_FILE);
}

EndScene();

Expand Down
Loading

0 comments on commit ab1a463

Please sign in to comment.