• 11 Posts
  • 78 Comments
Joined 2 years ago
cake
Cake day: July 11th, 2023

help-circle



  • For Ryujinx there’s Ryubing is the new main fork with new features by GreemDev, Kenji-NX is another fork, more of a middle-ground between new features. Finally Ryujinx Mirror is minor fixes to the last Ryujinx commit (last updated 7 months a go).

    Yuzu has Torzu (somewhat infrequent updates) and as the name implies, it has a Tor site. The new recommended kid on the block is Eden which emerged because of drama with Citron. The main Citron dev, Zephyron is a massive corporate cock sucker and has a massive power tripping ego that wanted to implement a legitimacy check for the emulator. You would have to run a homebrew program on your hacked Switch which would upload some dump/file to Citron’s server to verify you are a good boy and be able to use the emulator, and Zeph kicked everyone on his Discord that wasn’t verified and closed invites for a bit. As of now Citron has not had a commit for 1 month.

    Do note that GreemDev is (was?) a mod in Citron’s Discord and did participate in the mass kicking/banning and added a blacklist for running the Citron Switch verifier homebrew in Ryubing. His other commits don’t seem to be malicious but a word of caution.















  • Only legacy MBR boot requires the boot loader to be at the very beginning of the disk. With GPT and EFI you can make your root the very first partition then have your /boot (and/or) /efi (which has to be fat16 or fat32 depending on partition size, it can be very small and you have the /boot hold your kernels) behind that partition to avoid the ‘to the left of’ issue when resizing partitions, assuming your root filesystem can be resized.