Search found 90 matches

by nebiun
Mon Feb 03, 2020 9:10 pm
Forum: Gamecube/Wii Development
Topic: Sound effects with ASNDlib. No sound at all
Replies: 1
Views: 7533

Sound effects with ASNDlib. No sound at all

Hi, I'm try to play sounds using ASNDlib, but non sounds is played and non errors from ASND_Set... functions. I attach source file and audio file (PCM 8bit mono 11025Hz). Here the main loop: if(ASND_SetInfiniteVoice(0, VOICE_MONO_8BIT, 11025, 0, (void *)sounds[0], sound_size[0], MAX_VOLUME, MAX_VOLU...
by nebiun
Tue Jul 30, 2019 6:11 pm
Forum: Homebrew Show and Tell
Topic: [Wii] rogueWii
Replies: 3
Views: 18625

Re: [Wii] rogueWii

New version 1.04

Added "Play again" without exit to homebrew channel
Added God mode
Minor fixes

https://github.com/nebiun/rogueWii/rele ... i.1.04.zip
by nebiun
Wed Jul 03, 2019 5:21 pm
Forum: Homebrew Show and Tell
Topic: [Wii] rogueWii
Replies: 3
Views: 18625

Re: [Wii] rogueWii

by nebiun
Mon Jul 01, 2019 6:42 pm
Forum: Homebrew Show and Tell
Topic: [Wii] rogueWii
Replies: 3
Views: 18625

Re: [Wii] rogueWii

Version 1.01
https://github.com/nebiun/rogueWii/rele ... i.1.01.zip
Fix a problem with Score table and added the possibility of change colors (pressing up and down in INTRODUCTION page)
Sources now available on github.
by nebiun
Fri Jun 28, 2019 8:06 pm
Forum: Homebrew Show and Tell
Topic: [Wii] rogueWii
Replies: 3
Views: 18625

[Wii] rogueWii

Wii porting of ancient Rogue game (version 5.4.4)
https://github.com/nebiun/rogueWii/rele ... ii.1.0.zip
Playable without keyboard (only Wiimote is needed)
No sources included (for the moment...)
by nebiun
Wed Apr 10, 2019 6:23 pm
Forum: Gamecube/Wii Development
Topic: gcube emulator missing?
Replies: 9
Views: 15391

Re: gcube emulator missing?

nebiun wrote: Wed Apr 10, 2019 6:07 pm I think that the answer for your question is here https://wiibrew.org/wiki/Gcube
All links are dead :D
I think you must use Dolphin emulator
by nebiun
Wed Apr 10, 2019 6:07 pm
Forum: Gamecube/Wii Development
Topic: gcube emulator missing?
Replies: 9
Views: 15391

Re: gcube emulator missing?

I think that the answer for your question is here https://wiibrew.org/wiki/Gcube
by nebiun
Fri Feb 15, 2019 9:01 am
Forum: devkitPPC
Topic: Help: add "official" include subdir in Makefile
Replies: 3
Views: 11582

Re: Help: add "official" include subdir in Makefile

Thankyou!
There is wiki or faq page for tricks like this?
by nebiun
Thu Feb 14, 2019 5:50 pm
Forum: devkitPPC
Topic: Help: add "official" include subdir in Makefile
Replies: 3
Views: 11582

Help: add "official" include subdir in Makefile

Hi, to resolve #include <ft2build.h> this code is correct or there is a *best* solution? #--------------------------------------------------------------------------------- # build a list of include paths #--------------------------------------------------------------------------------- INCLUDEDIR :=...