PSX2 emulator plugin directory address is incorrect
Piyochon opened this issue · 3 comments
Piyochon commented
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
Hey mate,
it's because the executable is in some $temp dir
…On Wed, 20 May 2020 at 12:59, Piyochon ***@***.***> 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
<#36>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACX7YNK3PN5IX6RRRJUEG5DRSNBSZANCNFSM4NFRE6EQ>
.
Francommit commented
Corrected in the latest commit:
.emulationstation\systems\pcsx2$TEMP\PCSX2 1.6.0\pcsx2.exe %ROM% --fullscreen --nogui
Piyochon commented
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.