Homebrew Homebrew Development

  • Thread starter Thread starter aliak11
  • Start date Start date
  • Views Views 1,475,610
  • Replies Replies 6,048
  • Likes Likes 54
Exist any way when i execute a homebrew close the homebrew and return to the main screen of 3DS ? or i need power off my 3DS ?

The 3DSBrew.h complete, thank Nop90 and Snailface =]
 
Don't make big general libraries or your code wont work. Use only the pieces you need.

Still no interaction with 3ds firmware. Not with the code on this thread at least. Sorry
 
  • Like
Reactions: st4rk
Don't make big general libraries or your code wont work. Use only the pieces you need.

What do you mean? Is there a binary payload size limit?
And the linker would only include the functions/symbols used from the library anyways.
 
What do you mean? Is there a binary payload size limit?
And the linker would only include the functions/symbols used from the library anyways.


The loader gets unstable at like 15kb, crappy at about 19 and only deterorates from there ^^
 
Probably has a lot of junk data to put good code in a safe memory location. Not to say that interleaving good code with fake chunk of code never to be executed helps obfuscation.
 
Not a problem, but an opportunity to have fun. If one wants life easy, coding a tetris clone in java for android is much easie. And you can try to sell it on playstore for few cents!!!!!! :lol:
 
I don't like Java(horrible language), anyway, i will continue my work =P
Shouldn't be a problem anyways. The linker won't include the entire library in the binary by default, just what's used.

The loader gets unstable at like 15kb, crappy at about 19 and only deterorates from there ^^

I see. I haven't had any problems with my 18kb+ binaries, but I understand there's obviously a limit.
 
Shouldn't be a problem anyways. The linker won't include the entire library in the binary by default, just what's used.

Yes, but it's very easy to become lazy and use ready function when you can do the same thing with a smaller piece of custom code.
 
who is working on a 3DS google chrome browser or on a video Player without 10 minute limit ? any chance?

You should've first read the thread. Nobody is even near finding stuff needed for WiFi access to make a browser, and I'm fairly sure that a video player would require using ARM11 to be fast enough. Which also can't be done yet.
 
  • Like
Reactions: filfat

Site & Scene News

Popular threads in this forum