Skip to content
Snippets Groups Projects
Commit cb28bad2 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Make a backup of the SOC tables is too big for WASM32

parent f26711ef
Branches
No related tags found
1 merge request!2658WASM port
...@@ -703,7 +703,9 @@ extern int ...@@ -703,7 +703,9 @@ extern int
/// This stops the game from storing backups of the states, sprites, and mobjinfo tables. /// This stops the game from storing backups of the states, sprites, and mobjinfo tables.
/// Though this info is compressed under normal circumstances, it's still a lot of extra /// Though this info is compressed under normal circumstances, it's still a lot of extra
/// memory that never gets touched. /// memory that never gets touched.
#if !(defined (__EMSCRIPTEN__) && (__SIZEOF_SIZE_T__ == 4))
#define ALLOW_RESETDATA #define ALLOW_RESETDATA
#endif
/// Experimental tweaks to analog mode. (Needs a lot of work before it's ready for primetime.) /// Experimental tweaks to analog mode. (Needs a lot of work before it's ready for primetime.)
//#define REDSANALOG //#define REDSANALOG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment