Merge pull request #20270 from hrydgard/misc-stuff

Avoid using shader blending in skip-buffer-effects mode
This commit is contained in:
Henrik Rydgård
2025-04-17 19:48:12 +02:00
committed by GitHub
22 changed files with 56 additions and 44 deletions
+1 -1
View File
@@ -1556,7 +1556,7 @@ static void ProcessFrameCommands(JNIEnv *env) {
frameCmd = frameCommands.front();
frameCommands.pop();
INFO_LOG(Log::System, "frameCommand '%s' '%s'", frameCmd.command.c_str(), frameCmd.params.c_str());
DEBUG_LOG(Log::System, "frameCommand '%s' '%s'", frameCmd.command.c_str(), frameCmd.params.c_str());
jstring cmd = env->NewStringUTF(frameCmd.command.c_str());
jstring param = env->NewStringUTF(frameCmd.params.c_str());