Recent content by 3DSmax

  1. 3

    Homebrew Compiling 3DS Homebrew

    So I should already be able to install CIA files just fine, as well as be able to run .3dsx files through the Homebrew Manager? Pretty cool, sounds like I'll hold off on A9LH for a while. Thank you for taking the time to answer! :)
  2. 3

    Homebrew Compiling 3DS Homebrew

    I'm running sysNAND 9.20.0-20 U and emuNAND is updated to the latest version, as per this page. Ideally, I would like to compile 3DS homebrew, convert to CIA, and install. My questions: "It is currently impossible to install (non-legit) CIA files or use CFWs if your 3DS is above firmware 9.2!"...
  3. 3

    Homebrew Homebrew sound and music?

    Thank you for such a quick response! :) I have been looking into that and it is at least a little straightforward, so that is good. Please excuse me for being a n00b, but can you or anyone please offer input on this?: test = Sound.openWav("/blood.wav", false)I think this is utilizing this...
  4. 3

    Homebrew Homebrew sound and music?

    I see LPP-3DS is a library that supports sound, but all of the samples are in Lua. I have done a lot of digging and I haven't found any C/C++ libraries where I can write code in C/C++ to load .ogg files as sounds and music and play them in homebrew applications, unless there is a way to use...