-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[PS2] RetroArch doesn't start with an usb mass storage device connected formated with exFat #14635
Comments
For now, they are not yet using the new Drive fats nor the new ps2 sdk enhancements for retroach, so it has no support for exfat. |
I tried to change the bdmfs_vfat to bdmfs_fatfs on RA code, but I was not able to compile it :(. I'm almost sure it's a Makefile problem (because I'm not very skilled on it). I was trying to use only the CI to build it because I didn't want to install all the ps2sdk but I think I'll. I also found an issue from ps2dev/ps2sdk repository about this same problem: |
Finally, I was able to compile RA (raboot.elf) with the bdmfs_fatfs driver and it works, but I don't know how to properly compile the cores, because every core I build don't work. (I think it's because it's not using the core defs). Do someone knows how to do it? |
@jhonathanc I also managed to change the drive to bdmfs_fatfs and the compilers, but I couldn't test it to create the cores, but who knows, maybe I'll make a pull request with the changes. |
@INDRAPhilip the changes to RA were easy. Maybe @fjtrujy could help with the cores and with the CI script (I checked the CI twice, but I didn't find why it doesn't work with my changes). |
I need to update implementation and use the ps2_drivers library that I have created. |
Once this PR is merged you will have |
Description
RetroArch doesn't start if an usb mass storage device formated with exFat is connected.
Expected behavior
RetroArch should, at least, start.
Actual behavior
RetroArch freezes on startup.
Steps to reproduce the bug
Bisect Results
I tried with RA 1.12, 1.11.1 and nightly builds. None worked.
Enviromental Information
OS: PS2 platform
Devices: I used a Sandisk SDCZ60-032G 32GB thumb drive and also, a rocketec usb card reader with a micro sd card formated to exFat. Both works with wLaunchElf and OPL.
The text was updated successfully, but these errors were encountered: