From 4b5c9d67117d9b79e1161aafb047887e868b8bc3 Mon Sep 17 00:00:00 2001 From: igor Date: Sat, 11 Nov 2023 12:18:26 -0800 Subject: [PATCH] Update README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cce46ee..abb10a5 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,18 @@ make For other platforms modify flags in the Makefile. # FPS +Cap FPS: + ``` make DFLAGS="-D FPS=30" ``` +Display FPS: + +``` +make DFLAGS="-D ENABLE_FPS=1" +``` + # Run ``` ./pingpong