GPCS4/GPCS4/GPCS4Config.h
Asuka 863326b5cd fix presenter bug
caused by forget to update frame index
add some comments on submission and presentation loop
disable GPCS4_NO_GRAPHICS again
2022-04-05 07:54:28 +08:00

29 lines
400 B
C

#pragma once
// Global configs
//App name
#define GPCS4_APP_NAME "GPCS4"
// Debug build
// Configured in project properties settings.
// #define GPCS4_DEBUG
// Windows compile
#define GPCS4_WINDOWS
// Linux compile
// #define GPCS4_LINUX
// Graphics switch
// Define this will turn off graphics output,
// useful when developing non-graphics parts of GPCS4
// #define GPCS4_NO_GRAPHICS