Add support for yuzu and ryujinx.

This commit is contained in:
Tom Alexander
2025-04-05 16:52:34 -04:00
parent 812a762652
commit fc47359184
8 changed files with 1858 additions and 1 deletions

View File

@@ -15,9 +15,11 @@
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.sm64ex.enable = true;
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;
};
}