Files
spice2x-r3d/hooks/graphics/nvenc_hook.h
T
2026-02-19 15:41:42 +09:00

13 lines
183 B
C++

#pragma once
#ifdef SPICE64
namespace nvenc_hook {
extern bool FORCE_DISABLE;
extern std::optional<std::string> VIDEO_CQP_STRING_OVERRIDE;
void initialize();
}
#endif