Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
cb28bad2
Commit
cb28bad2
authored
2 months ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Make a backup of the SOC tables is too big for WASM32
parent
f26711ef
Branches
Branches containing commit
No related tags found
1 merge request
!2658
WASM port
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doomdef.h
+2
-0
2 additions, 0 deletions
src/doomdef.h
with
2 additions
and
0 deletions
src/doomdef.h
+
2
−
0
View file @
cb28bad2
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment