~libretro/libretro/+git/snes9x2005:arbitrary-savestates

Last commit made on 2013-01-14
Get this branch:
git clone -b arbitrary-savestates https://git.launchpad.net/~libretro/libretro/+git/snes9x2005

Branch merges

Branch information

Name:
arbitrary-savestates
Repository:
lp:~libretro/libretro/+git/snes9x2005

Recent commits

95b7104... by Nebuleon Fumika <nebuleon@alakazam>

Forgot to define inputdata for the button touch commit.

c7cc655... by Nebuleon Fumika <nebuleon@alakazam>

Raise the CPU frequency while loading or saving states and while showing their screenshots.

259cbd1... by Nebuleon Fumika <nebuleon@alakazam>

Remove some comments in draw_yesno_dialog to make it easier to read.

4ba17a4... by Nebuleon Fumika <nebuleon@alakazam>

Make yes/no dialog(ue)s respond to touches on the Yes and No buttons.

07f0fe9... by Nebuleon Fumika <nebuleon@alakazam>

The delete (delette?) save state submenu still had 10 slots hardcoded.

009019e... by Nebuleon Fumika <nebuleon@alakazam>

Make "Create saved state" have its own row of slot cells.

Raise the number of cells to 16.

Cache existence of saved state files, and invalidate the cache when saving or deleting a saved state.

CATSFC/system/gui: Make the unselected and selected cells more visibly different, while also leaving full and empty cells visibly different.

a6ec18e... by Nebuleon Fumika <nebuleon@alakazam>

Preliminary support for saving to an arbitrary saved state slot.

Currently, tapping a cell representing a saved state slot in the menu will load it, regardless of the current option, save or load. So the save option only accepts Left, Right and A.

a26bc99... by Nebuleon Fumika <nebuleon@alakazam>

Prevent the "Load cheat file" option from showing a file selection dialog if no game is loaded.

5e6b9ea... by Nebuleon Fumika <nebuleon@alakazam>

Use the same update method as the rest of the code to display saved-state screenshots on the upper screen.

e2359ee... by Nebuleon Fumika <nebuleon@alakazam>

Localise Yes(A) and No(B) into English, French and Simplified Chinese as [A] Confirm and [B] Cancel.

CATSFC/system/gui/sbutto.bmp: Widen the button to accomodate this change.