mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-26 04:12:34 +01:00
14 lines
353 B
C
14 lines
353 B
C
#ifndef PSYX_CONFIG_H
|
|
#define PSYX_CONFIG_H
|
|
|
|
|
|
// Required. Uses 32 bit pointers on P_TAG and other primitives
|
|
#define USE_EXTENDED_PRIM_POINTERS
|
|
|
|
// PGXP-Z: Precise GTE transform pipeline with Z-depth and widescreen fixes. Recommended
|
|
#define USE_PGXP
|
|
|
|
// Renderer to use. Currently only OpenGL is supported
|
|
#define RENDERER_OGL
|
|
|
|
#endif // PSYX_CONFIG_H
|