Commit Graph

4 Commits

Author SHA1 Message Date
Reilly Brogan e9db7ea7b2 Add resourcesPath to auroraConfig (#211)
Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
2026-05-27 18:27:57 -06:00
Luke Street 2541890ebf RmlUi: Use SDL_GetBasePath prefix for files & cleanup 2026-05-04 18:25:33 -06:00
Luke Street 5973fa05f8 RmlUi: SDL_IOFromFile should not open as write 2026-05-03 22:12:46 -06:00
CraftyBoss 0d05404564 Switch RmlUi FileInterface to custom SDL version (#152)
* add file interface that uses SDL file io to access filesystem

this fixes android not properly accessing asset system through SDL, as the default file interface uses the standard C api, which on android is directed to the apps data directory.

* remove debug logs, run clang format
2026-05-03 18:46:34 -06:00