[Scummvm-git-logs] scummvm master -> 89383c0ded0376f38e21d9baf33a0dc20968f5b8

AndywinXp noreply at scummvm.org
Fri Aug 8 14:56:34 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
89383c0ded SCUMM: HE: Stub kludge 32 for MegaCat Studios Backyard releases


Commit: 89383c0ded0376f38e21d9baf33a0dc20968f5b8
    https://github.com/scummvm/scummvm/commit/89383c0ded0376f38e21d9baf33a0dc20968f5b8
Author: AndywinXp (andywinxp at gmail.com)
Date: 2025-08-08T16:56:27+02:00

Commit Message:
SCUMM: HE: Stub kludge 32 for MegaCat Studios Backyard releases

This was rich presence (for Discord I think?), we can just NOP it.

Changed paths:
    engines/scumm/he/script_v90he.cpp


diff --git a/engines/scumm/he/script_v90he.cpp b/engines/scumm/he/script_v90he.cpp
index 03a05c4f274..5b0b96bd722 100644
--- a/engines/scumm/he/script_v90he.cpp
+++ b/engines/scumm/he/script_v90he.cpp
@@ -2461,6 +2461,9 @@ void ScummEngine_v90he::o90_kernelSetFunctions() {
 	case 27:
 		// Used in readdemo
 		break;
+	case 32:
+		// Used by MegaCat Studios for rich presence in Backyard games
+		break;
 	case 42:
 		_wiz->_useWizClipRect = true;
 		_wiz->_wizClipRect.left = args[1];




More information about the Scummvm-git-logs mailing list