lsnes rr1-β3

This commit is contained in:
Ilari Liusvaara 2012-01-10 01:15:50 +02:00
parent 261b631ac2
commit 35560566d1
3 changed files with 25 additions and 1 deletions

View file

@ -4864,5 +4864,21 @@ Also give BSNES patches for v085.
Pack movie data in memory.
\end_layout
\begin_layout Subsubsection
rr1-beta3
\end_layout
\begin_layout Itemize
Fix framecount/length given when loading movies.
\end_layout
\begin_layout Itemize
Controller command memory leak fixes.
\end_layout
\begin_layout Itemize
Don't leak palette if freeing screen object.
\end_layout
\end_body
\end_document

View file

@ -2363,3 +2363,11 @@ set-axis joystick0axis19 disabled
• Pack movie data in memory.
13.31.1 rr1-beta3
• Fix framecount/length given when loading movies.
• Controller command memory leak fixes.
• Don't leak palette if freeing screen object.

View file

@ -307,4 +307,4 @@ std::string format_address(void* addr)
}
std::string bsnes_core_version;
std::string lsnes_version = "1-β2";
std::string lsnes_version = "1-β3";