harbaum / galagino

A Galaga, Pac-Man and Donkey Kong arcade emulator for the ESP32
315 stars 21 forks source link

Feature Request: Bluetooth Gamepad support #32

Open OHacks opened 10 months ago

OHacks commented 10 months ago

The ESP32 supports bluetooth. May be it is possible to add bluetooth gamepad support, that would keep the device as cool as it is and would improve the playability a lot.

harbaum commented 9 months ago

I am afraid Bluetooth (and also WLAN) support will generate frequent background processing load. This may interfere with the pretty tight performance demands of the emulation itself.

Furthermore I have no interest in that feature. My primary goal was a super-trivial-to-use device.

But whoever is interested can of course give this a try.