Skip to content

Commit

Permalink
fix install detection
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jun 24, 2024
1 parent 1273927 commit f916ac0
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 @@ -108,7 +108,7 @@ function Lime3DS_finalize(){
Write-Output "NYI"
}
function Lime3DS_IsInstalled(){
$test=Test-Path -Path "$emusPath\lime-qt\lime3ds-gui.exe"
$test=Test-Path -Path "$emusPath\lime3ds\lime3ds-gui.exe"
if($test){
Write-Output "true"
}else{
Expand Down

0 comments on commit f916ac0

Please sign in to comment.