X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu_if.c;h=6e7e5fd71ff7f2d463105d3f76d7dcebc87ce132;hb=1fec8a9574a8128c9b64f79a5c1f72bbd86ac2bf;hp=313f1f01f9b7982af763138b52333dd99bfd9693;hpb=d02ab9fc4a1557c10c6b6d545c11df34c3daa173;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/psx_gpu_if.c b/plugins/gpu_neon/psx_gpu_if.c index 313f1f01..6e7e5fd7 100644 --- a/plugins/gpu_neon/psx_gpu_if.c +++ b/plugins/gpu_neon/psx_gpu_if.c @@ -235,7 +235,8 @@ void renderer_set_config(const struct rearmed_cbs *cbs) egpu.dither_table[3] = dither_table_row(3, -1, 2, -2); } - disable_main_render = cbs->gpu_neon.enhancement_no_main; + egpu.hack_disable_main = cbs->gpu_neon.enhancement_no_main; + egpu.hack_texture_adj = cbs->gpu_neon.enhancement_tex_adj; if (gpu.state.enhancement_enable) { if (gpu.mmap != NULL && egpu.enhancement_buf_ptr == NULL) map_enhancement_buffer();