lsnes rr0-β23

This commit is contained in:
Ilari Liusvaara 2011-11-20 10:10:11 +02:00
parent d4ef03a0f2
commit 0a7d6bcdb4
2 changed files with 46 additions and 1 deletions

View file

@ -4623,5 +4623,50 @@ Fix titlebar version number (no, the last version wasn't 'lsnes-0-beta21',
it was 'lsnes rr0-beta21').
\end_layout
\begin_layout Subsection
rr0-beta23
\end_layout
\begin_layout Itemize
Fix memory corruption due to macro/field mixup
\end_layout
\begin_layout Itemize
search-memory update
\end_layout
\begin_layout Itemize
Allow direct-mapped framebuffer
\end_layout
\begin_layout Itemize
SDL: Use SDL_ANYFORMAT if possible
\end_layout
\begin_layout Itemize
SDMP2SOX: 2s delay modes.
\end_layout
\begin_layout Itemize
Wxwidgets: Cleanups
\end_layout
\begin_layout Itemize
Use sed -E, not sed -r.
Fixes building on Mac OS X.
\end_layout
\begin_layout Itemize
Wxwidgets: Save jukebox on exit
\end_layout
\begin_layout Itemize
Fix RTC if using load-movie on savestate.
\end_layout
\begin_layout Itemize
Fix crash related to full console mode.
\end_layout
\end_body
\end_document

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-β22";
std::string lsnes_version = "0-β23";