ducalex / retro-go

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

rg_tool.py: add optional --fatsize argument #120

Closed tomvanbraeckel closed 3 months ago

tomvanbraeckel commented 3 months ago

This optional argument adds a FAT storage partition of the provided size (500K, 5M,...) to the built image, with the label 'vfs'.

ducalex commented 3 months ago

I think fatsize should be passed as an argument to build_image, using a global (args) makes it more difficult if we need to call that function in another context.

tomvanbraeckel commented 3 months ago

That's true. Fixed!