I just wanted to share this!
Nintendo Switch is a bit of a touchy topic when it comes to emulation, we’ve had some super rough times with Eden being taken down (legally) and Ryujinx also being taken down (voluntarily), which left the Switch emu scene…fractured to say the least.
You’ve probably seen Eden’s name or logo around in the last year or so, though. They’ve swiftly become ‘the’ emulator to fill that gap.
Anyway, I interviewed two of the devs from Eden, asking them about the history of Eden, the tech, their plans for the future and…well, plenty more!
If you’ve not seen these before, this is just one of many interviews I hold with my friends who are developers. I like to chat to them a bit and give them the chance to share why they do what they do! So we get a chance to ‘peek behind the curtain’ of the programs and projects we love and use :)
I do hope you enjoy this one!
NuXCOM_90Percent@lemmy.zip 11 hours ago
Curious. Hadn’t heard of them at all and they seem to have made solid progress.
So I went to their “github” link which goes to their own self hosted (codeberg?) which is a big ol’ orange flag because it implies that either they don’t understand what git actually is or they assume their audience doesn’t… I can see that it is a yuzu fork. Not inherently bad but it does explain the progress for something nobody ever heard of until… today. And that has implications for the project getting a pretty strong C&D because of the shenanigans Yuzu was allegedly doing to get such strong compatibility on release day for so many games. Yellow flag, we’ll say.
Just skimming the last few MRs? Seeing a LOT of “waiting reviews” on the merged side of things which is another orange flag. Best case scenario it means they don’t understand how to map their SDLC to their tools, worst case scenario it means they aren’t actually doing thorough code reviews which is playing with fire when it comes to a console with as many leaks as the Switch.
Also no Releases. Which further suggests they have no idea how to use their tools. So did some digging on the readme and it looks like the project itself probably began 6 months
So yeah. Not sure how much they have contributed to the fork but everything I am seeing is just making me want to remind people that a LOT of people are going to make yuzu forks and you should think about what is going into the code you are going to blindly run. And… it kinda makes me think less of whatever blog site ran this interview.
wccrawford@discuss.online 1 hour ago
I don’t see anything that says they don’t understand Git or Github.
They know people will look for them on Github, and they do their official releases there. They host their code on the non-profit Codeberg site for reasons of their own. People can still fork from there. They just can’t click a button on Github to do it. They can, however, click a button on Codeberg to fork.
It sounds to me like they did understand all of this, and decided to let internet popularity work for them (host releases on Github for discoverability and fraud prevention) without giving up how they wanted to manage their code.
PerfectDark@lemmy.world 10 hours ago
I’m surprised you haven’t heard of Eden before this! It’s the choice for emulating on Android now! They’re very well established, and seem to be vouched for by all the ‘big’ names in the emulation and handhelds scene.
Obviously practicing your own caution is important, but Eden isn’t some unknown fly-by-nighter. They’re very, very much a known name now.
Truscape@lemmy.blahaj.zone 11 hours ago
It’s been popular among the Steam Deck emulation scene because of it’s performance for most titles running better on the hardware compared to Ryujinx/Forks (Although because of those orange flags you mentioned it now makes sense when I found out EmuDeck refuses to provide support or streamlined installation in their menus).
Hopefully the ship is above board, but right now we’re able to reap the performance benefits as users - although I’ll probably stick to Ryujinx on my proper desktop PC.
NuXCOM_90Percent@lemmy.zip 32 minutes ago
I guess I wonder how much of that is just that… yuzu was REAL fucking good and this is Yuzu (if you check the source since their website doesn’t seem to acknowledge that?).
From a skimming of the code (if they aren’t going to do proper code review, why would I?), the main deltas seem to be related to CI/CD, branding, package updates, and MAYBE improved controls/interfaces more geared towards the android client.
And, to be clear, I think there is a lot of value in maintenance. But when you have to dig relatively deep to even see this is a fork and they already have donation links plastered everywhere?
Yeah… I would be a bit more concerned over making sure this is “above board” as it were.