mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Handle effGetProgramNameIndexed as mutually recursive
This fixes changing presets in Full Bucket's Ragnarök.
This commit is contained in:
@@ -82,7 +82,7 @@ static const std::unordered_set<int> mutually_recursive_callbacks{
|
||||
* list of situations where this may be necessary.
|
||||
*/
|
||||
static const std::unordered_set<int> safe_mutually_recursive_requests{
|
||||
effGetProgram, effGetProgramName};
|
||||
effGetProgram, effGetProgramName, effGetProgramNameIndexed};
|
||||
|
||||
/**
|
||||
* Opcodes that should always be handled on the main thread because they may
|
||||
|
||||
Reference in New Issue
Block a user