From 17a54a4a45daf9eed7665c520301691d4f2b08f3 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 11 Aug 2011 19:39:30 +0300 Subject: frontend: add gpu_unai configuration options --- plugins/gpu_unai/gpu.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/gpu_unai') diff --git a/plugins/gpu_unai/gpu.cpp b/plugins/gpu_unai/gpu.cpp index 3515814..4ee453d 100644 --- a/plugins/gpu_unai/gpu.cpp +++ b/plugins/gpu_unai/gpu.cpp @@ -972,6 +972,10 @@ long GPUfreeze(unsigned int ulGetFreezeData, GPUFreeze_t* p2) void GPUrearmedCallbacks(const struct rearmed_cbs *cbs_) { + enableAbbeyHack = cbs_->gpu_unai.abe_hack; + light = !cbs_->gpu_unai.no_light; + blend = !cbs_->gpu_unai.no_blend; + cbs = cbs_; } -- cgit v1.2.3