bucanero / apollo-ps4

Apollo Save Tool (PS4)
http://www.bucanero.com.ar/
GNU General Public License v3.0
436 stars 46 forks source link

Fix save only showing on usb0 #125

Closed illusion0001 closed 11 months ago

illusion0001 commented 1 year ago

image image image

Fixes #121

illusion0001 commented 1 year ago

@bucanero ready for review

bucanero commented 1 year ago

I was checking this, and to keep consistency across platforms and versions, I suggest we do like on the PS Vita version.

    sprintf(path, USB_PATH "PS4/", i);

    if (dir_exists(path) == SUCCESS && show_dialog(DIALOG_TYPE_YESNO, "Do you want to use %s?", path))
        return;

I hope it's clear (you can check the Vita source to get the idea), but if not just ping me on discord 👍

bucanero commented 11 months ago

I have added the USB selection under "Settings" , including auto/fake options in f27d5a3a7b9137d86090468733521011c52e2389

I'm closing this PR but feel free to open a new one if you want to add some improvements.