tophat2d / tophat

:tophat: a 2d game library for Umka
https://tophat2d.dev
BSD 3-Clause "New" or "Revised" License
73 stars 5 forks source link

Path prefixes: intercepting `fopen` #207

Open skejeton opened 4 months ago

skejeton commented 4 months ago

Ideally we would intercept all filesystem operations. As a workaround, add th::convPath. Current approach of intercepting rtlfopen will likely be forbidden.

marekmaskarinec commented 3 months ago

This is a dependency for #127