removed emulators
This commit is contained in:
parent
50f2c88fff
commit
e07cfe1eeb
|
@ -73,28 +73,28 @@ in
|
||||||
(lib.mkIf cfg.hasOpenRGBHardware openrgb)
|
(lib.mkIf cfg.hasOpenRGBHardware openrgb)
|
||||||
(lib.mkIf cfg.hasViaKeyboard via)
|
(lib.mkIf cfg.hasViaKeyboard via)
|
||||||
|
|
||||||
# gaming
|
# # gaming
|
||||||
# emulators
|
# # emulators
|
||||||
# nintendo
|
# # nintendo
|
||||||
# TODO: replace this with self hosted flake
|
# # TODO: replace this with self hosted flake
|
||||||
# (lib.mkIf cfg.hasGPU yuzu-mainline) # Switch Emulator
|
# # (lib.mkIf cfg.hasGPU yuzu-mainline) # Switch Emulator
|
||||||
# TODO: replace this with self hosted flake
|
# # TODO: replace this with self hosted flake
|
||||||
# citra-canary # 3DS emulator
|
# # citra-canary # 3DS emulator
|
||||||
(lib.mkIf cfg.hasGPU cemu) # Wii-U emulator
|
# (lib.mkIf cfg.hasGPU cemu) # Wii-U emulator
|
||||||
dolphin-emu # GameCube and Wii Emulator
|
# dolphin-emu # GameCube and Wii Emulator
|
||||||
desmume # DS Emulator
|
# desmume # DS Emulator
|
||||||
mupen64plus # N64 Emulator
|
# mupen64plus # N64 Emulator
|
||||||
zsnes # SNES Emulator
|
# zsnes # SNES Emulator
|
||||||
vbam # Game Boy Advanced Emulator
|
# vbam # Game Boy Advanced Emulator
|
||||||
fceux # NES Emulator
|
# fceux # NES Emulator
|
||||||
# play station
|
# # play station
|
||||||
rpcs3 # PS3 Emulator
|
# rpcs3 # PS3 Emulator
|
||||||
pcsx2 # PS2 Emulator
|
# pcsx2 # PS2 Emulator
|
||||||
pcsxr # PS1 Emulator
|
# pcsxr # PS1 Emulator
|
||||||
# TODO: more play station emulators here when they come out
|
# # TODO: more play station emulators here when they come out
|
||||||
#misc
|
# #misc
|
||||||
stella # Atari 2600 Emulator
|
# stella # Atari 2600 Emulator
|
||||||
mame # mame Emulator
|
# mame # mame Emulator
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
Loading…
Reference in a new issue