Refactor font rendering and show fps.

This commit is contained in:
2023-11-11 12:15:33 -08:00
parent 637e01646a
commit 68053b61b5
3 changed files with 155 additions and 75 deletions

View File

@@ -17,4 +17,8 @@
#define TARGET_FRAME_TIME (1000 / FPS)
#endif
#ifndef ENABLE_FPS
#define ENABLE_FPS 0
#endif
#endif