-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zelda64recomp: init at 1.1.1-unstable-2024-10-06 #313013
base: master
Are you sure you want to change the base?
Conversation
Result of 13 packages built:
|
Result of 1 package failed to build:
12 packages built:
|
Great work! Do we have concern for supporting only one hash for the ROM? There are a couple of different No-Intro ROMs (BigEndian, ByteSwapped), additional regions of the ROM may eventually be supported, some people may have some ancient non-No-intro ROMs, etc. Should we just say to acquire the latest No-Intro ROM (BigEndian) for Majora's Mask? Also, is the ROM required for build, or is it simply for convenience? Build error for me as well:
|
Whoops, I had everything cached before changing the commits to versions, it should build now. The required rom is the only one mm-decomp currently supports. It's needed to generate the outputs required for zelda64recomp. |
Managed to successfully build on the first try. Attempting to run (with |
Can you describe your setup? or post a coredump? I'm trying to reproduce I'm on KDE wayland, 5700 XT, sddm wayland-only
|
I'm explicitly setting
|
Yes, I'm seeing it now when enabling amdvlk, it wasn't crashing on the radeon drivers. |
I updated directx-shader-compiler and now it doesn't crash with amdvlk. |
Sorry didn't mean to ping as I was building that locally, I'll squash and remove |
let | ||
|
||
baseRom = requireFile { | ||
name = "mm.us.rev1.rom.z64"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay how do I download this file to test this?
Result of 1 package failed to build:
2 packages built:
as expected |
84870e1
to
a3996c5
Compare
This again. |
a3996c5
to
54116a1
Compare
68d6602
to
1a1f4d7
Compare
You need a No-Intro dump of the game ROM. Obviously can't link it here. |
Description of changes
Closes #310947
https://github.com/Zelda64Recomp/Zelda64Recomp
Zelda 64: Recompiled is a project that uses N64: Recompiled to statically recompile Majora's Mask (and soon Ocarina of Time) into a native port with many new features and enhancements. This project uses RT64 as the rendering engine to provide some of these enhancements.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.