2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

k_session_request: Add missing override specifier

This commit is contained in:
Lioncash 2022-10-21 01:56:14 -04:00
parent 969387a79a
commit 93a7058d8e

View file

@ -280,7 +280,7 @@ public:
private:
// NOTE: This is public and virtual in Nintendo's kernel.
void Finalize() {
void Finalize() override {
m_mappings.Finalize();
if (m_thread) {