mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 19:28:39 -05:00
key_manager: Correct casing of instance()
Our codebase uppercases member function names.
This commit is contained in:
@ -302,7 +302,7 @@ private:
|
||||
rb.Push<u64>(write_size);
|
||||
}
|
||||
|
||||
Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::instance();
|
||||
Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::Instance();
|
||||
};
|
||||
|
||||
void InstallInterfaces(SM::ServiceManager& service_manager) {
|
||||
|
Reference in New Issue
Block a user