~libretro/libretro/+git/snes9x2010:persistent_data

Last commit made on 2021-06-04
Get this branch:
git clone -b persistent_data https://git.launchpad.net/~libretro/libretro/+git/snes9x2010

Branch merges

Branch information

Name:
persistent_data
Repository:
lp:~libretro/libretro/+git/snes9x2010

Recent commits

37b5238... by twinaphex <email address hidden>

First stab at implementing persistent data buffer -

Unfortunately, a lot remains:
- SA1, SuperFX and BSX all seem to be modifying Memory.ROM at runtime.
We would have to first undo this before we can rely on the persistent
data buffer codepath to work correctly for games of this type.

84f656b... by twinaphex <email address hidden>

Further cleanup FileLoader

c032967... by twinaphex <email address hidden>

Cleanups to file loading code

526706b... by twinaphex <email address hidden>

Revert "Use persistent data buffer API extension (plus fallback for frontends"

This reverts commit 7513926135543509ad10d0f7d5cf87ea61d346b2.

7513926... by twinaphex <email address hidden>

Use persistent data buffer API extension (plus fallback for frontends
that don't support it)

753abcc... by Autechre <email address hidden>

Merge pull request #145 from AMDmi3/patch-1

Fix build with clang

f62fa3d... by Dmitry Marakasov

Fix build with clang

-flto=auto is gcc specific and fails under clang

30f386a... by twinaphex <email address hidden>

Add ios-arm64/tvos-arm64

a3e65b8... by twinaphex <email address hidden>

(MSVC) Embed MSVCR runtime

006ebad... by Autechre <email address hidden>

Merge pull request #143 from jdgleaver/msvc-fix

Fix msvc2005/msvc2010 builds