Merge pull request #140 from justinweiss/3ds-fix-savestates

[3DS] Fix crashes when loading savestates
This commit is contained in:
Autechre 2020-12-27 05:32:06 +01:00 committed by GitHub
commit e8f615f0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
#define BLARGG_ENDIAN
/* Uncomment to enable platform-specific (and possibly non-portable) optimizations */
#ifndef EMSCRIPTEN
#if !defined(EMSCRIPTEN) && !defined(_3DS)
#define BLARGG_NONPORTABLE 1
#endif