lsnes rr1-Δ17ε1

This commit is contained in:
Ilari Liusvaara 2013-03-04 22:40:02 +02:00
parent dca767f650
commit ff0a484fb2
3 changed files with 79 additions and 1 deletions

View file

@ -1 +1 @@
1-Δ17
1-Δ17ε1

View file

@ -7947,5 +7947,55 @@ Fix various undefined return values.
Show rates in VU meter window.
\end_layout
\begin_layout Subsection
rr1-delta17epsilon1
\end_layout
\begin_layout Itemize
Commentary tool: Set nominal bit rate and limit max bit rate.
\end_layout
\begin_layout Itemize
Lua: Unconditionally reload host memory on loadstate
\end_layout
\begin_layout Itemize
Lua: Query bindings, manipulate aliases, create inverse bindings
\end_layout
\begin_layout Itemize
Lua: Fix crashes with resetting VM while some types of paint requests are
in flight.
\end_layout
\begin_layout Itemize
Lua: gui.text: Clip the text properly instead of corrupting memory in some
cases.
\end_layout
\begin_layout Itemize
Save screenshot header reliably
\end_layout
\begin_layout Itemize
Lua: Backport input.get2 and input.set2
\end_layout
\begin_layout Itemize
Lua: New controller info functions.
\end_layout
\begin_layout Itemize
Movie editor: Fix reset delay counters to be the right way around.
\end_layout
\begin_layout Itemize
Lua: on_snoop2
\end_layout
\begin_layout Itemize
Lua: on_button and input.veto_button.
\end_layout
\end_body
\end_document

View file

@ -3892,3 +3892,31 @@ set-axis joystick0axis19 disabled
• Show rates in VU meter window.
19.79 rr1-delta17epsilon1
• Commentary tool: Set nominal bit rate and limit max bit rate.
• Lua: Unconditionally reload host memory on loadstate
• Lua: Query bindings, manipulate aliases, create inverse
bindings
• Lua: Fix crashes with resetting VM while some types of paint
requests are in flight.
• Lua: gui.text: Clip the text properly instead of corrupting
memory in some cases.
• Save screenshot header reliably
• Lua: Backport input.get2 and input.set2
• Lua: New controller info functions.
• Movie editor: Fix reset delay counters to be the right way
around.
• Lua: on_snoop2
• Lua: on_button and input.veto_button.