Skip to content

Commit

Permalink
lime3ds saves migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jun 7, 2024
1 parent 282c492 commit ab26546
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions functions/EmuScripts/emuDeckLime3DS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ function Lime3DS_setEmulationFolder(){
}
function Lime3DS_setupSaves(){
setMSG "Lime3DS - Saves Links"

#Saves migration
$test=Test-Path -Path "$emulationPath\saves\citra"
if($test){
Rename-Item -Path "$emulationPath\saves\citra" -NewName "$emulationPath\saves\lime3ds"
}


mkdir "$emusPath\lime-qt\user" -ErrorAction SilentlyContinue
$simLinkPath = "$emusPath\lime-qt\user\sdmc"
$emuSavePath = "$emulationPath\saves\lime3ds\saves"
Expand Down

0 comments on commit ab26546

Please sign in to comment.