tophat2d / tophat

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

Path prefixes: intercepting `fopen` #207

Open skejeton opened 1 month ago

skejeton commented 1 month 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 1 month ago

This is a dependency for #127