mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-08-09 14:06:50 -05:00
Update repository owner references
This commit is contained in:
parent
6ba1e2698c
commit
d6174b809e
|
|
@ -59,7 +59,7 @@ cp rules.txt patch_client.cpb dist/GraphicPack/
|
|||
`generate_patch.py` is project-specific because hook addresses, module hashes,
|
||||
entry labels, and payload layout differ between projects. A complete generator
|
||||
should use big-endian integer writes and follow the format below. The
|
||||
[mcwiiu-client-template](https://github.com/fooly9858/mcwiiu-client-template)
|
||||
[mcwiiu-client-template](https://github.com/PinkDiamondTeam/mcwiiu-client-template)
|
||||
project provides a working generator and verifier:
|
||||
|
||||
- `tools/generate_patch.py`
|
||||
|
|
@ -69,7 +69,7 @@ project provides a working generator and verifier:
|
|||
For its reproducible Docker build:
|
||||
|
||||
```sh
|
||||
git clone --recursive https://github.com/fooly9858/mcwiiu-client-template.git
|
||||
git clone --recursive https://github.com/PinkDiamondTeam/mcwiiu-client-template.git
|
||||
cd mcwiiu-client-template
|
||||
./docker-build.sh
|
||||
```
|
||||
|
|
|
|||
|
|
@ -26,12 +26,12 @@
|
|||
"rev": "83729235e892ae93d7780eff2d46cfd55114dbe2",
|
||||
"revCount": 6,
|
||||
"type": "git",
|
||||
"url": "https://github.com/fooly9858/libcemuextend.git"
|
||||
"url": "https://github.com/PinkDiamondTeam/libcemuextend.git"
|
||||
},
|
||||
"original": {
|
||||
"rev": "83729235e892ae93d7780eff2d46cfd55114dbe2",
|
||||
"type": "git",
|
||||
"url": "https://github.com/fooly9858/libcemuextend.git"
|
||||
"url": "https://github.com/PinkDiamondTeam/libcemuextend.git"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
# source automatically. Fetch the public repository at the same immutable
|
||||
# revision as the submodule so standalone/clean CemuExtend clones work.
|
||||
libcemuextend-src = {
|
||||
url = "git+https://github.com/fooly9858/libcemuextend.git?rev=83729235e892ae93d7780eff2d46cfd55114dbe2";
|
||||
url = "git+https://github.com/PinkDiamondTeam/libcemuextend.git?rev=83729235e892ae93d7780eff2d46cfd55114dbe2";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
|
||||
meta = {
|
||||
description = "CemuExtend Wii U emulator build for NixOS";
|
||||
homepage = "https://github.com/fooly9858/CemuExtend";
|
||||
homepage = "https://github.com/PinkDiamondTeam/CemuExtend";
|
||||
license = lib.licenses.mpl20;
|
||||
mainProgram = "cemu";
|
||||
platforms = [ system ];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user