chore: update titanium game-emulation
This commit is contained in:
parent
8821aafbba
commit
cfb0a99306
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ let
|
||||||
mgba # GameBoy / Color / Advance
|
mgba # GameBoy / Color / Advance
|
||||||
melonds # Nintendo DS
|
melonds # Nintendo DS
|
||||||
citra # Nintendo 3DS
|
citra # Nintendo 3DS
|
||||||
|
|
||||||
|
|
||||||
# Sony
|
# Sony
|
||||||
swanstation #duckstation # PlayStation
|
swanstation #duckstation # PlayStation
|
||||||
|
|
@ -35,11 +35,13 @@ in
|
||||||
{
|
{
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
retroarchWithCores
|
retroarchWithCores
|
||||||
|
#pkgs.retroarch-full
|
||||||
#pkgs.emulationstation-de
|
#pkgs.emulationstation-de
|
||||||
pkgs.gnome-bluetooth
|
pkgs.gnome-bluetooth
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.xone.enable = true; # Xbox Controller Driver
|
hardware.xone.enable = true; # Xbox Controller Driver
|
||||||
|
hardware.xpadneo.enable = true; # Xbox Controller Driver
|
||||||
hardware.enableAllFirmware = true;
|
hardware.enableAllFirmware = true;
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue