MTek-GDL 0.100.4-muffintrap
Loading...
Searching...
No Matches
Modules | Macros
Library Settings

Defines and macros of this library's internal configuration. More...

Collaboration diagram for Library Settings:

Modules

 MEM2 Memory Management Macros
 Macros to seconday memory management functions for MEM2 memory management.
 

Macros

#define GDL_NO_SOUND   FALSE
 Disable sound module.
 
#define GDL_GP_FIFO_SIZE   (1024*256)
 GPU FIFO Buffer Size.
 

Detailed Description

Defines and macros of this library's internal configuration.

All these settings can be found within the mgdl-config.h header file.

Macro Definition Documentation

◆ GDL_GP_FIFO_SIZE

#define GDL_GP_FIFO_SIZE   (1024*256)

GPU FIFO Buffer Size.

This defines the size of the GPU FIFO buffer in bytes.

Increasing the FIFO buffer size is not really necessary if you're using display lists for processing large amounts of GX commands since display lists are generally stored in its own memory buffer and the main FIFO buffer would simply read off of that when the list gets called. Change this value only if you know exactly what you're doing.

◆ GDL_NO_SOUND

#define GDL_NO_SOUND   FALSE

Disable sound module.

This defines whether or not the sound module of this library will be disabled completely. If set to TRUE, the ASND library will not be initialized and sound related functions are disabled.