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
117f7a03
Commit
117f7a03
authored
Aug 09, 2019
by
Rinnegatamante
Browse files
Make it properly work with latest vitaGL.
parent
0043356d
Changes
1
Show whitespace changes
Inline
Side-by-side
code/psp2/psp2_glimp.c
View file @
117f7a03
...
...
@@ -124,7 +124,7 @@ void GLimp_Init( qboolean coreContext)
vglInitExtended
(
0x100000
,
glConfig
.
vidWidth
,
glConfig
.
vidHeight
,
0x1800000
,
SCE_GXM_MULTISAMPLE_4X
);
#endif
vglUseVram
(
GL_TRUE
);
vglMapHeapMem
();
inited
=
1
;
cur_width
=
glConfig
.
vidWidth
;
}
else
if
(
glConfig
.
vidWidth
!=
cur_width
){
// Changed resolution in game, restarting the game
...
...
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