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
Merge requests
!102
DIsable NetPlay on DirectDraw builds
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
DIsable NetPlay on DirectDraw builds
DD_netplay_off
into
next
Overview
8
Commits
2
Pipelines
0
Changes
Merged
Alam Ed Arias
requested to merge
DD_netplay_off
into
next
8 years ago
Overview
8
Commits
2
Pipelines
0
Changes
-
Expand
Also disable UPnP support on NONET builds
0
0
Merge request reports
Compare
next
next (base)
and
latest version
latest version
bdb5db87
2 commits,
8 years ago
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
src/doomdef.h
+
1
−
0
Options
@@ -60,6 +60,7 @@
#endif
#ifdef _WINDOWS
#define NONET
#if !defined (HWRENDER) && !defined (NOHW)
#define HWRENDER
#endif
Loading