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