mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
9 lines
148 B
C++
9 lines
148 B
C++
#include <ion/display.h>
|
|
|
|
void Ion::Display::POSTPushMulticolor(int shift, int tileSize) {
|
|
}
|
|
|
|
bool Ion::Display::waitForVBlank() {
|
|
return true;
|
|
}
|