KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Options

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.
 

Detailed Description

Compile-time options for debugging KOS.

Various debug options. Uncomment the #define line to enable the specific option described.

Macro Definition Documentation

◆ FS_CD_MAX_FILES

#define FS_CD_MAX_FILES   8

The maximum number of cd files that can be open at a time.

◆ FS_RAMDISK_MAX_FILES

#define FS_RAMDISK_MAX_FILES   8

The maximum number of ramdisk files that can be open at a time.

◆ FS_ROMDISK_MAX_FILES

#define FS_ROMDISK_MAX_FILES   16

The maximum number of romdisk files that can be open at a time.

◆ KOS_DEBUG

#define KOS_DEBUG   0