An example ESP32 IDF application that uses the RetroStore C++ SDK
This project uses git submodules. Make sure you check out using the following command:
git clone --recurse-submodules <URL>
Or alternatively, if you already had the project checked out, make sure to pull the latest revision and then run:
git submodule init
git submodule update