lsnes rr1-β3
This commit is contained in:
parent
261b631ac2
commit
35560566d1
3 changed files with 25 additions and 1 deletions
16
manual.lyx
16
manual.lyx
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue