Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dreamcast
vcdc
Commits
dcfef355
Commit
dcfef355
authored
Nov 10, 2024
by
Donald Haase
Browse files
Remove unneeded defines.
parent
09c53018
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stretch.c
View file @
dcfef355
...
...
@@ -32,8 +32,6 @@
#include
<stdio.h>
#include
"config.h"
#define INT16_MIN -32768
#define INT16_MAX 32767
#define CLIP_INT16(s) ((s) < INT16_MIN) ? INT16_MIN : \
(((s) > INT16_MAX) ? INT16_MAX : (s))
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment