X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2Fgpu.cpp;fp=plugins%2Fgpu_unai%2Fgpu.cpp;h=4ee453df93c2ea5eead61639f868ea30299e0e81;hp=3515814322239f6a18f6ff7798e6760beb46cd9b;hb=17a54a4a45daf9eed7665c520301691d4f2b08f3;hpb=76f7048eff4f5357df048268e40b5bc6b9387fe5 diff --git a/plugins/gpu_unai/gpu.cpp b/plugins/gpu_unai/gpu.cpp index 35158143..4ee453df 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_; }