3DS ROM "Loader" 1.2

Should Rydian release the source?


  • Total voters
    76

Rydian

Resident Furvert™
OP
Member
Joined
Feb 4, 2010
Messages
27,880
Trophies
0
Age
36
Location
Cave Entrance, Watching Cyan Write Letters
Website
rydian.net
XP
9,111
Country
United States
titlept.jpg

3DS ROM Loader has been updated to version version 1.2, with some new menus.

For those of you that have never used it, 3DS ROM "Loader" is a program made by Rydian that will1 scan for 3DS ROMs on your MicroSD, your computer's harddrive, your brain, your dog's brain, Nintendo's headquarters, and the future. Any ROMs that it finds2 will be listed in a menu3 for you to select. Version 1.2 is currently capable of loading4 every single 3DS ROM that exists or will exist.

The author has expressed interest in releasing the source, so a poll has been included.

1will not
2it won't find any because it doesn't scan
3said menu does not exist
4ignoring



- Fixed the typo.
- Stuck "loader" in quotes a few places as an even bigger hint.
- Added the secret menu(s).
- Added some comments in case people want the source.

screenshotvf.jpg

1.2 is thanks to...

Snailface for still not having commented on this, making me try harder for his attention.
Raulpica for teaching me the proper way to wash a bassoon.
Costello for teaching me the proper way to backhand a coyote. Saved my life, man.

icon11.gif
Source
download.gif
Download
 

X_XSlashX_X

Well-Known Member
Member
Joined
Jan 2, 2012
Messages
263
Trophies
0
Age
32
Location
Buffalo New York
XP
206
Country
United States

Rydian

Resident Furvert™
OP
Member
Joined
Feb 4, 2010
Messages
27,880
Trophies
0
Age
36
Location
Cave Entrance, Watching Cyan Write Letters
Website
rydian.net
XP
9,111
Country
United States
Imposter!

Actual source is below!

Code:
//3DS ROM Loader 1.2
//By Rydian.
//Updated 3/2/2012

//This says "NDS", but I meant "3DS".  I typo'd and was too lazy to
//fix it so I renamed the library instead.  It was faster to do.
#include 

//The O is for "orgasmic".
#include 

//I'll give those bits some zeros.  Bits love zeros.
bool imitationpagination = 0;
bool cheatactivated = 0;

//WAKE UP
//FNKNSFHJKFG MAKE UP
int main(void) {
consoleDemoInit();

while(1) {
//'Cause the tutorial told me this works.
scanKeys();
int held = keysHeld();

//'Cause screen tearing with a 2-color display is blasphemy.
swiWaitForVBlank();

//Hide the evidence!
consoleClear();

if (imitationpagination == 0) {
iprintf("\n Nothing plays 3DS ROMs.\n\n");
iprintf(" Every cart we've seen that\n");
iprintf(" claims it can be updated to\n");
iprintf(" play them has NOT done it yet.\n\n");
iprintf(" Every \"hack\" we've seen on\n");
iprintf(" youtube turns out to be a\n");
iprintf(" scammer advertising bullshit,\n");
iprintf(" all those \"survey\" downloads\n");
iprintf(" are fake and just give the\n");
iprintf(" person who uploaded it money.\n\n");
iprintf(" When something is released\n");
iprintf(" that plays 3DS ROMs, it will\n");
iprintf(" be posted on the front page.\n\n");
iprintf(" Read the fucking stickies\n");
iprintf(" in the 3DS hacking section\n");
iprintf(" for more information.\n\n");
iprintf(" ~GBAtemp.net");

//'Cause I tried an OR (and alternatively ||) within the first IF to do both checks, and it didn't like it.
if(held & KEY_A) { imitationpagination = 1; }
if(held & KEY_B) { imitationpagination = 1; }

} else {
if (cheatactivated == 0) {
iprintf("\n What, secret menu you say?\n\n");
iprintf(" Well I've heard that if you\n");
iprintf(" Hold Left, A, and B at the\n");
iprintf(" same time and touch your\n");
iprintf(" nose to the touch screen,\n");
iprintf(" something amazing and\n");
iprintf(" magical can happen!\n");

//See, when I check for logical AND it lets me... this thing is logic-cist.
if((held & KEY_A) && (held & KEY_B) && (held & KEY_LEFT) && (held & KEY_TOUCH)) { cheatactivated = 1; }

} else {
iprintf("\n Secret menu 1 activated!\n\n");
iprintf(" For secret menu 2, please\n");
iprintf(" enter the following code: \n\n");
iprintf(" B A RIGHT A C UP DOWN A\n");
}
}

}
return 0;
}
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: @LeoTCK, mods are probably hating you