mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-12-04 22:39:11 +00:00
remove gfxWaitForVSync calls
This commit is contained in:
parent
f58fcf82fc
commit
30043bd0e7
1 changed files with 0 additions and 3 deletions
|
@ -202,7 +202,6 @@ void Gui::drawCopy(const std::string& src, u64 offset, u64 size)
|
|||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
bool Gui::askForConfirmation(const std::string& text)
|
||||
|
@ -232,7 +231,6 @@ bool Gui::askForConfirmation(const std::string& text)
|
|||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
delete message;
|
||||
|
@ -418,7 +416,6 @@ void Gui::draw(u128 uid)
|
|||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
}
|
||||
|
||||
bool Gui::isBackupReleased(void)
|
||||
|
|
Loading…
Reference in a new issue