Francommit / win10_emulation_station

Emulation Station for Windows 10/11
https://francommit.com/emulationstation/
158 stars 27 forks source link

Fix several issues in Windows 10 installation #13

Closed ngosang closed 6 years ago

ngosang commented 6 years ago

1) Fix installation paths (in Windows \\ works like \ but it's ugly) 2) Remove mednafen_psx_libretro library. We are using ePSXe 3) Fix extraction of EmulationStation-Win32-continuous, vice_x64_libretro.dll.zip and prosystem_libretro.dll.zip 4) Fix ePSXe launch command 5) Create ePSXe bios folder 6) Use 'Copy-Item' instead of 'Move-Item' so we don't have to re download again in next installation

Francommit commented 6 years ago

Thanks for fixing these up.