lsnes rr2-β12

This commit is contained in:
Ilari Liusvaara 2013-10-15 00:11:33 +03:00
commit d3eee55445
4 changed files with 19 additions and 3 deletions

View file

@ -1441,3 +1441,19 @@ rr2-β11 [Sunday October 6th 2013]
* TAS input: Don't bug out on loadstate
* TAS Input: Compute buffer size for lightgun correctly
* Change working directory
rr1-Δ18ε2 [Monday October 14th 2013]
====================================
* Fix crash if reloading ROM with non-default controllers in readwrite mode
rr2-β12 [Monday October 14th 2013]
==================================
* Fix compilation on Mac OS X
* Lua: Also add scatter-gather to memory.* (not just memory2.*)
* Fix crash if loading rom with non-default controllers active
* Refactor rrdata handling
* Merge branch 'rr1-maint
* Use correct file for rerecord counting
* Fix more bugs in rerecord counting
* Fix bug that caused save slots always to be semi-text in projects
* Speed up binary savestate saving

View file

@ -34,7 +34,7 @@ endif
ifdef USE_LIBGCRYPT
CFLAGS += -DUSE_LIBGCRYPT_SHA256
LDFLAGS += -lgcrypt
LDFLAGS += -lgcrypt -lgpg-error
endif

View file

@ -1 +1 @@
2-β11
2-β12

View file

@ -1,5 +1,5 @@
!define PRODUCT_NAME "lsnes"
!define PRODUCT_VERSION "rr1-delta18epsilon1"
!define PRODUCT_VERSION "rr1-delta18epsilon2"
!define PRODUCT_PUBLISHER "Ilari"
!define PRODUCT_WEB_SITE "http://tasvideos.org/Lsnes.html"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"