Update README.
This commit is contained in:
@@ -7,10 +7,18 @@ make
|
|||||||
For other platforms modify flags in the Makefile.
|
For other platforms modify flags in the Makefile.
|
||||||
|
|
||||||
# FPS
|
# FPS
|
||||||
|
Cap FPS:
|
||||||
|
|
||||||
```
|
```
|
||||||
make DFLAGS="-D FPS=30"
|
make DFLAGS="-D FPS=30"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Display FPS:
|
||||||
|
|
||||||
|
```
|
||||||
|
make DFLAGS="-D ENABLE_FPS=1"
|
||||||
|
```
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
```
|
```
|
||||||
./pingpong
|
./pingpong
|
||||||
|
|||||||
Reference in New Issue
Block a user