mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 08:58:00 -05:00
k_session_request: Add missing override specifier
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user