To be honest, I don’t really like the fact that you did it with AI (it makes your project less impressive and professional), but hey... why do i care? It’s still so cool to actually have someone decompiling the DS version of SM64, im pretty sure...
Yeah, I thought this was a research emulator mostly meant for development tasks. This is useful for a lot of stuff, but it probably won't be the best option for playing 3ds games on another machine. This is still an interesting project though...
Useless??
Yes if you only want to play 3DS games on PC.
No if you're programming for the console at a lower-level (assembly and pre-OS programs) and/or if you need a better hardware accuracy
I got Linux3DS running on that emulator, back when i was programming apps for Linux on 3DS i had to put the binaries on the SD card and reboot the console into Linux every time i wanted to run it (i had to do it probably around 700 times), so...
Hey everyone,
I’m joining the community today because I recently stumbled upon a major anomaly with a V1 Switch, and I wanted to share the data with the forum.
According to the definitive serial number tracking threads, XAW4001200000 is...
Emmm, fine...
Let me explain how i made the CIA file, although it's really easy to find thoses instructions online:
- FIrst you need to make a banner file (the `banner.bnr`) with `bannertool`, otherwise the CIA will not have banner/icon/sound...
I tried using cxitool and makerom to convert the 3DSX file to a CIA but for some reason it says that the CXI file is corrupted, here's what shows up on my terminal :
#~ ./cxitool.exe -t 000400000BB49B00 -b banner.bnr -c CTR-H-FBGE homebrew.3dsx...
But compiled programs (.3dsx files) can't be installed, they are just files we can launch from the Homebrew Launcher, although after some research i think i can convert the file into a CXI decompressed archive and then maybe make a CIA, but im...
I know this may seem like a dumb question, but im developing some 3ds homebrew apps in C and compiling them (so it creates *.3dsx files i can load onto the console) but i want to make .cia files (real titles i can install and load from the HOME...