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
jaxe
Commits
8ff383bd
Commit
8ff383bd
authored
Jan 06, 2022
by
phcoder
Browse files
LIBRETRO: Remove redundant if to silence a warning
parent
0c3a8a05
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libretro.c
View file @
8ff383bd
...
...
@@ -294,7 +294,7 @@ void draw_display(void)
{
color
=
p2_color
;
}
else
if
(
chip8
.
display
[
y
][
x
]
&&
chip8
.
display2
[
y
][
x
])
else
{
color
=
overlap_color
;
}
...
...
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