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 0d1697f + 1cb91e9 commit 326c8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/EmuScripts/emuDeckLime3DS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Lime3DS_init(){
setMSG "Lime3DS - Configuration"

#Esde Fix
sedFile "$esdePath\resources\systems\windows\es_find_rules.xml" '<entry>%ESPATH%\Emulators\lime-qt\lime-qt.exe</entry>' '<entry>%ESPATH%\Emulators\lime3ds\lime3ds-gui.exe.exe</entry>'
#sedFile "$esdePath\resources\systems\windows\es_find_rules.xml" '<entry>%ESPATH%\Emulators\lime-qt\lime-qt.exe</entry>' '<entry>%ESPATH%\Emulators\lime3ds\lime3ds-gui.exe.exe</entry>'

$destination="$emusPath\lime3ds\user"
mkdir $destination -ErrorAction SilentlyContinue
Expand All @@ -28,7 +28,7 @@ function Lime3DS_init(){
sedFile "$Lime3DS_configFile" "C:/Emulation" "$emulationPath"
sedFile "$Lime3DS_configFile" ":\Emulation" ":/Emulation"

mkdir "$emusPath\lime-qt\user\sysdata" -ErrorAction SilentlyContinue
mkdir "$emusPath\lime3ds\user\sysdata" -ErrorAction SilentlyContinue
$simLinkPath = "$emusPath\lime3ds\user\sysdata"
$emuSavePath = "$biosPath\lime3ds"
createSaveLink $simLinkPath $emuSavePath
Expand Down

0 comments on commit 326c8fa

Please sign in to comment.