Skip to content

Commit

Permalink
missing override keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Oct 8, 2023
1 parent 3fcbdd3 commit 4e079b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/hw/naomi/systemsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ class CardReaderInPortManager : public DefaultInPortManager
return DefaultInPortManager::getCN9_17_24();
}

virtual u8 getCN9_33_40()
u8 getCN9_33_40() override
{
IO_LOG("systemsp::read IN CN9 33-40");
// dinosaur king, love & berry:
Expand Down

0 comments on commit 4e079b5

Please sign in to comment.