ref: 4beea686fd27e6c6ba19ec52ea8d80c2a7cc56eb
dir: /src/pt2_config.h/
#pragma once #include <stdint.h> #include <stdbool.h> struct ptConfig_t { char *defModulesDir, *defSamplesDir; bool dottedCenterFlag, pattDots, a500LowPassFilter, compoMode, autoCloseDiskOp, hideDiskOpDates, hwMouse; bool transDel, fullScreenStretch, vsyncOff, modDot, blankZeroFlag, realVuMeters, rememberPlayMode; bool sampleLowpass; int8_t stereoSeparation, videoScaleFactor, accidental; uint16_t quantizeValue; uint32_t soundFrequency, soundBufferSize; } ptConfig; void loadConfig(void);