lsnes rr0-β26

This commit is contained in:
Ilari Liusvaara 2011-12-12 19:17:40 +02:00
parent 993eeb20d3
commit 271efb7f1d
3 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -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.

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