lsnes rr1-β13

This commit is contained in:
Ilari Liusvaara 2012-01-18 00:59:20 +02:00
parent 2afe928e45
commit 385afe8634
3 changed files with 43 additions and 1 deletions

View file

@ -1 +1 @@
1-β12
1-β13

View file

@ -5084,5 +5084,33 @@ Wxwidgets: GUI for memory search.
Warn about using synchronous queue in UI callback.
\end_layout
\begin_layout Subsection
rr1-beta13
\end_layout
\begin_layout Itemize
Remember last saved file for each ROM
\end_layout
\begin_layout Itemize
Support MT dumping via boost.
\end_layout
\begin_layout Itemize
Lua: input.raw
\end_layout
\begin_layout Itemize
Lua: input.keyhook
\end_layout
\begin_layout Itemize
Make mouse be ordinary input instead of special-casing
\end_layout
\begin_layout Itemize
SDL: Don't screw up commands with NUL codepoints.
\end_layout
\end_body
\end_document

View file

@ -2476,3 +2476,17 @@ set-axis joystick0axis19 disabled
• Warn about using synchronous queue in UI callback.
14.42 rr1-beta13
• Remember last saved file for each ROM
• Support MT dumping via boost.
• Lua: input.raw
• Lua: input.keyhook
• Make mouse be ordinary input instead of special-casing
• SDL: Don't screw up commands with NUL codepoints.