lsnes rr1-Δ10ε1

This commit is contained in:
Ilari Liusvaara 2012-07-06 18:52:48 +03:00
parent 8989ccbd08
commit c619fdcc32
4 changed files with 34 additions and 2 deletions

View file

@ -1 +1 @@
1-Δ10
1-Δ10ε1

View file

@ -6122,5 +6122,29 @@ Map the SNES bus into address space
Fix loading memory watch files with CRLF line endings
\end_layout
\begin_layout Subsection
rr1-delta10epsilon1
\end_layout
\begin_layout Itemize
Map bsnes internal state into memory space
\end_layout
\begin_layout Itemize
Fix the
\begin_inset Quotes eld
\end_inset
click on panel wedges the emulator
\begin_inset Quotes erd
\end_inset
for real.
\end_layout
\begin_layout Itemize
DnD movies/saves on the main window.
\end_layout
\end_body
\end_document

View file

@ -3035,3 +3035,11 @@ set-axis joystick0axis19 disabled
• Fix loading memory watch files with CRLF line endings
15.64 rr1-delta10epsilon1
• Map bsnes internal state into memory space
• Fix the “click on panel wedges the emulator” for real.
• DnD movies/saves on the main window.

View file

@ -459,7 +459,7 @@ namespace
{
if(filenames.Count() != 1)
return false;
platform::queue("load " + filenames[0]);
platform::queue("load " + tostdstring(filenames[0]));
return true;
}
};