Giter VIP home page Giter VIP logo

yuzu's People

Contributors

ameerj avatar archshift avatar bunnei avatar degasus avatar fearlesstobi avatar fernandos27 avatar german77 avatar jayfoxrox avatar jroweboy avatar kelebek1 avatar lat9nq avatar liamwhite avatar linkmauve avatar lioncash avatar mailwl avatar merryhime avatar merrymage avatar morph1984 avatar namkazt avatar neobrain avatar ognik5377 avatar reinuseslisp avatar shizzy1 avatar subv avatar t895 avatar volcaem avatar vonchenplus avatar wwylele avatar yuriks avatar zachhilman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

yuzu's Issues

Mirror mods on Switch Mods page

(yes it's quite funny i'm making an issue for this emulator again)

The Switch Mods page on the wiki hosts mods on several platforms, most notably GitHub and Discord. It's already a bit of a hassle to get the Discord ones, as you'd have to put the link into Discord first and then click on it to download the mod. It's likely most of those mods were uploaded in the yuzu Discord, which could get deleted at any point, rendering the links permanently useless.

It would be a good idea to make a new repo to mirror all these mods onto, so that when the inevitable happens, they don't end up getting lost.

Bare mirrored repos with tags and unfinished PR's

Issue

Here are archives of bare --mirror'ed yuzu git repos - https://github.com/yuzu-emu-mirror/.archive . I apologize for the format - Github has hard limit on 100 MiB per file, and limits git pack transfer size to 2 GiB, so it's really hard to push mirrored repo all at once. Sorry.

These repos contain tags that are missing in this org's repos, and they contain pull requests (unfortunately without descriptions). Perhaps that could help people resume their work, since I assume forks were wiped out by nintendo as well?

Will you be continuing unofficial support?

Is there an existing issue for this?

  • I have searched the existing issues

What feature are you suggesting?

Hello,
I have come here to ask if you are going to continue support unoffically?
Thank you,

Why would this feature be useful?

Hello,
I have come here to ask if you are going to continue support unoffically?
Thank you,

error (also thanks for save the entire yuzu repos :)

Is there an existing issue for this?

  • I have searched the existing issues

Affected Build(s)

latest

Description of Issue

CMake Error at externals/oaknut/CMakeLists.txt:15 (message):
In-source builds are not allowed.

CMake Error at /opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakePackageConfigHelpers.cmake:344 (configure_file):
configure_file attempted to configure a file:
/Users/paitonbertschy/yuzu/externals/oaknut/oaknutConfig.cmake into a
source directory.
Call Stack (most recent call first):
externals/oaknut/CMakeLists.txt:115 (configure_package_config_file)

from the terminal

Expected Behavior

.

Reproduction Steps

.

Log File

.

System Configuration

CPU:
GPU/Driver:
RAM:
OS:

new development team

Is there an existing issue for this?

  • I have searched the existing issues

What feature are you suggesting?

to continue updating this out of spite

Why would this feature be useful?

becuase it would make nintendo legal team cry and if we get sued we wont back down like they did nintendos case was weak anyways yuzu should have won damit

/external: some directories link to commits not in linked repo

Is there an existing issue for this?

  • I have searched the existing issues

Affected Build(s)

This affects building rather than a specific build.

Description of Issue

In the externals directory in this repository, there are a number of links which point to a specific commit in another repo (e.g. breakpad @ c89f9dd). This causes a git upload-pack: not our ref error and breaks building with a modified PKGBUILD when the process running the script tries to git submodule update.

This can possibly be fixed by setting up the submodules and then git commit -a, but I have not yet found a way to do this with makepkg. If this is fixed at the source level it should be possible to use this organisation's repos as drop-in replacements for the ones rendered inaccessible for the purpose of building a yuzu Arch Linux package.

Expected Behavior

The package is built successfully. (yuzu-git-$pkgver.pkg.tar.zst is built.)

Reproduction Steps

PKGBUILD.txt
Attached is a copy of the edited yuzu-git PKGBUILD which I used (yuzu-emu and merryhime changed to yuzu-mirror).

  1. have a working Arch Linux (or derivative) that is ready to use the AUR (requires the base-devel package)
  2. download, rename to PKGBUILD (from PKGBUILD.txt), and run makepkg -s

Log File

log.txt
(manually copied from terminal into a text file)

System Configuration

CPU: Ryzen 7 5800X
GPU/Driver: RX 6700 XT (amdgpu)
RAM: 16 GiB
OS: Artix Linux

Suggestion: Rename this Yuzu mirror to Nuzu

Is there an existing issue for this?

  • I have searched the existing issues

What feature are you suggesting?

Rename this mirror of Yuzu to Nuzu (New-zu) to signify it being something different, as it is definitely not yuzu as yuzu cannot legally exist.

Why would this feature be useful?

-It would be funny
-Shhh its definitely not Yuzu

Tags

Is there any way to restore the tags for all the different versions? I've yet to come across a backup that's done so.

error C2679: binary '': no operator found which takes a right-hand operand of type ''

Is there an existing issue for this?

  • I have searched the existing issues

Affected Build(s)

Source

Description of Issue

When compiling, I get various errors like "error C2679: binary '': no operator found which takes a right-hand operand of type ''"

Expected Behavior

Source should compile without error.

Reproduction Steps

  1. git clone https://github.com/yuzu-mirror/yuzu.git "yuzu"
  2. cd yuzu
  3. git submodule sync
  4. git submodule foreach --recursive git reset --hard
  5. git submodule update --init --recursive
  6. mkdir build
  7. cd build
  8. cmake -E env CXXFLAGS="/Gw" cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_POLICY_DEFAULT_CMP0069=NEW -DYUZU_ENABLE_LTO=ON -DYUZU_USE_BUNDLED_QT=1 -DYUZU_USE_BUNDLED_SDL2=1 -DYUZU_USE_QT_WEB_ENGINE=ON -DYUZU_TESTS=OFF -DENABLE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_LIBUSB=OFF -DENABLE_WEB_SERVICE=ON -DYUZU_ROOM=ON -DUSE_DISCORD_PRESENCE=OFF ..
  9. call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
  10. msbuild yuzu.sln /t:Build /p:Configuration=Release /m

Log File

https://privatebin.net/?30d4ae68a90d5e5a#9sT2JMvT2Nj7JYW2SYsAAi18QvsziZBYM3X8cezQxn4w

System Configuration

CPU: Ryzen 5 5600
GPU/Driver: Radeon RX 6700 XT
RAM: 32gb
OS: Windows 11

Hello Linuxes!

Is there an existing issue for this?

  • I have searched the existing issues

Affected Build(s)

Pls linux

Description of Issue

Helo. I don't see any Linus. Can you make a Lenux Version? Please. I am a Lenus. Thanks.
tux

Expected Behavior

Pls linux

Reproduction Steps

Linux Tech Tips

Log File

Linux

System Configuration

CPU:Lenux
GPU/Driver:Lenux
RAM:Lenux
OS:Lenux

super mario wonder crashing

Is there an existing issue for this?

  • I have searched the existing issues

Affected Build(s)

latest avalible with souce code

Description of Issue

crashes when it gets past the main loading screen

Expected Behavior

game working

Reproduction Steps

try playing the game on an m series mac.

Log File

https://pastebin.com/fnLejxRd

System Configuration

CPU: apple m1
GPU/Driver: apple m1
RAM: 8gb
OS: macos 14.3.1

Language translation does not load,

Is there an existing issue for this?

  • I have searched the existing issues

Affected Build(s)

latest avalible with souce code

Description of Issue

Unable to load translation, I'm not sure if the problem lies with CMAKE or with my Visual Studio in loading the dependency

Expected Behavior

Load translation

Reproduction Steps

juste go to UI General and translation

Log File

No need

System Configuration

CPU: i5-10400
GPU/Driver: quadro P400
RAM: 32GB
OS: W10 x64

Host on Radicle

Is there an existing issue for this?

  • I have searched the existing issues

What feature are you suggesting?

This project should be hosted on radicle also, its fully decentralised and if nintendon't decides to come after this one, they can't do a goddamn thing about it.

Why would this feature be useful?

Nintendon't smells

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.