lsnes rr1-Δ10ε1
This commit is contained in:
parent
8989ccbd08
commit
c619fdcc32
4 changed files with 34 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1-Δ10
|
||||
1-Δ10ε1
|
24
manual.lyx
24
manual.lyx
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -459,7 +459,7 @@ namespace
|
|||
{
|
||||
if(filenames.Count() != 1)
|
||||
return false;
|
||||
platform::queue("load " + filenames[0]);
|
||||
platform::queue("load " + tostdstring(filenames[0]));
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue