mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[hardware_test] Fix VBlank test
This commit is contained in:
@@ -29,9 +29,6 @@ bool VBlankTestController::handleEvent(Ion::Events::Event event) {
|
||||
}
|
||||
|
||||
void VBlankTestController::viewWillAppear() {
|
||||
for (int i=0; i<6; i++) {
|
||||
Ion::Display::waitForVBlank();
|
||||
}
|
||||
m_view.vBlankStateTextView()->setText(k_vBlankLaunchTest);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user