Merge pull request #2929 from Sonicadvance1/signaldelegator_getconfig

SignalDelegator: Allow getting the internal configuration
This commit is contained in:
Mai 2023-08-19 23:12:06 -04:00 committed by GitHub
commit 6960fca256
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,10 @@ namespace Core {
Config = _Config;
}
const SignalDelegatorConfig &GetConfig() const {
return Config;
}
/**
* @brief Signals a thread with a specific core event.
*