Skip to content

Commit

Permalink
- Moved MDFourier/Audio Equipment Test to AESND, now it works perfect…
Browse files Browse the repository at this point in the history
…ly on GC thanks to Extrems

- Updated mxml code
  • Loading branch information
ArtemioUrbina committed Nov 9, 2023
1 parent d3b5e84 commit d725f74
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 152 deletions.
2 changes: 1 addition & 1 deletion 240psuite/Wii/240pSuite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ LDFLAGS = $(MACHDEP) -Wl,-Map,$(notdir $@).map
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project
#---------------------------------------------------------------------------------
LIBS := -lfat -lmxml -lasnd $(EXTRA_LIBS) -lz -logc -lm
LIBS := -lfat -lmxml -lasnd -laesnd $(EXTRA_LIBS) -lz -logc -lm

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion 240psuite/Wii/240pSuite/source/240psuite.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ void SoundTestMenu(ImagePtr title, ImagePtr sd)
int sel = 1, close = 0;
u8 aet_exists = 0;

aet_exists = FileExists("Equip48KRev.pcm");
aet_exists = FileExists(EQUIPMENT_FILE);
while(!close && !EndProgram)
{
u8 r = 0xff;
Expand Down
Loading

0 comments on commit d725f74

Please sign in to comment.