KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Compile-time options for debugging KOS More...
Files | |
file | opts.h |
Compile-time options regarding debugging and other topics. | |
Macros | |
#define | KOS_DEBUG 0 |
#define | FS_CD_MAX_FILES 8 |
The maximum number of cd files that can be open at a time. | |
#define | FS_ROMDISK_MAX_FILES 16 |
The maximum number of romdisk files that can be open at a time. | |
#define | FS_RAMDISK_MAX_FILES 8 |
The maximum number of ramdisk files that can be open at a time. | |
#define | FD_SETSIZE 1024 |
The number of distinct file descriptors, including files and network sockets, that can be in use at a time. | |
Compile-time options for debugging KOS
Various debug options. Uncomment the #define
line to enable the specific option described.
#define FD_SETSIZE 1024 |
The number of distinct file descriptors, including files and network sockets, that can be in use at a time.
Decreasing this value can reduce memory usage.
#define FS_CD_MAX_FILES 8 |
The maximum number of cd files that can be open at a time.
#define FS_RAMDISK_MAX_FILES 8 |
The maximum number of ramdisk files that can be open at a time.
#define FS_ROMDISK_MAX_FILES 16 |
The maximum number of romdisk files that can be open at a time.
#define KOS_DEBUG 0 |