mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-13 03:02:47 +00:00
Merge pull request #2929 from Sonicadvance1/signaldelegator_getconfig
SignalDelegator: Allow getting the internal configuration
This commit is contained in:
commit
6960fca256
@ -109,6 +109,10 @@ namespace Core {
|
||||
Config = _Config;
|
||||
}
|
||||
|
||||
const SignalDelegatorConfig &GetConfig() const {
|
||||
return Config;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Signals a thread with a specific core event.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user