Skip to content
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

Closed
leranger opened this issue May 15, 2018 · 5 comments
Closed

Bios issue on windows #173

leranger opened this issue May 15, 2018 · 5 comments

Comments

@leranger
Copy link

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

@bslenul
Copy link

bslenul commented May 16, 2018

#153

You have to put your bios files in \system AND in \system\system on Windows, which is a bit weird :p

@leranger
Copy link
Author

Thanks, it worked.

@andres-asm
Copy link

andres-asm commented May 17, 2018 via email

@leranger
Copy link
Author

OK, I closed this issue because this problem seems to be referenced in #153

@leranger leranger reopened this May 17, 2018
@leranger
Copy link
Author

Hi,
Commit #175 seems to fix the issue.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants