Hacking How to hide the uLoader Cfg Entry in Coverflow?

  • Thread starter Thread starter DEFIANT
  • Start date Start date
  • Views Views 6,157
  • Replies Replies 7

DEFIANT

a daft old man who stole a magic box and ran away
Member
Joined
Dec 9, 2008
Messages
364
Reaction score
16
Trophies
2
Location
Gallifrey
Website
www.youtube.com
XP
1,752
Country
United States
How do I hide this from showing up in Coverflow? I see there is an "hide_game" for usb configurable loader but that doesn't work or at least I can't get it to work for coverflow. Any Ideas?
 
Then Uloader no longer works with the games anymore. I tend to use both, Uloader to to load em, Coverflow to play em, and back to Uloader if they don't work for Coverflow.

I thank you for a quick response though.
 
can you give the ID6 of the uLoader cfg? just check for it in any app that shows the ID of your games.

to answer your question, the program will need to be changed to ignore the uLoader cfg. If you can let me know the ID, I can add it to GX. But you will need to change wiiflow or have somebody else change it.
 
__CFG_ is the ID.

Could you change it, that is, if you have the time? I know your busy with coverflow for emulators nes, snes and gba. But any help you could offer is appreciated.
 
just find the person or people coding the loader that you are using, and have them add that check into the loop they are using to build the game list and filter games by favorite or name or parental control or whatever. this is how it looks in the version i think ill use GX
Code:
//ignore uLoader cfg "iso"
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂif (header->id[0]=='_ '&& header->id[1]=='_' &&
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂheader->id[2]=='C' && header->id[3]=='F' &&
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂheader->id[4]=='G' && header->id[5]=='_')
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂcontinue;
 
instead of changing all other loaders, maybe we should questionize this entry and just change the uLoader?!

edit:
mkay... makes sense...
 
myron0815 said:
instead of changing all other loaders, maybe we should questionize this entry and just change the uLoader?!


uLoader keeps your config in an WBFS partiton, and needs some kb for that purpose...

This feature lets you forget the SD (if it loads from a full channel).

If all loaders are changing to solve games issues (like SAM & Max, NSMB), and adding 001/002 error fixes, why can´t they add a fix for uLoader CFG?
 

Site & Scene News

Popular threads in this forum