Mercurial > repos > simple16
view src/system.h @ 21:91ded3b12d96
Only run rendering hardware when display is enabled
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 29 Mar 2016 19:59:26 -0700 |
parents | ae58e7c3c328 |
children | 4c9dbfa30a66 |
line wrap: on
line source
#ifndef SYSTEM_H_ #define SYSTEM_H_ int system_init(int width, int height); uint16_t *system_get_framebuffer(int *pitch); void system_framebuffer_updated(); void system_poll_events(); #endif //SYSTEM_H_