🎮 DualShock 4 (or is it?) love
ddcci removed again because it still doesn't do anything and also doesn't compile with latest kernel.
This commit is contained in:
parent
7c6e8adbed
commit
995c115c90
5 changed files with 30 additions and 27 deletions
|
@ -13,6 +13,14 @@
|
|||
|
||||
steam # Common pitfall: https://github.com/NixOS/nixpkgs/issues/86506#issuecomment-623746883
|
||||
itch
|
||||
(pkgs.python3Packages.ds4drv.overrideAttrs (old: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "TheDrHax";
|
||||
repo = "ds4drv-cemuhook";
|
||||
rev = "a58f63b70f8d8efa33e5e82a8888a1e08754aeed";
|
||||
sha256 = "sha256-oMvHw5zeO0skoiqLU+EdjUabTvkipeBh+m8RHJcWZP8=";
|
||||
};
|
||||
}))
|
||||
];
|
||||
sessionVariables = {
|
||||
BOOT9_PATH = "${config.xdg.dataHome}/citra-emu/sysdata/boot9.bin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue