~libretro/libretro/+git/snes9x:byuuapu

Last commit made on 2012-01-26
Get this branch:
git clone -b byuuapu https://git.launchpad.net/~libretro/libretro/+git/snes9x

Branch merges

Branch information

Name:
byuuapu
Repository:
lp:~libretro/libretro/+git/snes9x

Recent commits

05bc106... by Brandon Wright

Merge branch 'byuuapu' of github.com:snes9xgit/snes9x into byuuapu

804d419... by Brandon Wright

Inline some functions to avoid vtable lookups.

a66f10d... by OV2 <email address hidden>

Convert old savestates for new smp

2337ab3... by Brandon Wright

Optimize hermite resampler slightly. The vtable lookup on read probably still hurts fine-granularity sound systems like OSS.

1b0c82e... by Brandon Wright

Clean up configure.ac slightly.

1678b71... by Brandon Wright

Prioritize GLX_EXT_swap_control over GLX_SGI_swap_control.

13c55b9... by Brandon Wright

Allow switching between 3 SMP cores at compile-time.

70159fd... by Brandon Wright

Pair opcode read with first instruction cycle. Remove opcode_cycle switching from unneeded cases.

b97e56d... by Brandon Wright

Group some MOV opcode cycles together.

6b9d6ca... by Brandon Wright

Remove extra case bracker from 2-cycle MOV opcodes.