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

core.h:44:22: fatal error: settings.h: No such file or directory #21

Closed 1371030 closed 3 years ago

1371030 commented 3 years ago

/Users/admin/esplay-retro-emulation/retro-esp32/main/includes/core.h:44:22: fatal error: settings.h: No such file or directory

include "settings.h"

                  ^

compilation terminated. make[1]: [main.o] Error 1 make: [component-main-build] Error 2

pebri86 commented 3 years ago

I haven't update the code base for retro-esp launcher for a long time, so maybe currently won't work with the latest hardware driver / settings at the sdk folder. If you want working with it, please check the sdk folder for driver api.

1371030 commented 3 years ago

Thanks!