Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Switch
RetroArch
RetroArch
Commits
597388f2
Commit
597388f2
authored
Jul 28, 2018
by
M4xw
🍗
Browse files
Vsyync Backport
parent
471702a9
Pipeline
#1661
canceled with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gfx/drivers/switch_gfx.c
View file @
597388f2
...
@@ -428,7 +428,7 @@ static bool switch_frame(void *data, const void *frame,
...
@@ -428,7 +428,7 @@ static bool switch_frame(void *data, const void *frame,
gfxFlushBuffers
();
gfxFlushBuffers
();
gfxSwapBuffers
();
gfxSwapBuffers
();
if
(
sw
->
vsync
)
if
(
sw
->
vsync
||
video_info
->
menu_is_alive
)
switch_wait_vsync
(
sw
);
switch_wait_vsync
(
sw
);
//last_frame = svcGetSystemTick();
//last_frame = svcGetSystemTick();
...
...
newbytime7
@newbytime7
mentioned in issue
#25
·
Sep 04, 2018
mentioned in issue
#25
mentioned in issue #25
Toggle commit list
Write
Preview
Supports
Markdown
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