MEGA65 / mega65-core

MEGA65 FPGA core
Other
241 stars 88 forks source link

HYPPO-PROC: process descriptor needs to handle sd card paths #765

Open lydon42 opened 9 months ago

lydon42 commented 9 months ago

Currently the current working directory nor the directory from which a n image is mounted is stored in the process descriptor. Because of that remounting images from a subdirectory may fail (only one case works: go to freezer, mount image from subdir, exit freezer), and entering the freezer with a image mounted from a subdir will fail.

We need to come up with a way of implementing this, without needing to store full vFAT path chains.

See https://github.com/MEGA65/mega65-freezemenu/issues/80