From b5a6379d46d49f8a008329a541fcfbcfb27fa093 Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Sat, 3 Dec 2011 10:42:33 +0200 Subject: [PATCH] =?utf8?q?lsnes=20rr0-=CE=B225?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- manual.lyx | 24 ++++++++++++++++++++++++ src/core/misc.cpp | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/manual.lyx b/manual.lyx index aaaeeb5c..7e71911b 100644 --- a/manual.lyx +++ b/manual.lyx @@ -4662,5 +4662,29 @@ Use movie compare instead of movie hashing (faster save/load). Lua: _SYSTEM table. \end_layout +\begin_layout Subsection +rr0-beta25 +\end_layout + +\begin_layout Itemize +sdmp2sox: Pad soundtrack if using -l or -L. +\end_layout + +\begin_layout Itemize +sdmp2sox: Fix NTSC overscan. +\end_layout + +\begin_layout Itemize +sdmp2sox: Add AR correction mode. +\end_layout + +\begin_layout Itemize +call lua_close() when exiting. +\end_layout + +\begin_layout Itemize +Fix zip_writer bug causing warnings from info-zip and error from advzip. +\end_layout + \end_body \end_document diff --git a/src/core/misc.cpp b/src/core/misc.cpp index e24f65b3..6f590c69 100644 --- a/src/core/misc.cpp +++ b/src/core/misc.cpp @@ -299,4 +299,4 @@ uint32_t gcd(uint32_t a, uint32_t b) throw() } std::string bsnes_core_version; -std::string lsnes_version = "0-β24"; +std::string lsnes_version = "0-β25"; -- 2.11.4.GIT