libretro / fceu-next

Port of FCEUmm / FCEUX to Libretro.
14 stars 9 forks source link

Save State Issue #6

Open user1113 opened 12 years ago

user1113 commented 12 years ago

With the recent release of FCEU-NEXT, I noticed something odd with the save states. It will saves fine, but it won't load them (The file is there when look through the file manager). At the bottom of the screen, it says "save stated loaded from slot #", but nothing ever happens. Some saves will load any other will not. Any help? Thanks!

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/35482942-save-state-issue?utm_campaign=plugin&utm_content=tracker%2F1538428&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1538428&utm_medium=issues&utm_source=github).
inactive123 commented 12 years ago

There are currently some endian issues for some mappers with FCEUmm (on big-endian systems). This means that certain games will not let you load a savestate because they're in little endian instead of big-endian.

This occurred when I switched from FCEUX to FCEUmm. I'm trying to get in touch with the author of FCEUmm to investigate these issues, but until then it seems I might have to make two builds of FCEU Next for PS3 - one for FCEUX and one for FCEUmm (FCEUX has no problems with saving in any game but is a bit slower - not that it matters much because NES is at fullspeed anyway).