summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/engine_interface.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-04-12engine_interface: Add missing virtual destructorLioncash1-1/+2
Eliminates a potential bug vector related to inheritance. Plus, we should generally be specifying the destructor as virtual within purely virtual interfaces to begin with.
2020-04-28Clang Format and Documentation.Fernando Sahmkow1-2/+3
2020-04-28VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow1-0/+21