Lioncash a7b8b15e7f DSPHLE/UCodes: Replace unnecessary virtual keywords with override
Given these HLE classes inherit from a common base with a virtual
destructor, override is more appropriate here, as virtual propagates to
these destructors anyway.

This is also safer. If the base class' destructor is ever made
non-virtual, then these classes will cause a compilation error if they
aren't taken into account, as they'd be overriding a non-virtual
function (the destructor).
2018-05-16 15:57:55 -04:00
..
2018-05-12 18:10:26 +02:00
2018-04-12 21:28:39 +02:00
2018-03-26 01:57:41 +10:00
2018-04-17 22:40:21 +02:00
2017-06-06 16:27:52 +02:00
2018-03-31 16:21:17 +02:00
2018-04-17 19:03:24 -04:00
2018-05-13 17:42:55 +02:00
2018-04-12 21:28:39 +02:00
2017-04-25 09:20:09 +01:00
2018-04-12 21:28:39 +02:00
2017-03-27 23:46:19 -04:00
2018-03-16 22:56:54 +01:00
2018-04-12 22:16:37 +02:00