top | item 41447909

Dolphin Progress Release 2407 and 2409

63 points| max-m | 1 year ago |dolphin-emu.org

22 comments

order

umvi|1 year ago

Why doesn't Nintendo's lawyer army go after Dolphin when it went so aggressively after Yuzu? Is it just because Gamecube/Wii are EoL'd so they don't care as much (vs. Switch which is still actively supported and selling games)

dansalvato|1 year ago

Others in the thread have already made good points about Yuzu, but to add to the discussion: A lot of people think Nintendo is indiscriminate with their takedowns, but they typically only go after things that:

* They think will significantly hurt their brand (or already has)

* They think will significantly hurt their bottom line (or already has)

An interesting case study on this is in 2006, before the launch of the Wii, Nintendo issued removal of certain NES ROMs from popular ROM-sharing websites. Rather than removing all Nintendo ROMs from those sites, Nintendo specifically provided them a list of the NES games that were slated to launch on Wii Virtual Console. I'm struggling to find a source for this, but I distinctly remember it happening because there were some odd inclusions like Wario's Woods, while Super Mario Bros. 3 remained untouched. If anyone is good at searching old news articles, I would really love to have a tangible source for this memory of mine.

On the other hand, the worst takedown I've ever seen Nintendo make was when they issued a C&D against a brilliant Commodore 64 port of Super Mario Bros.: https://www.eurogamer.net/nintendo-takes-down-mario-bros-c64...

Pretty sure that one happened because the release effectively went viral, with a lot of mainstream tech/gaming websites covering it. Still, as a retrocomputing enthusiast, it's hard for me to be an apologist over that one.

chucky|1 year ago

As I understand it, Yuzu was backed by an actual company that they setup to process their "donations", and by getting donations you could get privileged access to new builds.

So for Yuzu there was an legal entity making money off (Nintendo argued) selling access to playing pirated games.

Dolphin doesn't accept donations, so there's no good way of arguing anyone is making any money off it. Sure, Nintendo could go after individual contributors to Dolphin (if they can find out exactly who they are - presumably many of them are aware of the risks and try to stay anonymous) but it would be costly and it's unlikely to yield any positive results.

Jasper_|1 year ago

The main thing that took them down was that when Tears of the Kingdom leaked a week early, the Yuzu developers made a special build available exclusively on Patreon that was able to run it, actively marketed its ability to play a leaked game copy on their YouTube and socials, and in some cases actively pointed people to where they could find a pirated copy for themselves on their Discord server.

Nintendo could have sued them into oblivion at any time (as the court documents show, they had been stepping over the line for a long time), but chose not to. If it wasn't for the Tears of the Kingdom thing, Yuzu would probably still be around today.

Spellman|1 year ago

Moon Channel has a pretty great post mortem.

https://youtu.be/7rzWR9JP1WE?si=wbsDoWLD7DatWlS3

The main TLDW: Yuzu was reaping huge income and bragged about delivering at-launch support for major Nintendo Switch games, thus directly diverting paying customers from Nintendo. The other major aspect was Yuzu was facilitating encryption key distribution which is how Nintendo was able to bring forth a legal attack.

dagmx|1 year ago

Yuzu was taking donations to support playing games that were leaked before release.

Nintendo did ask Dolphin to pull out some DVD keys so it’s not like they’ve been left alone either.

But Nintendo doesn’t care about emulation because that’s settled legal precedent . It cares about whether the emulation is being advertised to bypass DRM for piracy. Dolphin doesn’t cross that line, yuzu did.

EMIRELADERO|1 year ago

This is from what I remember. I can't provide any proof because it's just from glances at the Yuzu Discord.

From what I recall, the Yuzu dev team (or at least some members) kept a private "stash" of pirated Switch games on a private Discord server and constantly used it to talk about Switch piracy and the like.

If the lawsuit progressed, it would have come out in discovery. Not a good look.

This explains why Nintendo went after Yuzu but not Ryujinx, which employs the same decryption mechanisms as the former.

7734128|1 year ago

They certainly would if they thought they would win in court.

Dwedit|1 year ago

Why not just static link the CRT? (change runtime library from "Multithreaded DLL" to "Multithreaded")

OatmealDome|1 year ago

Dolphin is a GPLv2+ application, and the runtime is under a proprietary license. We currently rely on the "system libraries" exception in the GPL to allow linking with the runtime in the first place. If we ship the runtime with Dolphin, it might not be considered a "system library" anymore.

There's some past discussion in this PR, where we made a change to automatically install the runtime DLLs but ended up reverting it: https://github.com/dolphin-emu/dolphin/pull/11068

(this is based off my own recollection of what others have told me, it might be out of date or wrong)

TillE|1 year ago

Yeah, that's the normal thing to do. But it is crazy that Microsoft still won't just include the CRT as part of the OS, updated with Windows Update. You have to distribute the stupid thing yourself if you want the dynamic runtime.

oneepic|1 year ago

As usual from Microsoft, the answer to the Visual Studio issue is, "Fuck you." Not a surprise, but I'm grateful for the Dolphin devs working through all this.

phendrenad2|1 year ago

It's not a "fuck you". What the Dolphin devs want/expect is simply mutually exclusive with how app dev on Windows works. This is a case of Chesterton's Fence, as those decisions have obvious reasons if you think about them outside of the narrow-minded constraints of an open-source emulator project.

dotancohen|1 year ago

Even after skimming the fine article I have no idea what Dolphin is.

ziddoap|1 year ago

From the homepage:

>Dolphin is an emulator for two recent Nintendo video game consoles: the GameCube and the Wii. It allows PC gamers to enjoy games for these two consoles in full HD (1080p) with several enhancements: compatibility with all PC controllers, turbo speed, networked multiplayer, and even more!