From b4c0d87cc090059969167be8b099d1a3d41b3fd5 Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Mon, 23 Sep 2024 11:04:03 +0200 Subject: [PATCH] lime3ds launcher --- functions/EmuScripts/emuDeckLime3DS.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/EmuScripts/emuDeckLime3DS.ps1 b/functions/EmuScripts/emuDeckLime3DS.ps1 index 1b007b78..1a5a6e16 100644 --- a/functions/EmuScripts/emuDeckLime3DS.ps1 +++ b/functions/EmuScripts/emuDeckLime3DS.ps1 @@ -9,6 +9,7 @@ function Lime3DS_install(){ Rename-Item -Path $oldName.FullName -NewName $newName moveFromTo "$temp/lime3ds/lime3ds" "$emusPath/lime3ds" rm -r -fo "$temp/lime3ds" + createLauncher "lime3ds" } function Lime3DS_init(){