Skip to content

Instantly share code, notes, and snippets.

@hungtcs
Last active February 20, 2022 10:23
Show Gist options
  • Save hungtcs/93b0c02dc747411bd06603e9d7010bcc to your computer and use it in GitHub Desktop.
Save hungtcs/93b0c02dc747411bd06603e9d7010bcc to your computer and use it in GitHub Desktop.
Raspberry Pi 3B install Lakka

重要步骤

中文UI

  1. 上传字体到 /storage/assets/xmb/retroactive/font.ttf
  2. systemctl stop retroarch
  3. vim ~/.config/retroarch/retroarch.cfg
  4. change video_font_path = /storage/assets/xmb/retroactive/font.ttf
  5. systemctl start retroarch

连接 xbox 手柄

关键就是 disable_ertm

echo 'options bluetooth disable_ertm=Y' | sudo tee -a /etc/modprobe.d/bluetooth.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment