Search found 12 matches

by LiquidSebbey
Sun May 22, 2022 6:02 am
Forum: Swiss
Topic: Swiss build to play MP3 on launch
Replies: 4
Views: 8171

Re: Swiss build to play MP3 on launch

That is a nice startup sound!

I hope to get the buffer issue fixed so a full mp3 can be played, not sure why this happens so it feels more like a snes/nes classic console with all my own backups from the sp2sd slot.
by LiquidSebbey
Fri May 20, 2022 7:25 pm
Forum: Swiss
Topic: Need help compiling swiss
Replies: 14
Views: 16703

Re: need: Build tutorial 2022

MP3 playing swiss build can be found in https://www.gc-forever.com/forums/viewt ... =25&t=5181
Tutorial coming soon, this thread can be closed. Title of post can be changed in "Need help compiling swiss", thanks admins! :mrgreen:
by LiquidSebbey
Fri May 20, 2022 7:23 pm
Forum: Swiss
Topic: Swiss build to play MP3 on launch
Replies: 4
Views: 8171

Swiss build to play MP3 on launch

See ZIP.
Plays first found MP3 on file list on launch.
Plays only first 32Kb of MP3 :-)

Zip contains boot.gci, a small MP3 file :-), swiss (NTSC U) ISO, swiss (PAL) ISO and the DOL file
swiss.zip
(3.14 MiB) Downloaded 468 times
by LiquidSebbey
Thu May 19, 2022 11:29 am
Forum: Swiss
Topic: Need help compiling swiss
Replies: 14
Views: 16703

Re: need: Build tutorial 2022

When I have a working DOL running on the cube (I have a wau to test it, but it takes over 10 minutes each build to test) I will share it here. Mission log: 1. Make swiss compile locally and test run the DOL on Dolphin 2. Run the DOL on an actual gamecube (running from a working GCI and adding it as ...
by LiquidSebbey
Wed May 18, 2022 7:43 pm
Forum: Swiss
Topic: Need help compiling swiss
Replies: 14
Views: 16703

Re: need: Build tutorial 2022

So, back in town I put the GCI file on the memory card again (using a Wii), loaded up my usual shinehax and.... the screen kept black. The already available gci and dol files are working fine. Still investigating...
by LiquidSebbey
Tue May 17, 2022 1:03 pm
Forum: Swiss
Topic: Need help compiling swiss
Replies: 14
Views: 16703

Re: need: Build tutorial 2022

The music will only play in Swiss menu, when a DOL is launched I want it to stop playing MP3. The MP3 player is already included in Swiss, so I am using that code to achieve it. So, why would it decrease audio quality in-game? When its ready, ill make a new thread and post the file. I am out of the ...
by LiquidSebbey
Mon May 16, 2022 5:04 am
Forum: Swiss
Topic: Need help compiling swiss
Replies: 14
Views: 16703

Re: need: Build tutorial 2022

That did it! Amazing! I was able to compile now and test it in Dolphin! Expect a tutorial soon from me to the community for new people who want to discover this! :-)
by LiquidSebbey
Sun May 15, 2022 7:17 pm
Forum: Swiss
Topic: Need help compiling swiss
Replies: 14
Views: 16703

Re: need: Build tutorial 2022

You need to use libogc2 , not libogc. I added the libogc2 folder, but no success yet. What am I doing wrong? - installed devkitpro (Windows installer https://github.com/devkitPro/installer/releases/download/v3.0.3/devkitProUpdater-3.0.3.exe) - git cloned the swiss sources (git clone https://github....
by LiquidSebbey
Sun May 15, 2022 11:53 am
Forum: Swiss
Topic: Need help compiling swiss
Replies: 14
Views: 16703

Re: need: Build tutorial 2022

After changing the __io_gcode to __io_gcsd2 (just to have a build) I get the following errors: linking ... swiss.elf c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-eabi/11.2.0/../../../../powerpc-eabi/bin/ld.exe: FrameBufferMagic.o: in function `_DrawTexObjNow': C:/swiss-gc/cube/swiss/source/gui/Fram...
by LiquidSebbey
Sun May 15, 2022 11:36 am
Forum: Swiss
Topic: Need help compiling swiss
Replies: 14
Views: 16703

Re: need: Build tutorial 2022

So, i fixed the network file from devkitPro so this gets ignored, but now I'm getting the following error: C:/swiss-gc/cube/swiss/source/devices/diskio.c:19:132: error: '__io_gcode' undeclared here (not in a function); did you mean '__io_gcsd2'? but __io_gcsd2 is already in the array of DISC_INTERFA...
by LiquidSebbey
Sun May 15, 2022 11:24 am
Forum: Swiss
Topic: Need help compiling swiss
Replies: 14
Views: 16703

Re: need: Build tutorial 2022

I started the whole process from scratch, and now getting:

Code: Select all

C:/swiss-gc/cube/swiss/source/bba.c:22:23: error: too few arguments to function 'if_config'
Seems that the network file from devkitPro is newer than the current version of swiss is expecting?
by LiquidSebbey
Sun May 15, 2022 9:57 am
Forum: Swiss
Topic: Need help compiling swiss
Replies: 14
Views: 16703

Need help compiling swiss

Hi All, I want to make some changes to Swiss (adding background music in the Swiss menu), so I cloned the repository (git), installed DevkitPro and also installed another bunch of C related libraries to make stuff work. However, I am unable to Make the project. Gettings errors. Is there some tutoria...