Skip to content

Commit 5cf386d

Browse files
authored
Fix listing and a minor spelling mistake
1 parent 9d2efbf commit 5cf386d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Input-Lag.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ These have no effect on a Raspberry Pi, which cannot use `video_hard_sync` in an
5151
video_driver = dispmanx
5252
```
5353
`dispmanx` is a 'bare-metal' graphics API for the Raspberry Pi 0-3, with which a Retroarch video driver has been written. Whilst it can shave a frame of input lag compared to the default `gl` video driver, it also has several issues:
54+
5455
* No rotation support (vertical games appear on their side)
5556
* No OSD support (no more yellow text notifications)
5657
* No shader support
57-
* Not available on non-Raspberry Pi hardrware, or when using fkms/kms (mandatory on Pi 4)
58+
* Not available on non-Raspberry Pi hardware, or when using fkms/kms (mandatory on Pi 4)
5859

5960
### Frame Delay
6061
```

0 commit comments

Comments
 (0)