Homebrew Emus/Apps with SDHC support.

hartleyshc

Well-Known Member
OP
Member
Joined
Oct 2, 2008
Messages
512
Trophies
2
Age
42
Location
Gainesville, FL
XP
1,426
Country
United States
laurozza said:
Thanks for your work, i'll wait.

Maybe this can help you? http://gbatemp.net/index.php?showtopic=107...t&p=1438080

actually, turns out that this:
QUOTE said:
to reboot the wii, it's really easy, just make the program call the following function: SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0) instead of exit(0)
this will exist the program and return to the Wii System Menu
is exactly what ive been trying. but it still just returns to hbc, no matter what i enter in there.

heres where ive been entering in the info:
CODE
void wii_wait_key()
{
ÂÂÂÂwhile(1)
ÂÂÂÂ{
ÂÂÂÂÂÂÂÂWPAD_ScanPads();
ÂÂÂÂÂÂÂÂu32 pressed = WPAD_ButtonsDown(0);
ÂÂÂÂÂÂÂÂif(pressed & WPAD_BUTTON_A) break;
ÂÂÂÂÂÂÂÂif(pressed & WPAD_BUTTON_HOME) SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
ÂÂÂÂ}
}
 

djdynamite123

Master Of Hardcore!
Banned
Joined
Sep 21, 2008
Messages
3,788
Trophies
0
Age
36
Location
Redcar, England UK
Website
www.djdynamite.bravehost.com
XP
136
Country
QUOTE said:
Thanks for your work, i'll wait.

Maybe this can help you? http://gbatemp.net/index.php?showtopic=107...t&p=1438080

actually, turns out that this:
QUOTE
to reboot the wii, it's really easy, just make the program call the following function: SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0) instead of exit(0)
this will exist the program and return to the Wii System Menu
is exactly what ive been trying. but it still just returns to hbc, no matter what i enter in there.

heres where ive been entering in the info:
CODE
void wii_wait_key()
{
while(1)
{
WPAD_ScanPads();
u32 pressed = WPAD_ButtonsDown(0);
if(pressed & WPAD_BUTTON_A) break;
if(pressed & WPAD_BUTTON_HOME) SYS_ResetSystem(SYS_RETURNTOM
is it deffinately the full source for mplayerwii 007?
otherwise that's why you may be experiencing problems.

Yeah i was into changing the source as you can see you have linked to the thread i posted, Dragon minded didn't include the full source thats why i just left it.

Strange why it isn't calling the restart wii, it must have a restart wii in another file somewhere......
have a good look. is it compiling normally and successful? or is it giving an error?


normally, if everything went fine, you got a .dol file, this is your modified application. If you got compilation error, it's eithr because teh devkitPPC installation was incorrect or you are missing some libraries.
 

SpaceJump

Well-Known Member
Member
Joined
Aug 18, 2005
Messages
3,866
Trophies
1
Location
Zebes
XP
3,298
Country
Germany
hartleyshc said:
laurozza said:
Thanks for your work, i'll wait.

Maybe this can help you? http://gbatemp.net/index.php?showtopic=107...t&p=1438080

actually, turns out that this:
QUOTE said:
to reboot the wii, it's really easy, just make the program call the following function: SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0) instead of exit(0)
this will exist the program and return to the Wii System Menu
is exactly what ive been trying. but it still just returns to hbc, no matter what i enter in there.

heres where ive been entering in the info:
CODE
void wii_wait_key()
{
ÂÂÂÂwhile(1)
ÂÂÂÂ{
ÂÂÂÂÂÂÂÂWPAD_ScanPads();
ÂÂÂÂÂÂÂÂu32 pressed = WPAD_ButtonsDown(0);
ÂÂÂÂÂÂÂÂif(pressed & WPAD_BUTTON_A) break;
ÂÂÂÂÂÂÂÂif(pressed & WPAD_BUTTON_HOME) SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
ÂÂÂÂ}
}

The method void wii_wait_key() is never called in the whole app, it's just for debugging. You have to look at the while-loop of the main method. When -1 is returned, call SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0). Damn, if I could build/compile my version...

Can you tell me the url you used to checkout the project? Maybe my sources aren't complete.
 

djdynamite123

Master Of Hardcore!
Banned
Joined
Sep 21, 2008
Messages
3,788
Trophies
0
Age
36
Location
Redcar, England UK
Website
www.djdynamite.bravehost.com
XP
136
Country
Honestly they're shocking, they say the have the sources to download for free.
Yet.......they don't tell you the Bastard isn't the full complete source, exactly the same with dragon minded, i tried contacting him as well no luck, also i guess this is the same with mplayerwii if it wont compile back.
frown.gif
 

Tantric

Well-Known Member
Member
Joined
Feb 8, 2007
Messages
249
Trophies
1
XP
876
Country
Canada
joda said:
hartleyshc said:
On a side note, is the source for Wii DVD Dumper available? *don't have an account to see on this thread.
At least not in that thread. Only a dol and two readmes.

On another note, you don't feel like making your channel-wads available? I would really fancy properly made channels, with good banners, for system menu. Afterwards, I can just reinject any recompile.

Also, did you have to do anything fancy to get libogc CVS to compile properly? My check out from yesterday chokes on "No rule to make target 'wiilaunch.o', needed by 'libogc.a'."

libogc CVS is broken for the moment - it's nothing you're doing wrong.
 

joda

Well-Known Member
Member
Joined
Jul 12, 2007
Messages
436
Trophies
0
Location
Umeå
XP
119
Country
Tantric said:
joda said:
hartleyshc said:
On a side note, is the source for Wii DVD Dumper available? *don't have an account to see on this thread.
At least not in that thread. Only a dol and two readmes.

On another note, you don't feel like making your channel-wads available? I would really fancy properly made channels, with good banners, for system menu. Afterwards, I can just reinject any recompile.

Also, did you have to do anything fancy to get libogc CVS to compile properly? My check out from yesterday chokes on "No rule to make target 'wiilaunch.o', needed by 'libogc.a'."

libogc CVS is broken for the moment - it's nothing you're doing wrong.

Good to hear. You know which rev is the last working?
 

hartleyshc

Well-Known Member
OP
Member
Joined
Oct 2, 2008
Messages
512
Trophies
2
Age
42
Location
Gainesville, FL
XP
1,426
Country
United States
SpaceJump said:
hartleyshc said:
laurozza said:
Thanks for your work, i'll wait.

Maybe this can help you? http://gbatemp.net/index.php?showtopic=107...t&p=1438080

actually, turns out that this:
QUOTE said:
to reboot the wii, it's really easy, just make the program call the following function: SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0) instead of exit(0)
this will exist the program and return to the Wii System Menu
is exactly what ive been trying. but it still just returns to hbc, no matter what i enter in there.

heres where ive been entering in the info:
CODE
void wii_wait_key()
{
ÂÂÂÂwhile(1)
ÂÂÂÂ{
ÂÂÂÂÂÂÂÂWPAD_ScanPads();
ÂÂÂÂÂÂÂÂu32 pressed = WPAD_ButtonsDown(0);
ÂÂÂÂÂÂÂÂif(pressed & WPAD_BUTTON_A) break;
ÂÂÂÂÂÂÂÂif(pressed & WPAD_BUTTON_HOME) SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
ÂÂÂÂ}
}

The method void wii_wait_key() is never called in the whole app, it's just for debugging. You have to look at the while-loop of the main method. When -1 is returned, call SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0). Damn, if I could build/compile my version...

Can you tell me the url you used to checkout the project? Maybe my sources aren't complete.


i figured it was because right above it is the comment saying its for debugging (lol), but it was the only instance where i found exit(0). although i assumed it was never used. *as you mentioned wii_wait_key() is never used.
i ended up just replacing "return 0" with "SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0)" right after the exiting message is printed. figured the only time the message will be printed is when your exiting.

as for where i got the source, same place as you, the google code site.
and im sure its the full version, or i wouldnt have been able to compile it.

and note to all, i am in no way a coder. my last job in programming was as an assistant webmaster for a nationwide isp during the tech boom. i know the basics about C, and just because of knowledge of previous languages i have a loose grasp on the concepts here. i havent done anything special for my environment, but maybe i picked up the libogc cvs at just the right time?

so anyways, here is mplayer v0.07 sdhc support, AND it resets instead of back to laucher.
mplayerwii_wad.dol

please, if someone could make a channel out of this and post it, that would be awesome. *maybe a channel with an actual updated title. all of mine still say mplayer 0.06*
 

hartleyshc

Well-Known Member
OP
Member
Joined
Oct 2, 2008
Messages
512
Trophies
2
Age
42
Location
Gainesville, FL
XP
1,426
Country
United States
deshwasi said:
thanks for the mplayer update. i am confused though. is the linked "mplayerwii_wad.dol" a wad or a dol? also is the mplayer WAD on the first post same as this latest one you fixed? many thanks for all your recompilations.

yes, they are dols. the WAD is just used to symbolize that it is the version that should be used IN a wad. wad versions have the return to launcher option taken out of them. *which will crash a program unless you select reset system* mplayer is one program that does not have the reset system option. it was ment to only be used in the homebrew channel.

this version resets the system when you exit. so it will go back to the wii menu instead of crashing when used as a wad.

edit: yes they are the same version *check the link locations*. i post all new files in a new post, and then also post them on the first post. i figure it makes it easier for everyone that way.
 

hartleyshc

Well-Known Member
OP
Member
Joined
Oct 2, 2008
Messages
512
Trophies
2
Age
42
Location
Gainesville, FL
XP
1,426
Country
United States
lolfreak said:
do u have another link for the mplayer it doesn't load up it


which version? the one for homebrew channel? or the one for use in wads?
and have you tried the links again? they both just worked for me, and i know a few people have downloaded them already.
 

laurozza

Well-Known Member
Member
Joined
Sep 17, 2008
Messages
348
Trophies
0
Website
Visit site
XP
97
Country
Italy
hartleyshc said:
i figured it was because right above it is the comment saying its for debugging (lol), but it was the only instance where i found exit(0). although i assumed it was never used. *as you mentioned wii_wait_key() is never used.
i ended up just replacing "return 0" with "SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0)" right after the exiting message is printed. figured the only time the message will be printed is when your exiting.

as for where i got the source, same place as you, the google code site.
and im sure its the full version, or i wouldnt have been able to compile it.

and note to all, i am in no way a coder. my last job in programming was as an assistant webmaster for a nationwide isp during the tech boom. i know the basics about C, and just because of knowledge of previous languages i have a loose grasp on the concepts here. i havent done anything special for my environment, but maybe i picked up the libogc cvs at just the right time?

so anyways, here is mplayer v0.07 sdhc support, AND it resets instead of back to laucher.
mplayerwii_wad.dol

please, if someone could make a channel out of this and post it, that would be awesome. *maybe a channel with an actual updated title. all of mine still say mplayer 0.06*
You did it!!!
grog.gif
Thanks again, you are the best!
wink.gif


QUOTE(djdynamite123 @ Oct 30 2008, 09:35 AM) superb
smile.gif

download that, you'll like the channel injected with hartleys Reset Mplayer SDHC
smile.gif
smile.gif
ohyess.

Yep, the French makes nice Banners hehe downlaod of Mplayerwii v0.07 SDHC with reset instead of RTL
And with this we have the best Channel ever. Wonderful.
laugh.gif
 

djdynamite123

Master Of Hardcore!
Banned
Joined
Sep 21, 2008
Messages
3,788
Trophies
0
Age
36
Location
Redcar, England UK
Website
www.djdynamite.bravehost.com
XP
136
Country
QUOTE said:
And with this we have the best Channel ever. Wonderful.
smile.gif
yep certainly good in more ways than one hehe

Only downside it takes 57 blocks, but for this channel its F**k All!
It's A shame the author of mplayerwii doesn't update it with a nice menu, similar to mplayerdvdlib or geexbox
smile.gif
bit too plain as it it*
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    Thanks for signing up at LinusTechTips
  • QuarterCut @ QuarterCut:
    holey shmoley!
  • BigOnYa @ BigOnYa:
    Your credit card has been charged. Thank you.
  • K3Nv2 @ K3Nv2:
    Your screwdriverPlus will arrive in three weeks
    +1
  • QuarterCut @ QuarterCut:
    K64_Waddle_Dee_Artwork_1.jpg

    my reaction to such information
    +2
  • BigOnYa @ BigOnYa:
    Press 1 for English. Press 2 for Pig Latin. Or press 3 to speak to a representative.
  • BakerMan @ BakerMan:
    guys, i need help, i got into an argument about what genre radioactive is, and i forgot who made it
  • Sicklyboy @ Sicklyboy:
    @BakerMan, Imagine Dragons
  • Sicklyboy @ Sicklyboy:
    Dragon deez nuts across yo face GOTEEM
  • Sicklyboy @ Sicklyboy:
    lmao now I realize that was probably the joke in the first place
    +1
  • BakerMan @ BakerMan:
    IMAGINE DRAGON DEEZ NUTS ACROSS YO- FUCK HE BEAT ME TO IT
  • BigOnYa @ BigOnYa:
    You have selected 4 - Death by Snu Snu, please stand by...
    +1
  • BakerMan @ BakerMan:
    lucky bastard
    +1
  • Sicklyboy @ Sicklyboy:
    hahahaha I'm half way through a bag off my Volcano and my tolerance is way down because I haven't been smoking much lately, so I was a little slow to catch that that was what your angle was 🤣🤣
    +1
  • Sicklyboy @ Sicklyboy:
    Also I was just excited to know a music reference for once (I am the LAST person in the world that you want on your trivia team)
    +2
  • K3Nv2 @ K3Nv2:
    Bummer webos 7.4 isnt working with dejavuln-autoroot
  • Sicklyboy @ Sicklyboy:
    PS4 right? I think that's what mine's on. Or 5.6, maybe.
  • K3Nv2 @ K3Nv2:
    [!] Installation failed (devmode_enabled not recognized)
  • K3Nv2 @ K3Nv2:
    0.5 seemed to work whatever lol i wont bitch
  • Alysh_Graham @ Alysh_Graham:
    Hehehe
    Alysh_Graham @ Alysh_Graham: Hehehe