update libsnes exes

This commit is contained in:
zeromus 2014-05-23 19:27:27 +00:00
parent 4c0f693e70
commit 52bceeeee5
3 changed files with 4 additions and 1 deletions

View File

@ -219,9 +219,12 @@ template<typename T> inline void reconstruct(T* t) {
void snes_init(void) {
//force everything to get initialized, even thuogh it probably already is
//force everything to get initialized, even though it probably already is
SNES::interface();
//zero 22-may-2014 - why not this too, for the sake of completeness?
reconstruct(&SNES::cartridge);
//zero 01-dec-2012 - due to systematic variable initialization fails in bsnes components, these reconstructions are necessary,
//and the previous comment here which called this paranoid has been removed.
reconstruct(&SNES::icd2);