summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/engine_interface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* engine_interface: Add missing virtual destructorLioncash2021-04-121-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.
* Clang Format and Documentation.Fernando Sahmkow2020-04-281-2/+3
|
* VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow2020-04-281-0/+21