pebri86 / esplay-retro-emulation

Retro Emulation Collection for ESPlay Hardware, an ESP32 based game console
https://www.makerfabs.com/esplay-micro.html
MIT License
444 stars 88 forks source link

settings.h missing #34

Closed Strugglemeat closed 1 year ago

Strugglemeat commented 1 year ago

/home/username/esp32/esplay-retro-emulation-master/esplay-nofrendo/main/main.c:21:22: fatal error: settings.h: No such file or directory

include "settings.h"

                  ^

compilation terminated.

all the emulator builds fail due to this

/home/username/esp32/esplay-retro-emulation-master/esplay-launcher/main/include/event.h:4:21: fatal error: gamepad.h: No such file or directory

include

gamepad.h also missing

edit: I was able to find what might be the correct headers in esplay-sdk but I can't figure out how to modify the mkrelease.sh to incorporate them