Merge pull request #13147 from mitaclaw/jit-block-table-model-fix

JitBlockTableModel: Catch All Block Invalidating Events (I Hope)
This commit is contained in:
JMC47 2024-10-30 17:00:27 -04:00 committed by GitHub
commit adafe1f347
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 35 additions and 22 deletions

View file

@ -146,7 +146,7 @@ void Host_UpdateDisasmDialog()
{
}
void Host_JitCacheCleared()
void Host_JitCacheInvalidation()
{
}