blob: f8ccbcd67e26e72d941b3038c0148096c52bad59 (
plain)
1
2
3
4
5
6
7
|
post_install() {
cat << EOF
* Make sure you belong to the input group for gamepad support.
* Increase the audio buffer size to 4,096 samples
if the framerate is bad or audio output is crackling.
EOF
}
|