Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ addCompatibilityClasses
Function
addCompatibilityClasses
utility/gdre_settings.cpp:197–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
return singleton;
196
}
197
void addCompatibilityClasses() {
198
ClassDB::add_compatibility_class(
"PHashTranslation"
,
"OptimizedTranslation"
);
199
}
200
201
GDRESettings::GDRESettings() {
202
#ifdef TOOLS_ENABLED
Callers
1
GDRESettings
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected