diff options
author | notaz | 2012-11-01 19:03:27 +0200 |
---|---|---|
committer | notaz | 2012-11-02 03:03:39 +0200 |
commit | 77e34391a6b3c8ae59768a941037451b7c81169f (patch) | |
tree | fb05555ad94cd6c596b3bf8c173d8dd37b8f6f74 /plugins/gpu_neon/psx_gpu_if.c | |
parent | fa56d36096cd4ab2b227ce2aa61c8404b8874689 (diff) | |
download | pcsx_rearmed-77e34391a6b3c8ae59768a941037451b7c81169f.tar.gz pcsx_rearmed-77e34391a6b3c8ae59768a941037451b7c81169f.tar.bz2 pcsx_rearmed-77e34391a6b3c8ae59768a941037451b7c81169f.zip |
psx_gpu: rework enhancement buffer selection
Diffstat (limited to 'plugins/gpu_neon/psx_gpu_if.c')
-rw-r--r-- | plugins/gpu_neon/psx_gpu_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu_neon/psx_gpu_if.c b/plugins/gpu_neon/psx_gpu_if.c index 8900d4e..ad01761 100644 --- a/plugins/gpu_neon/psx_gpu_if.c +++ b/plugins/gpu_neon/psx_gpu_if.c @@ -157,7 +157,7 @@ void renderer_notify_res_change(void) if (egpu.enhancement_x_threshold != gpu.screen.hres) { egpu.enhancement_x_threshold = gpu.screen.hres; - update_enhancement_buf_table(&egpu); + update_enhancement_buf_table_from_hres(&egpu); } } |