rust-console/gba

examples shouldn't use vcount spinning

Lokathor opened this issue · 1 comments

our examples aren't really intended to be part of a tutorial series where we explain all the concepts one by one, so we should just use proper vblank interrupt waiting with a handler and such like a "real" program should.

we don't anymore!