Skip to content

Commit

Permalink
fix uninstall lime3ds
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 23, 2024
1 parent 9fbcf65 commit 2b1bfd9
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 2b1bfd9

Please sign in to comment.