Skip to content

Commit

Permalink
VR: Fix TAA not working in RE2/3 because of old script
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Nov 2, 2023
1 parent 3594c64 commit 7801dbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/re2_sharpness_removal.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if true then return end -- deprecated script - not needed in pd-upscaler. cannot completely delete as needs to overwrite existing ones.

if reframework:get_game_name() ~= "re2" and reframework:get_game_name() ~= "re3" then
return
end
Expand Down

0 comments on commit 7801dbe

Please sign in to comment.