Aloshi / EmulationStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
2.06k stars 905 forks source link

Using a specific Framebuffer #595

Open maz3max opened 8 years ago

maz3max commented 8 years ago

Hi! Is it possible to force emulationstation to use a specific framebuffer in Linux? (/dev/fb1) Currently, I copy everything from /dev/fb0, which is a bit slow. Using Raspberry Pi Zero and an SPI Display.

iainvm commented 8 years ago

From what I know Emulation Station uses OpenGL and OpenGL draws to /dev/fb0. It's less a thing with Emulation Station and more OpenGL.