Skip to content

Commit 39c8882

Browse files
committed
fix(crimsondesert): fix missing grass shader block for AMD
1 parent 6214ae9 commit 39c8882

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/games/crimsondesert/addon.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ renodx::mods::shader::CustomShaders custom_shaders = {
192192
CustomShaderEntryCallback(0x28A5B177, [](reshade::api::command_list* /*cmd_list*/) {
193193
return is_nvidia;
194194
}),
195+
CustomShaderEntryCallback(0x877A6337, [](reshade::api::command_list* /*cmd_list*/) {
196+
return is_nvidia;
197+
}),
195198
__ALL_CUSTOM_SHADERS};
196199
// renodx::mods::shader::CustomShaders custom_shaders;
197200

0 commit comments

Comments
 (0)