Recent content by 00Cancer

  1. 00Cancer

    Homebrew Suggestion Switch videoplayer homebrew

    What I meant by FFmpeg sucks is that it sucks to code with in C++. There is very little information about coding with it online, so it sucks to use.
  2. 00Cancer

    Homebrew Suggestion Switch videoplayer homebrew

    I was no joke trying to make a video player yesterday. I stopped because FFmpeg sucks. Who knows, maybe i will actually finish just to see what happens.
  3. 00Cancer

    Homebrew Discussion SDL2 Joycon Bindings

    SDL2 allows you use Joystick input and since SDL2 is available for the switch through devKitPro, I wanted to see if I could get the Joycons to work with it. It ended up working, but unfortunately I didn't know the bindings for the buttons, so I spent the time to check the value for each button...
  4. 00Cancer

    Homebrew a list of all the homebrew that currently works with 5.0.2

    Nevermind, I was wrong. Don't listen to what I said.
  5. 00Cancer

    Homebrew a list of all the homebrew that currently works with 5.0.2

    I don't know if this has been mentioned yet, but SDL seems to be borked on the newer firmware versions, 4 and above. So all the apps that use SDL don't work.
  6. 00Cancer

    Tutorial How to boot Linux on your Switch

    If anyone was wondering, this is how to change your username on any of the rootfs tarballs compiled by @Gigaa or I: NOTE: I will use <> to indicate something that you have to type in First install qemu-user-static on your PC with Linux. Put the following in /etc/binfmt.d/qemu-arm64.conf...
  7. 00Cancer

    Tutorial How to boot Linux on your Switch

    So much battery, what the hell. -Vnc'd from my switch
  8. 00Cancer

    Tutorial How to boot Linux on your Switch

    @natinusala Here is the fixed tar.gz, graciously uploaded by @Gigaa. Sorry for the inconvenience caused by my idiocy.
  9. 00Cancer

    Tutorial How to boot Linux on your Switch

    Yeah I really messed when I packaged the tar. However, thanks for checking if it works.
  10. 00Cancer

    Tutorial How to boot Linux on your Switch

    Holy fucking shit auto Yeah so just download it and, in the tar.gz, take all the files and folders located at /media/ioannis/rootfs and move them to the root of the tar.
  11. 00Cancer

    Tutorial How to boot Linux on your Switch

    cd into coreboot/util/cbfstool, run make, cd back to the coreboot, then run this command: ./util/cbfstool/cbfstool bootloader-dragon-google_smaug.7900.97.0.img extract -n fallback/tegra_mtc -f tegra_mtc.bin make sure your downloaded bootloader-dragon-google... it is the coreboot folder auto...
  12. 00Cancer

    Tutorial How to boot Linux on your Switch

    Yeah, my gnome image works fine, but I just need to get rid of the subfolders. I'll have the new link in an hour or so, uploading 2 gb takes an hour for me. Actually if anyone has a faster upload speed (> 5mbps) and is willing to delete subfolders and upload it, that be pretty cool. auto Can...
  13. 00Cancer

    Tutorial How to boot Linux on your Switch

    I literally had no idea i did that. I will fix that now.