Francommit / win10_emulation_station

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

PSX2 emulator plugin directory address is incorrect #36

Closed Piyochon closed 4 years ago

Piyochon commented 4 years ago

Plugins are not located within the directory? but they are there. The second I added where they are located, it was able to pull the information. However, the game still won't boot up. Some other directory still didn't work...

Francommit commented 4 years ago

Hey mate,

it's because the executable is in some $temp dir

On Wed, 20 May 2020 at 12:59, Piyochon notifications@github.com wrote:

Plugins are not located within the directory? but they are there. The second I added where they are located, it was able to pull the information. However, the game still won't boot up. Some other directory still didn't work...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Francommit/win10_emulation_station/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACX7YNK3PN5IX6RRRJUEG5DRSNBSZANCNFSM4NFRE6EQ .

Francommit commented 4 years ago

Corrected in the latest commit:

.emulationstation\systems\pcsx2\$TEMP\PCSX2 1.6.0\pcsx2.exe %ROM% --fullscreen --nogui

Piyochon commented 4 years ago

Thanks! I ended up moving the the pcsx2.exe, the plugins, and the bios out of the temp file and change the config file to the correct path! It works for me now.