Games

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Rules
1. Submissions have to be related to games
Video games, tabletop, or otherwise. Posts not related to games will be deleted.
This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.
2. No bigotry or harassment, be civil
No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.
We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.
3. No excessive self-promotion
Try to keep it to 10% self-promotion / 90% other stuff in your post history.
This is to prevent people from posting for the sole purpose of promoting their own website or social media account.
4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts
This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.
We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.
5. Mark Spoilers and NSFW
Make sure to mark your stuff or it may be removed.
No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.
6. No linking to piracy
Don't share it here, there are other places to find it. Discussion of piracy is fine.
We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.
Authorized Regular Threads
Related communities
PM a mod to add your own
Video games
Generic
- !gaming@Lemmy.world: Our sister community, focused on PC and console gaming. Meme are allowed.
- !photomode@feddit.uk: For all your screenshots needs, to share your love for games graphics.
- !vgmusic@lemmy.world: A community to share your love for video games music
Help and suggestions
By platform
By type
- !AutomationGames@lemmy.zip
- !Incremental_Games@incremental.social
- !LifeSimulation@lemmy.world
- !CityBuilders@sh.itjust.works
- !CozyGames@Lemmy.world
- !CRPG@lemmy.world
- !OtomeGames@ani.social
- !Shmups@lemmus.org
- !VisualNovels@ani.social
By games
- !Baldurs_Gate_3@lemmy.world
- !Cities_Skylines@lemmy.world
- !CassetteBeasts@Lemmy.world
- !Fallout@lemmy.world
- !FinalFantasyXIV@lemmy.world
- !Minecraft@Lemmy.world
- !NoMansSky@lemmy.world
- !Palia@Lemmy.world
- !Pokemon@lemm.ee
- !Skyrim@lemmy.world
- !StardewValley@lemm.ee
- !Subnautica2@Lemmy.world
- !WorkersAndResources@lemmy.world
Language specific
- !JeuxVideo@jlai.lu: French
view the rest of the comments
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 ago with https://git.eden-emu.dev/eden-emu/eden/commit/d29d7b931c6ae8c035992d7a15d96a0c087095db
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.
To elaborate. There is nothing wrong with forking a project (assuming all licenses are upheld which, at a glance, this does). But the beautiful thing about git is that it is fundamentally decentralized so ANYONE can make a fork. And EVERYONE does. So the important things to check are if they actually have any idea how to run a project or are fly by night "hackers". The former is how you make something stronger. The latter is how you get a whole shit ton of unacknowledged CVEs. And a great indicator is how they use their tools and implement an SDLC. And a huge indicator into that is how merge requests are handled.
One more edit. What allegedly sealed the fate of Yuzu (and Ryujinix) was very strong evidence that the devs had been looking at the various Switch leaks/hacks and were using pirated pre-release copies of games to improve 0-day compatibility.
Now, I am obviously not a lawyer so I can't say whether they WERE doing things nefariously. But if you spend enough time dabbling in reverse engineering, you rapidly spot the telltale "intuitions" that come from somebody "cheating". Because they aren't testing code against behaviors or even using tools to speculate what C code created that assembly. They are looking at code and then writing an interface/re-implementation of it. And that is a MASSIVE no no because it gets you well past the bleem lawsuit and starts making you liable for a lot of penalties that we DO have precedent for.
As for the pre-release copies? It is, again, hard to not think they had copies of Tears and what not pre-release. And while it is possible that for every major release all the devs went to stores that broke embargoes... yeah.
And the implications of this for a fork that was very publicly taken down is... they know they are potentially working with poison fruit.
I’d love for you to explain why you think a self hosted Codeberg is problematic and implies they don’t know how to use git.
When a link called "github" goes to a self hosted git instance, it raises flags
Why? It sounds like an old link description that they didnt update. Webdev likely isnt their top priority being emulation devs, and frankly, they may not care.
Github/codeberg are both git, so its pretty irrevelant which one you link to. They just host the git repos, which give no shits about what web platform they live on.