From 78424cb0de6e93a31bb9ed9c27b9bda6ee08e010 Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Thu, 12 Sep 2024 23:21:42 +0200 Subject: [PATCH] lime3ds name change --- functions/EmuScripts/emuDeckLime3DS.ps1 | 2 +- tools/launchers/lime3ds.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/EmuScripts/emuDeckLime3DS.ps1 b/functions/EmuScripts/emuDeckLime3DS.ps1 index 20a924e4..3ab4d28e 100644 --- a/functions/EmuScripts/emuDeckLime3DS.ps1 +++ b/functions/EmuScripts/emuDeckLime3DS.ps1 @@ -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{ diff --git a/tools/launchers/lime3ds.ps1 b/tools/launchers/lime3ds.ps1 index baada3f0..ba0a41a8 100644 --- a/tools/launchers/lime3ds.ps1 +++ b/tools/launchers/lime3ds.ps1 @@ -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){