summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/engine_interface.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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