mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 08:41:01 +01:00
[ion/display] Factorize the dummy waitForVBlank
This commit is contained in:
@@ -29,9 +29,6 @@ void pullRect(KDRect r, KDColor * pixels) {
|
||||
}
|
||||
}
|
||||
|
||||
void waitForVBlank() {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,9 +27,6 @@ void pullRect(KDRect r, KDColor * pixels) {
|
||||
sFrameBuffer.pullRect(r, pixels);
|
||||
}
|
||||
|
||||
void waitForVBlank() {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2,3 +2,6 @@
|
||||
|
||||
void Ion::Display::POSTPushBlackWhite() {
|
||||
}
|
||||
|
||||
void Ion::Display::waitForVBlank() {
|
||||
}
|
||||
|
||||
@@ -71,9 +71,6 @@ void Ion::Display::pullRect(KDRect r, KDColor * pixels) {
|
||||
sFrameBuffer->pullRect(r, pixels);
|
||||
}
|
||||
|
||||
void Ion::Display::waitForVBlank() {
|
||||
}
|
||||
|
||||
Ion::Keyboard::State Ion::Keyboard::scan() {
|
||||
Ion::Keyboard::State result = 0;
|
||||
for (int i = 0; i < Ion::Keyboard::NumberOfKeys; i++) {
|
||||
|
||||
Reference in New Issue
Block a user