Add cache support
also added tentative blocksize and sys_game_procexit support added final cache support and improved the process chainloading error messages don't ignore cache directory in the .gitignore add warning for clearing cache
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
!cache
|
||||
!cache/README.txt
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
every Folder in this directory gets cleared when cellSysCacheClear() is called, so don't store important data here
|
||||
Reference in New Issue
Block a user