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
8bcdd105
Commit
8bcdd105
authored
5 years ago
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
I'll put this back in here, I guess.
parent
647107a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!724
OpenGL shaders
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/hardware/r_opengl/r_opengl.h
+9
-0
9 additions, 0 deletions
src/hardware/r_opengl/r_opengl.h
with
9 additions
and
0 deletions
src/hardware/r_opengl/r_opengl.h
+
9
−
0
View file @
8bcdd105
...
...
@@ -57,6 +57,15 @@
#undef DEBUG_TO_FILE // maybe defined in previous *.h
#define DEBUG_TO_FILE // output debugging msgs to ogllog.txt
// todo: find some way of getting SDL to log to ogllog.txt, without
// interfering with r_opengl.dll
#ifdef HAVE_SDL
#undef DEBUG_TO_FILE
#endif
//#if defined(HAVE_SDL) && !defined(_DEBUG)
//#undef DEBUG_TO_FILE
//#endif
#ifdef DEBUG_TO_FILE
extern
FILE
*
gllogstream
;
#endif
...
...
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