Handle effGetProgramNameIndexed as mutually recursive

This fixes changing presets in Full Bucket's Ragnarök.
This commit is contained in:
Robbert van der Helm
2022-06-14 14:40:17 +02:00
parent 5e95c3b4e0
commit 49526b1e7d
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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