lsnes rr0

This commit is contained in:
Ilari Liusvaara 2011-12-18 18:18:08 +02:00
parent 464f4f072a
commit 7f8b57b7ad
3 changed files with 44 additions and 5 deletions

View file

@ -4087,7 +4087,7 @@ Other problems:
\end_layout
\begin_layout Itemize
Modifiers don't work with pseudo-keys (SDL).
Modifiers don't work with pseudo-keys (SDL, EVDEV).
\end_layout
\begin_layout Itemize
@ -4099,7 +4099,7 @@ Audio in UI is pretty bad in quality.
\end_layout
\begin_layout Itemize
UI itself is 30fps max.
UI itself is 30fps max (SDL).
\end_layout
\begin_layout Itemize
@ -4118,6 +4118,14 @@ Long commands don't scroll.
The SDL screen drawing is slow.
\end_layout
\begin_layout Itemize
Wxwidgets UI slows down with time.
\end_layout
\begin_layout Itemize
Movies use way too much (like at least 10x what would be needed) memory.
\end_layout
\begin_layout Section
Changelog:
\end_layout
@ -4769,5 +4777,22 @@ rr0-beta27
Show command names when showing keybindings
\end_layout
\begin_layout Subsection
rr0
\end_layout
\begin_layout Itemize
Fix pause-on-end to be actually controllable
\end_layout
\begin_layout Itemize
SDL: Poll all events in queue, not just first one (fixes slowness in command
typing)
\end_layout
\begin_layout Itemize
Wxwidgets: Fix ROM loading.
\end_layout
\end_body
\end_document

View file

@ -1961,13 +1961,13 @@ set-axis joystick0axis19 disabled
12.2 Other problems:
• Modifiers don't work with pseudo-keys (SDL).
• Modifiers don't work with pseudo-keys (SDL, EVDEV).
• Audio for last dumped frame is not itself dumped.
• Audio in UI is pretty bad in quality.
• UI itself is 30fps max.
• UI itself is 30fps max (SDL).
• AVI compression levels 10-18 are not compatible with AVISynth
AVISource.
@ -1978,6 +1978,11 @@ set-axis joystick0axis19 disabled
• The SDL screen drawing is slow.
• Wxwidgets UI slows down with time.
• Movies use way too much (like at least 10x what would be
needed) memory.
13 Changelog:
13.1 rr0-beta1
@ -2309,3 +2314,12 @@ set-axis joystick0axis19 disabled
• Show command names when showing keybindings
13.28 rr0
• Fix pause-on-end to be actually controllable
• SDL: Poll all events in queue, not just first one (fixes
slowness in command typing)
• Wxwidgets: Fix ROM loading.

View file

@ -299,4 +299,4 @@ uint32_t gcd(uint32_t a, uint32_t b) throw()
}
std::string bsnes_core_version;
std::string lsnes_version = "0-β27";
std::string lsnes_version = "0";