Recent content by Aridez

  1. Aridez

    Homebrew Homebrew Development

    Hello! I made a separate thread but since it's not getting any answers I thought that I might try my luck in here since this seems more targeted to developers. I'm trying to make a homebrew application but every time it goes into sleep mode it stops working. That's because I'm making network...
  2. Aridez

    Homebrew Is it possible to make https requests using the dswifi library?

    Some time ago I saw an application called "fb4nds" that was a very simple facebook client for nds that should have been using secure connections; I believe it should be possible. I didn't find any information in the examples the same way I saw that it was possible for the 3ds, I'm looking for...
  3. Aridez

    Homebrew Is it possible to disable sleep mode using libctru?

    It seems like at least the wifi and the screens are turned off when entering in sleep mode, I'm not sure about the rest of things but I'm guessing that everything goes to sleep. I found an open issue but it's been there for 2 years already and is not answered: github ...
  4. Aridez

    Homebrew Is it possible to disable sleep mode using libctru?

    I'm trying to make a homebrew application but it seems to crash every time it goes into sleep mode, I guess that is because I'm making network requests using sslc so I would like to disable sleep mode altogether. I've found the function "void aptSetSleepAllowed(bool allowed)" in libctru here...