-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
cannot use libretro core without manually downloading assets #12820
Comments
No idea how to solve this other than baking the assets into the binary. Not sure what other libretro cores do? |
I feel like this is a widespread issue of libretro, and less an issue of PPSSPP itself? -[Unknown] |
Yeah, I don't know that there's anything sensible we can do about this. |
@hrydgard When the LibRetro team started porting PCSX2, they said this:
So, I believe that all their assets (e.g. cheats, databases) end up embed inside the core itself, or did i get it wrong? I'm not a developer nor do I know if it's possible to do the same with PPSSPP, but browsing through this issue I decided to leave this my 2 cents contribution. |
see https://github.com/libretro/docs/blob/master/docs/library/ppsspp.md#bios
What happens?
Assets not copied automatically.
What should happen?
Assets should be downloaded with core.
What hardware, operating system, and PPSSPP version? On desktop, GPU matters for graphical issues.
The text was updated successfully, but these errors were encountered: