Skip to content

Commit

Permalink
lime3ds path
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jul 21, 2024
1 parent 7e364b4 commit 00ae55b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/launchers/lime3ds.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
$emulatorFile = "$env:USERPROFILE/EmuDeck/EmulationStation-DE/Emulators/lime-qt/lime3ds-gui.exe"
$emulatorFile = "$env:USERPROFILE/EmuDeck/EmulationStation-DE/Emulators/lime3ds/lime3ds-gui.exe"
$scriptFileName = [System.IO.Path]::GetFileNameWithoutExtension($MyInvocation.MyCommand.Name)
. "$env:USERPROFILE/AppData/Roaming/EmuDeck/backend/functions/allCloud.ps1"
if($args){
$formattedArgs = $args | ForEach-Object { '"' + $_ + '"' }
}

emulatorInit $scriptFileName $emulatorFile ($formattedArgs -join ' ')

0 comments on commit 00ae55b

Please sign in to comment.