Homebrew 3dmoo - New 3DS Emulator

  • Thread starter Thread starter YoshiInAVoid
  • Start date Start date
  • Views Views 227,482
  • Replies Replies 168
  • Likes Likes 17
Status
Not open for further replies.

YoshiInAVoid

Banned!
Banned
Joined
Jan 10, 2011
Messages
560
Reaction score
344
Trophies
1
Website
google.com
XP
475
Country
@ichfly and @normatt just made their 3DS emulator repo public!

https://github.com/plutooo/3dmoo/

I wonder how this will compare to the first public 3DS emulator Citra.

EDIT: Screenshot of 3dmoo running smealum's Yeti port.

3dmoo.png

NOTE: This will not play commercial games, so don't ask.
 
ichfly was the one who made that GBA emulator for the DS, right? If so, niiice.
 
I get
Code:
gcc -c -std=c99 -[linc -I/usr/include/SDL2/ -DMODET -DMODE32 src/mem.c -o src/mem.o
make: gcc: Command not found
make: *** [src/mem.o] Error 127
when trying to compile this.
 
I get
Code:
gcc -c -std=c99 -[linc -I/usr/include/SDL2/ -DMODET -DMODE32 src/mem.c -o src/mem.o
make: gcc: Command not found
make: *** [src/mem.o] Error 127
when trying to compile this.
Because you don't have the gcc compiler installed.
 
I get
Code:
gcc -c -std=c99 -[linc -I/usr/include/SDL2/ -DMODET -DMODE32 src/mem.c -o src/mem.o
make: gcc: Command not found
make: *** [src/mem.o] Error 127
when trying to compile this.
If you're on Ubuntu or some other Linux distro, try installing build-essential or whatever the equivalent package is. If you're on Windows, I dunno how, but yeah you need to install GCC.
 
Has anyone compiled this on Windows? I keep getting an error that it can't find SDL.h
 
Couldn't they just join development in Citra instead of just starting to make their own emulator?
Regardless, can anyone give a description of the progress of these peeps thus far? Not that I expect much so soon..
 
Couldn't they just join development in Citra instead of just starting to make their own emulator?
Regardless, can anyone give a description of the progress of these peeps thus far? Not that I expect much so soon..

They were working on it a few months at least. Also this might/should be the emulator they used to analyze the inner stages of the gateway launcher.
 
Very nice, will like to see it come on in time.

And yet not This 3Dmoo are Citra are in the "Sticky", Over Replacing long and forgot en topics...
 
Able to compile this, but unable to load any homebrew. Yeti3DS triggers this error:

Code:
    uint8_t* romfslvl3 = malloc(romfs_sz);
    if (romfslvl3 == NULL) {
        ERROR("romfslvl3 malloc failed.\n");
        return 1;
    }

Because romfs_sz is fffff000h.

Hmm...
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum