Add patchseries for v087
commit626ff5e200dda597919e48dc6b44ef73f5657ac5
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Wed, 7 Mar 2012 15:12:42 +0000 (7 17:12 +0200)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Wed, 7 Mar 2012 15:12:42 +0000 (7 17:12 +0200)
treeb54412f8df8becfaee35dad813281e0dd06089ab
parentafca090265cea915d20b232814cbe656828a1725
Add patchseries for v087

Additionally, fix the mouse input craziness.
34 files changed:
Makefile
bsnes-patches/v084/0001-Make-libsnes-compile.patch
bsnes-patches/v084/0002-Fix-bsnes-version-number-in-libsnes-to-be-v084-not-v.patch
bsnes-patches/v084/0003-Don-t-use-time-in-emulating-chips.patch
bsnes-patches/v084/0004-Save-controller-state-when-savestating.patch
bsnes-patches/v084/0005-Fix-unserialization-of-64-bit-signed-integers.patch
bsnes-patches/v084/0006-Allow-frontend-to-control-random-number-seed.patch
bsnes-patches/v084/0007-Fix-mouse-polling.patch [new file with mode: 0644]
bsnes-patches/v085/0001-Make-libsnes-compile.patch
bsnes-patches/v085/0002-Fix-bsnes-version-number-in-libsnes-to-be-v085-not-v.patch
bsnes-patches/v085/0003-Don-t-use-time-in-emulating-chips.patch
bsnes-patches/v085/0004-Save-controller-state-when-savestating.patch
bsnes-patches/v085/0005-Fix-unserialization-of-64-bit-signed-integers.patch
bsnes-patches/v085/0006-Allow-frontend-to-control-random-number-seed.patch
bsnes-patches/v085/0007-Fix-mouse-polling.patch [new file with mode: 0644]
bsnes-patches/v086/0001-Don-t-use-time-in-emulating-chips.patch
bsnes-patches/v086/0002-Save-controller-state-when-savestating.patch
bsnes-patches/v086/0003-Allow-frontend-to-control-random-number-seed.patch
bsnes-patches/v086/0004-Fix-mouse-polling.patch [new file with mode: 0644]
bsnes-patches/v087/0001-Don-t-use-time-in-emulating-chips.patch [copied from bsnes-patches/v086/0001-Don-t-use-time-in-emulating-chips.patch with 94% similarity]
bsnes-patches/v087/0002-Save-controller-state-when-savestating.patch [copied from bsnes-patches/v086/0002-Save-controller-state-when-savestating.patch with 97% similarity]
bsnes-patches/v087/0003-Allow-frontend-to-control-random-number-seed.patch [copied from bsnes-patches/v086/0003-Allow-frontend-to-control-random-number-seed.patch with 89% similarity]
bsnes-patches/v087/0004-Fix-mouse-polling.patch [new file with mode: 0644]
include/core/bsnes.hpp [new file with mode: 0644]
src/core/controllerframe.cpp
src/core/mainloop.cpp
src/core/memorymanip.cpp
src/core/moviedata.cpp
src/core/moviefile.cpp
src/core/rom.cpp
src/plat-sdl/main.cpp
src/plat-wxwidgets/main.cpp
src/plat-wxwidgets/romselect.cpp
src/util/lsnes-dumpavi.cpp