Recent content by Fijxu

  1. Fijxu

    my sd card is dead what should I do

    Boot a linux ISO (Linux Mint, Fedora, anything that let's you try the OS), open a terminal, execute `sudo dmesg -w` and connect the SD card using the port on your laptop or using a SD Card to USB adapter. You will get a lot more information about the SD card and if you are lucky, you can recover...
  2. Fijxu

    Updating my 3ds

    Nothing, just make sure that Luma3DS is in their latest update and then you can update to the latest version of the console without any problems
  3. Fijxu

    Is REVO UNINSTALLER a good software?

    Heh, is not bad, I also used it a lot of time and it works as intended but since the program is closed source now I really prefer to use something that I can trust more like "Bulk Crap Uninstaller".
  4. Fijxu

    Is it worth buying an antivirus in 2023?

    No, simple as. You can now easily just avoid virus by common sense. Using an antivirus will just make your computer slower and the risk is very of getting a viru nowadays compared to old times is very low unless you are very computer ill and you don't even know how to make folders or change...
  5. Fijxu

    Homebrew 3DS Controller

    So... I added Accelerometer and Gyroscope support (THEY DON'T WORK PROPERLY). I changed the Linux python script to use the python-evdev module instead of python-uinput because python-uinput is deprecated. With python-evdev I was able to assign 2 devices, one for the gamepad (Keys) and one for...
  6. Fijxu

    Homebrew 3DS Controller

    Hello, i just updated the source code of 3DSController to modern libctru since the old source code was too old to compile with the latest versions of libctru. It works without problems at least on Linux using the latest version of Python3 (3.11) with uinput... There is also .cia and .3dsx files...