Add Spaghetti Kart to the Steam Deck.

This commit is contained in:
Tom Alexander
2025-09-12 21:01:45 -04:00
parent c72141e070
commit d0f23c0cb1
6 changed files with 142 additions and 17 deletions

View File

@@ -11,15 +11,16 @@
config = {
me.ares.enable = true;
me.dolphin.enable = true;
me.duckstation.enable = true;
me.duckstation.enable = false;
me.graphical = true;
me.optimizations.enable = true;
me.pcsx2.enable = true;
me.rpcs3.enable = true;
me.ryujinx.enable = true;
me.ship2harkinian.enable = true;
me.shipwright.enable = true;
me.shipwright.enable = false;
me.sm64ex.enable = true;
me.spaghettikart.enable = false;
me.steam_rom_manager.enable = true; # Steam rom manager UI does not render. I think it wants to be in an AppImage.
me.yuzu.enable = true;
};