ducalex / retro-go

Retro emulation for the ODROID-GO and other ESP32 devices
GNU General Public License v2.0
489 stars 114 forks source link

Fix build error if RG_STORAGE_DRIVER == 4 // SPI Flash #113

Closed tomvanbraeckel closed 3 weeks ago

tomvanbraeckel commented 3 weeks ago

Add missing include for wl_handle_t and pass esp_vfs_fat_mount_config_t to esp_vfs_fat_spiflash_mount.

tomvanbraeckel commented 3 weeks ago

Code untested but compilation no longer breaks with esp-idf v4.3.

ducalex commented 3 weeks ago

Looks good to me, thanks!