lsnes rr0-β26
This commit is contained in:
parent
993eeb20d3
commit
271efb7f1d
3 changed files with 25 additions and 1 deletions
16
manual.lyx
16
manual.lyx
|
@ -4745,5 +4745,21 @@ call lua_close() when exiting.
|
|||
Fix zip_writer bug causing warnings from info-zip and error from advzip.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsection
|
||||
rr0-beta26
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
Fix IPS patching code (use bsnes core IPS patcher).
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
Implement BPS patching (using bsnes core IPS patcher).
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
Add feature to load headered ROMs.
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
\end_document
|
||||
|
|
|
@ -2297,3 +2297,11 @@ set-axis joystick0axis19 disabled
|
|||
• Fix zip_writer bug causing warnings from info-zip and error
|
||||
from advzip.
|
||||
|
||||
13.26 rr0-beta26
|
||||
|
||||
• Fix IPS patching code (use bsnes core IPS patcher).
|
||||
|
||||
• Implement BPS patching (using bsnes core IPS patcher).
|
||||
|
||||
• Add feature to load headered ROMs.
|
||||
|
||||
|
|
|
@ -299,4 +299,4 @@ uint32_t gcd(uint32_t a, uint32_t b) throw()
|
|||
}
|
||||
|
||||
std::string bsnes_core_version;
|
||||
std::string lsnes_version = "0-β25";
|
||||
std::string lsnes_version = "0-β26";
|
||||
|
|
Loading…
Add table
Reference in a new issue