mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-28 12:26:36 +08:00
Swap buffers after v-blank.
This commit is contained in:
parent
7f5f4d5ef8
commit
72bb2e14c2
@ -191,9 +191,8 @@ void screen_swap_buffers_quick() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void screen_swap_buffers() {
|
void screen_swap_buffers() {
|
||||||
gfxFlushBuffers();
|
|
||||||
gfxSwapBuffers();
|
|
||||||
gspWaitForVBlank();
|
gspWaitForVBlank();
|
||||||
|
screen_swap_buffers_quick();
|
||||||
}
|
}
|
||||||
|
|
||||||
int screen_get_width() {
|
int screen_get_width() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user