Skip to content

Commit

Permalink
/|/| fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Oct 27, 2024
1 parent 0a2c8fe commit 10c761e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions/ToolScripts/emuDeckPegasus.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ function pegasus_setPaths(){
sedFile $_.FullName "CORESPATH/" "$emusPath\RetroArch\cores\"
}

Get-ChildItem -Path $romsPath -File -Filter "metadata.txt" -Recurse | ForEach-Object {
sedFile $_.FullName '\' '/'
}

sedFile "$pegasus_dir_file" "/run/media/mmcblk0p1/Emulation" "$emulationPath"

}
Expand Down

0 comments on commit 10c761e

Please sign in to comment.