forked from notaz/pcsx_rearmed
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bios issue on windows #173
Comments
You have to put your bios files in |
Thanks, it worked. |
Please reopen it so someone remembers to fix it someday
…On Thu, May 17, 2018 at 3:13 AM, leranger ***@***.***> wrote:
Thanks, it worked.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#173 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABpC0IvdHUwKHPEcqZWNAUpBdo7_2_Mnks5tzTEWgaJpZM4T_NI9>
.
|
OK, I closed this issue because this problem seems to be referenced in #153 |
Hi, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The core doesn't use bios on windows.
In the log file, I can see that the core founds the bios:
[INFO] Environ SYSTEM_DIRECTORY: "C:\Games\libretro\RetroArch-1.7.3\system". found BIOS file: system/scph5502.bin
But then it says that it can't open it:
Could not open BIOS:"C:\Games\libretro\RetroArch-1.7.3\system/system/scph5502.bin". Enabling HLE Bios!
It seems that core concat RetroArch system directory with the bios found.
Thus getting "system" directory twice in the full path.
Thanks
retroarch.log
The text was updated successfully, but these errors were encountered: