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
snes9x2002
Commits
5d407711
Commit
5d407711
authored
Nov 13, 2015
by
aliaspider
Browse files
derp.
parent
ba483a06
Changes
1
Show whitespace changes
Inline
Side-by-side
libretro/libretro.c
View file @
5d407711
...
...
@@ -311,7 +311,6 @@ static void snes_init (void)
// hack to make sure GFX.Delta is always (2048 * 512 * 2) >> 1, needed for tile16_t.h
#ifdef _3DS
GFX
.
Screen_buffer
=
(
uint8
*
)
linearMemAlign
(
2048
*
512
*
2
*
2
+
safety
,
0x80
);
memset
(
GFX
.
Screen
,
0x0
,
2048
*
512
*
2
*
2
);
#else
GFX
.
Screen_buffer
=
(
uint8
*
)
calloc
(
1
,
2048
*
512
*
2
*
2
+
safety
);
#endif
...
...
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