this post was submitted on 04 Mar 2024
251 points (96.3% liked)

Nintendo

17968 readers
12 users here now

A community for everything Nintendo. Games, news, discussions, stories etc.

Rules:

  1. No NSFW content.
  2. No hate speech or personal attacks.
  3. No ads / spamming / self-promotion / low effort posts / memes etc.
  4. No linking to, or sharing information about, hacks, ROMs or any illegal content. And no piracy talk. (Linking to emulators, or general mention / discussion of emulation topics is fine.)
  5. No console wars or PC elitism.
  6. Be a decent human (or a bot, we don't discriminate against bots... except in Point 7).
  7. All bots must have mod permission prior to implementation and must follow instance-wide rules. For lemmy.world bot rules click here

Upcoming First Party Games (NA):

Game | Date


|


Luigi's Mansion 2 HD | Jun 27 Nintendo World Championships: NES™ Edition | Jul 18 The Legend of Zelda: Echoes of Wisdom | Sep 26 Super Mario Party Jamboree | Oct 17 Mario & Luigi: Brothership | Nov 7 Donkey Kong Country Returns HD | Jan 16, 2025 Metroid Prime 4 | 2025

Other Gaming Communities


founded 1 year ago
MODERATORS
 

As you all know or may not know,
Nintendo has taken down Yuzu,
see following post for more info on that:
https://lemmy.world/post/12728163

Now it's important to preserve the code base of Yuzu,
so hopefully someday, once things cooled down a little,
an active fork can stick it's head up.

After looking at the Azure DevOps Pipelines
of yuzu-emu/yuzu,
I noticed the latest pipeline ran 8 hours ago
as of writing this post:

Which tells us that the latest commit,
was a merge of PR #13198 from
zhaobot/tx-update-20240301020652

This fork,
is the most up-to-date one / contains the latest commit
done to Yuzu before the take down:
https://github.com/zhaobot/yuzu/tree/tx-update-20240301020652

I encourage you all to pull, star and fork this fork,
not only the master branch, but all branches!
The more copies floating out there,
the better the project will be preserved.

You can pull the code base to your local machine, with:

git clone https://github.com/zhaobot/yuzu.git

(Requires https://git-scm.com/)

And you can pull in all the branches,
as described in this Github Gist:
https://gist.github.com/grimzy/a1d3aae40412634df29cf86bb74a6f72

you are viewing a single comment's thread
view the rest of the comments
[–] redcalcium@lemmy.institute 9 points 4 months ago (1 children)

Do you know where to grab yuzu-android source code?

[–] Rikj000@discuss.tchncs.de 5 points 4 months ago (2 children)

Sadly there doesn't appear to be an official Azure DevOps Pipeline for the yuzu-android repo,
so be cautious with following forks!

After searching Github for yuzu-android, and then sorting on "Recently Updated":
https://github.com/search?q=yuzu-android&type=repositories&s=updated

I'd guess one of the following will be the latest yuzu-android code bases:

[–] redcalcium@lemmy.institute 7 points 4 months ago* (last edited 4 months ago) (1 children)

Looks like software heritage has it archived, up to yesterday's commit: https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://github.com/yuzu-emu/yuzu-android

They also archived other yuzu git repos: https://archive.softwareheritage.org/browse/search/?q=github.com%2Fyuzu-emu%2F&with_visit=true&with_content=true

Might want to grab anything that looks important there in case it got taken down too. That yuzu.wiki repo seems important because it contains instructions on how to build yuzu.

[–] didnt_readit@lemmy.world 0 points 4 months ago

Is there any way to download the whole git repo with history from that archive? Their FAQ seems to indicate there's a way:

If absolutely needed, you can use the more expensive “revision” option of the Download button, that will prepare for you the equivalent of a git bare clone , which you will be able to use offline. This may require quite some time (hours, or even days for huge repositories).

But when I got to a repo I don't see a "revision" option when I click the download button...