Recent content by marinaluna

  1. M

    Homebrew Question Access sdmc filesystem from homebrew

    Huh, I got it to work without using sdmc:/. Weird.
  2. M

    Homebrew Question Access sdmc filesystem from homebrew

    Hi! I’m developing homebrew for the Switch. When I use opendir(“”) from dirent.h to open the current directory, I can list the files just fine from the “switch” folder. However, trying to open any other directory results in displaying an empty directory when I try to print the entries. My...
  3. M

    Homebrew ARM11 exception when running compiled .3dsx files

    Yep, a different SD card worked! Apparently I can't use a 256 GB SD card...
  4. M

    Homebrew ARM11 exception when running compiled .3dsx files

    So I just installed devkitpro and devkitARM with 3DS support on my Ubuntu machine. I want to port my GameBoy emulator to 3DS so I'm learning 3DS homebrew development. However, when I run a compiled .3dsx example from devkitARM I'm getting an exception under odd circumstances: When I initially...