Add a script for installing RetroArch

This commit is contained in:
Manuel Thalmann 2023-07-02 15:58:36 +02:00
parent 63875268ea
commit 12810e93d6
2 changed files with 19 additions and 0 deletions
scripts/Windows/Collections

View file

@ -37,4 +37,5 @@ function Restore-PersonalApps([Context] $context) {
Restore-Osu $context;
Restore-OsuLazer $context;
Restore-PuTTY $context;
Restore-RetroArch $context;
}