Mercurial > repos > blastem
view nuklear_ui/font.h @ 1482:2d203bf73dbd nuklear_ui
Avoid burning a huge amount of CPU in the menu when emulation is not running and vsync is disabled
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 25 Nov 2017 14:42:38 -0800 |
parents | c5c022c7aa54 |
children | 4f6e8acd7b6a |
line wrap: on
line source
#ifndef FONT_H_ #define FONT_H_ char *default_font_path(void); #endif //FONT_H_