|
OldSchool Library
|
Macros | |
| #define | VF_AUTO -2 |
| Auto-select source. | |
Functions | |
| int | oslInitVfsFile () |
| Initializes the file system. | |
Variables | |
| int | VF_MEMORY |
| Memory-based virtual file source. | |
| int | VF_FILE |
| File-based virtual file source. | |
Virtual file sources available by default: memory and file.
| #define VF_AUTO -2 |
Auto-select source.
This option uses the current file list to find whether the file name exists in it. If the file is not found, it uses the currently active source.
| int oslInitVfsFile | ( | ) |
Initializes the file system.
This function is automatically called by OSLib during initialization.