mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
8 lines
212 B
C
8 lines
212 B
C
#ifndef GFSDK_REFLEX_H
|
|
#define GFSDK_REFLEX_H
|
|
|
|
void GFX_RunLowLatencySDK(IUnknown* device, const bool useLowLatencyMode,
|
|
const bool useLowLatencyBoost, const float maxFramesPerSecond);
|
|
|
|
#endif // GFSDK_REFLEX_H
|