sketch out artifact cache hooks for file streaming layer

This commit is contained in:
Ryan Fleury
2025-09-23 11:58:00 -07:00
parent 6cdce22284
commit 141b6c1396
8 changed files with 215 additions and 209 deletions
-3
View File
@@ -206,9 +206,6 @@ async_thread_entry_point(void *params)
#if defined(FILE_STREAM_H)
fs_async_tick();
#endif
#if defined(CTRL_CORE_H)
ctrl_async_tick();
#endif
#if defined(TEXTURE_CACHE_H)
tex_async_tick();
#endif