Add Ryujinx

This commit is contained in:
Mylloon 2024-03-15 18:26:51 +01:00
parent ba9868b8fc
commit b7b53be4ee
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -136,7 +136,8 @@ for %%i in (!apps!) do (
:: Games related - Osu! separated because of exclamation mark escaping
SET ^"games=^
RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU Valve.Steam ^
HeroicGamesLauncher.HeroicGamesLauncher PrismLauncher.PrismLauncher"
HeroicGamesLauncher.HeroicGamesLauncher PrismLauncher.PrismLauncher ^
Ryujinx.Ryujinx"
ECHO Games...
!pmi! Peppy.Osu^^!
@ -144,6 +145,14 @@ for %%i in (!games!) do (
!pmi! %%i
)
:: Portable Winget packages shortcut
PowerShell -Command "" ^
"$WshShell = New-Object -comObject WScript.Shell;" ^
"$exe = (Get-ChildItem $env:LOCALAPPDATA\Microsoft\WinGet\Packages\Ryujinx.Ryujinx_Microsoft.Winget.*\publish\Ryujinx.exe).FullName;" ^
"$Shortcut = $WshShell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\Ryujinx.lnk');" ^
"$Shortcut.TargetPath = $exe;" ^
"$Shortcut.Save()"
:: === Install WSL ==
ECHO WSL...
wsl --install --no-distribution