Skip to content

Commit

Permalink
Merge branch 'early-unstable' into early
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 23, 2024
2 parents 59dbccd + d594bce commit 52a09fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/EmuScripts/emuDeckLime3DS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Lime3DS_wipe(){
Write-Output "NYI"
}
function Lime3DS_uninstall(){
Remove-Item -path "$emusPath\lime-qt"-recurse -force
Remove-Item -path "$emusPath\lime3ds"-recurse -force
if($?){
Write-Output "true"
}
Expand Down

0 comments on commit 52a09fe

Please sign in to comment.