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 Jun 24, 2024
2 parents 326c8fa + 2730fa7 commit 578b088
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 578b088

Please sign in to comment.