~libretro/libretro/+git/snes9x2005:experimental

Last commit made on 2013-02-11
Get this branch:
git clone -b experimental https://git.launchpad.net/~libretro/libretro/+git/snes9x2005

Branch merges

Branch information

Name:
experimental
Repository:
lp:~libretro/libretro/+git/snes9x2005

Recent commits

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

Revert "Wait for DMA to be finished before downclocking the CPU for the main menu."

This reverts commit 6d3e4b69b425db2cb8ffc8ea57166949cb4df074.

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

Revert "Do not wait for the DMA to be done before drawing the screen. This requires that ds2_flipScreen works from top to bottom and that DMA completes faster than ds2_flipScreen."

This reverts commit bdb82830ded1e87c21a6c551f4170888f4296584.

6d3e4b6... by Nebuleon Fumika <nebuleon@alakazam>

Wait for DMA to be finished before downclocking the CPU for the main menu.

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

Do not wait for the DMA to be done before drawing the screen. This requires that ds2_flipScreen works from top to bottom and that DMA completes faster than ds2_flipScreen.

20afcaa... by Nebuleon Fumika <nebuleon@alakazam>

Merge branch 'master' into experimental

Conflicts:
 CATSFC/system/language.msg
 README.md
 source/nds/gui.c
 source/nds/message.h

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

Release 1.30.

16a41b4... by Nebuleon Fumika <nebuleon@alakazam>

A type mismatch in sound channel data messed up the sound after loading a saved state in certain games. int (32 bit) is now short (16 bit).

18e56b6... by Nebuleon Fumika <nebuleon@alakazam>

Add retro sound as a setting in all languages except Chinese.

6e2e641... by jomaper <email address hidden>

Update CATSFC/system/language.msg (Spanish block)

Hice unos cambios pequeños, nada importante, más que nada cosméticos.

I did small changes, no big deal, cosmetic stuff more than anything

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

Merge branch '8bitsound'