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
59bd6d45
Commit
59bd6d45
authored
4 years ago
by
Golden
Browse files
Options
Downloads
Patches
Plain Diff
Whose idea was it to make the aPNG speed 1/2x by default?!
parent
31364d21
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1044
Whose idea was it to make the aPNG speed 1/2x by default?!
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/m_misc.c
+1
-1
1 addition, 1 deletion
src/m_misc.c
with
1 addition
and
1 deletion
src/m_misc.c
+
1
−
1
View file @
59bd6d45
...
...
@@ -162,7 +162,7 @@ consvar_t cv_zlib_memorya = {"apng_memory_level", "(Max Memory) 9", CV_SAVE, zli
consvar_t
cv_zlib_levela
=
{
"apng_compress_level"
,
"4"
,
CV_SAVE
,
zlib_level_t
,
NULL
,
0
,
NULL
,
NULL
,
0
,
0
,
NULL
};
consvar_t
cv_zlib_strategya
=
{
"apng_strategy"
,
"RLE"
,
CV_SAVE
,
zlib_strategy_t
,
NULL
,
0
,
NULL
,
NULL
,
0
,
0
,
NULL
};
consvar_t
cv_zlib_window_bitsa
=
{
"apng_window_size"
,
"32k"
,
CV_SAVE
,
zlib_window_bits_t
,
NULL
,
0
,
NULL
,
NULL
,
0
,
0
,
NULL
};
consvar_t
cv_apng_delay
=
{
"apng_speed"
,
"1
/2
x"
,
CV_SAVE
,
apng_delay_t
,
NULL
,
0
,
NULL
,
NULL
,
0
,
0
,
NULL
};
consvar_t
cv_apng_delay
=
{
"apng_speed"
,
"1x"
,
CV_SAVE
,
apng_delay_t
,
NULL
,
0
,
NULL
,
NULL
,
0
,
0
,
NULL
};
boolean
takescreenshot
=
false
;
// Take a screenshot this tic
...
...
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