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
vitaquake3
Commits
6cae79de
Commit
6cae79de
authored
Mar 15, 2018
by
Rinnegatamante
Browse files
Using VRAM as preferred memtype.
parent
a0ef310e
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/psp2/psp2_glimp.c
View file @
6cae79de
...
...
@@ -83,6 +83,7 @@ float *gTexCoordBuffer;
void
GLimp_Init
(
qboolean
coreContext
)
{
vglInit
(
0x800000
);
vglUseVram
(
GL_TRUE
);
vglStartRendering
();
int
i
;
indices
=
(
uint16_t
*
)
malloc
(
sizeof
(
uint16_t
*
)
*
MAX_INDICES
);
...
...
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