mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 17:17:56 -05:00
service: fixed typo that MSVC did not catch as an error
This commit is contained in:
@ -71,7 +71,7 @@ public:
|
||||
/// Frees a handle from the service
|
||||
template <class T>
|
||||
void DeleteHandle(const Handle handle) {
|
||||
g_object_pool.Destroy<T>(handle);
|
||||
Kernel::g_object_pool.Destroy<T>(handle);
|
||||
m_handles.erase(std::remove(m_handles.begin(), m_handles.end(), handle), m_handles.end());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user