Skip to content

Commit

Permalink
Merge branch 'dev' into early-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 12, 2024
2 parents 8b55551 + 78424cb commit a8ce9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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\lime3ds\lime3ds-gui.exe"
$test=Test-Path -Path "$emusPath\lime3ds\lime3ds.exe"
if($test){
Write-Output "true"
}else{
Expand Down
2 changes: 1 addition & 1 deletion tools/launchers/lime3ds.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$emulatorFile = "$env:USERPROFILE/EmuDeck/EmulationStation-DE/Emulators/lime3ds/lime3ds-gui.exe"
$emulatorFile = "$env:USERPROFILE/EmuDeck/EmulationStation-DE/Emulators/lime3ds/lime3ds.exe"
$scriptFileName = [System.IO.Path]::GetFileNameWithoutExtension($MyInvocation.MyCommand.Name)
. "$env:USERPROFILE/AppData/Roaming/EmuDeck/backend/functions/allCloud.ps1"
if($args){
Expand Down

0 comments on commit a8ce9bd

Please sign in to comment.