libretro / beetle-ngp-libretro

Standalone port of Mednafen NGP to the libretro API, itself a fork of Neopop.
GNU General Public License v2.0
11 stars 44 forks source link

Suggestion: use the zipped files'name as battery save files's name. #62

Closed leoxxx closed 5 years ago

leoxxx commented 5 years ago

Now is the unzipped file's name.

andres-asm commented 5 years ago

No, it can't be done, it doesn't know the zip's filename and it's such a niche request I don't see the point.

leoxxx commented 5 years ago

No, it can't be done, it doesn't know the zip's filename and it's such a niche request I don't see the point.

Are you sure? I know other core is use the zipped files' name(like fba and so on). But why the Neopop and NGP.EMU can? And what's the "niche" meaning? For example, King of Fighters R2.ngp, I name the zipfile name "KOF R2.zip", So battery save file's name=KOF R2.flash. But now is King of Fighters R2.flash. Just change, not transfer. State save file name use the zipped roms' name. I change the title. May be the before title can't let you understand it. My english is not good, I'm so sorry.

andres-asm commented 5 years ago

Those cores load the archive not the file inside the archive, those cores support ZIP directly.

On Wed, Apr 3, 2019 at 10:00 AM leoxxx notifications@github.com wrote:

No, it can't be done, it doesn't know the zip's filename and it's such a niche request I don't see the point.

Are you sure? I know other core is use the zipped files' name(like fba and so on). But why the Neopop and NGP.EMU can? And what's the "niche" meaning? For example, King of Fighters R2.ngp, I name the zipfile name "KOF R2.zip", So battery save file's name=KOF R2.flash. But now is King of Fighters R2.flash.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/libretro/beetle-ngp-libretro/issues/62#issuecomment-479527406, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpC0E6XaIii2TcwGG1Z2GmMICUnJzhpks5vdMIGgaJpZM4cajyj .

leoxxx commented 5 years ago

So your meaning is this core not support zip, right? It load zip must extract to a temp folder, delete them after you shut down. It's a fake supportting zip. (I guess) If as mentioned above, can this core support zip directly?

andres-asm commented 5 years ago

Most cores don't because there is no point.

On Wed, Apr 3, 2019, 11:15 leoxxx notifications@github.com wrote:

So your meaning is this core not support zip, right? It load zip must extract to a temp folder. (I guess)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/libretro/beetle-ngp-libretro/issues/62#issuecomment-479557632, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpC0LIdWaG6_ImUZc1xVx9seq50dlj0ks5vdNNVgaJpZM4cajyj .

leoxxx commented 5 years ago

I don't think so. It make the save name match with the zip name. Why can the state save's name use the zip name?

ghost commented 5 years ago

there is no point in doing such a thing...

andres-asm commented 5 years ago

Basically you want RA tailored to your weird usecase.

There is no point really.

On Thu, Apr 4, 2019, 08:33 retro-wertz notifications@github.com wrote:

there is no point in doing such a thing...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/libretro/beetle-ngp-libretro/issues/62#issuecomment-479898532, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpC0MG7-I_1lAXWBOFKILA4NfmLLDpFks5vdf8UgaJpZM4cajyj .