Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Lutro
Commits
02f6d50c
Unverified
Commit
02f6d50c
authored
May 01, 2021
by
Jean-Andre Santoni
Committed by
GitHub
May 01, 2021
Browse files
Fix emscripten build (#201)
parent
d74075d1
Pipeline
#22372
failed with stages
in 9 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lutro_stb_image.c
View file @
02f6d50c
...
...
@@ -17,7 +17,7 @@
*/
int
lutro_stb_image_load
(
const
char
*
filename
,
uint32_t
**
data
,
unsigned
int
*
width
,
unsigned
int
*
height
)
{
void
*
buf
;
ssize
_t
len
;
int64
_t
len
;
int
x
,
y
,
channels_in_file
;
int
channels
=
4
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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