remove physfs; cellfs now is at parity

This commit is contained in:
2025-11-25 09:56:44 -06:00
parent 820413a72a
commit 67badc3e48
29 changed files with 279 additions and 677 deletions

View File

@@ -991,8 +991,6 @@ int main(int argc, char **argv)
tracy_profiling_enabled = profile_enabled;
#endif
PHYSFS_init(argv[0]);
/* Load QOP package attached to executable - this is now mandatory! */
int mounted = prosperon_mount_core();
if (!mounted) {
@@ -1014,7 +1012,6 @@ int main(int argc, char **argv)
for (int i = 1; i < actor_argc; i++)
wota_write_text(&startwota, actor_argv[i]);
/* Initialize synchronization primitives */
ready_sem = SDL_CreateSemaphore(0);
main_sem = SDL_CreateSemaphore(0);