Recent content by yonaikerlol

  1. Y

    Homebrew A homebrew at the startup of the 3DS

    Can't at least Boot the Homebrew Launcher like Menuhax before?
  2. Y

    Homebrew A homebrew at the startup of the 3DS

    Could you show me how to do it?
  3. Y

    Homebrew A homebrew at the startup of the 3DS

    I want to write a program that only when turning on the 3DS makes an HTTP request to an API, it returns a JSON and parses it using the jsmn library, which I have seen code using this library for 3DS, and then I show it on the screen. This means that you do not have to initialize Homebrew from...
  4. Y

    Homebrew A homebrew at the startup of the 3DS

    Hello, I want to know if you can start a homebrew when you turn on the console, I know that you can with the ones in .firm, it is only replaced with the boot.firm or Fastboot3DS is used, but, can it be with a .3dsx homebrew? If possible, would the homebrew .3dsx have access to wireless? And in...
  5. Y

    ROM Hack custom-install - Install CIAs to a Nintendo 3DS SD card entirely on PC

    There are some people who don't like having Python installed on their computer just to run this Script, could you do an implementation in a compiled language? I think the most convenient for this case is Rust or C#, the problem with C# is that it needs .NET Core for Linux, instead Rust compiles...
  6. Y

    Homebrew Hardware questions

    Thanks for the answer, I found a cable that can be connected to the 3DS through the charging port to connect it to the TV through HDMI, but to do better I need a way to power the 3DS without the need for the original charger, that is to say that it is on 24/7 using common 9.2V input power cables...
  7. Y

    Homebrew Hardware questions

    I can connect a USB to the 3DS?
  8. Y

    Homebrew Hardware questions

    I saw the Hardmod tutorial in this forum and 4 cables are connected to the 3DS motherboard, can any type of interface be connected to it, as I have already said an RCA module? Or can it only be a data (DAT0 and DAT1) as USB or SD?
  9. Y

    Homebrew Hardware questions

    Hello, how are you ?, I write this post to ask a few questions about the 3DS Hardware, I want to do a mini-project with the 3DS, it consists of connecting an RCA module to connect it to the TV, with the 3DS processing some data via HLS, using libcurl and some code in C or Lua, and watch it on...
  10. Y

    ROM Hack [Release] Super Mario 3D Land Save Editor

    Source here: https://github.com/yonaikerlol/Super-Mario-3D-Land-SGE Thanks =) Soon the Save Editor written in JavaScript: https://github.com/yonaikerlol/Super-Mario-3D-Land-SGE/releases/download/v2b/Super.Mario.3D.Land.SGE.v2b.exe
  11. Y

    ROM Hack [Release] Super Mario 3D Land Save Editor

    Hello, could you please release the source code of the program? If I'm honest, I need it for the hexadecimal codes, I'm developing one in JavaScript for a Web. Please, thanks in advance.
  12. Y

    Homebrew A question

    If I know, but Go and Rust being compiled languages I thought there might be libraries to develop applications for 3DS in these languages. But for Lua you would have to use the CtruLua interpreter, right? Or is there some kind of Lua compiler for 3DS?
  13. Y

    Homebrew A question

    Can applications be developed for 3DS with modern languages such as Go or Rust?