We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6214ae9 commit 39c8882Copy full SHA for 39c8882
1 file changed
src/games/crimsondesert/addon.cpp
@@ -192,6 +192,9 @@ renodx::mods::shader::CustomShaders custom_shaders = {
192
CustomShaderEntryCallback(0x28A5B177, [](reshade::api::command_list* /*cmd_list*/) {
193
return is_nvidia;
194
}),
195
+ CustomShaderEntryCallback(0x877A6337, [](reshade::api::command_list* /*cmd_list*/) {
196
+ return is_nvidia;
197
+ }),
198
__ALL_CUSTOM_SHADERS};
199
// renodx::mods::shader::CustomShaders custom_shaders;
200
0 commit comments