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
hatari
Commits
c05015c3
Commit
c05015c3
authored
Oct 09, 2020
by
Libretro-Admin
Browse files
Buildfix
parent
f8c35958
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro/libretro.c
View file @
c05015c3
...
@@ -457,7 +457,7 @@ void retro_init(void)
...
@@ -457,7 +457,7 @@ void retro_init(void)
enum
retro_pixel_format
fmt
=
RETRO_PIXEL_FORMAT_RGB565
;
enum
retro_pixel_format
fmt
=
RETRO_PIXEL_FORMAT_RGB565
;
if
(
!
environ_cb
(
RETRO_ENVIRONMENT_SET_PIXEL_FORMAT
,
&
fmt
))
if
(
!
environ_cb
(
RETRO_ENVIRONMENT_SET_PIXEL_FORMAT
,
&
fmt
))
{
{
log_cb
(
RETRO_LOG_
INFO
,
stderr
,
"RGB565 is not supported.
\n
"
);
log_cb
(
RETRO_LOG_
ERROR
,
"RGB565 is not supported.
\n
"
);
exit
(
0
);
exit
(
0
);
}
}
...
...
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