Merge pull request #12645 from mitaclaw/ppc-symbols-signal

DolphinQt: A Ubiquitous Signal For When Symbols Change
This commit is contained in:
Admiral H. Curtiss 2024-03-31 06:36:09 +02:00 committed by GitHub
commit a2074a8583
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 46 additions and 78 deletions

View file

@ -96,7 +96,7 @@ std::vector<std::string> Host_GetPreferredLocales()
return {};
}
void Host_NotifyMapLoaded()
void Host_PPCSymbolsChanged()
{
}