mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
Add some descriptions to new classes
This commit is contained in:
parent
abfc75f362
commit
b753641dd4
4 changed files with 14 additions and 11 deletions
|
@ -23,6 +23,8 @@ namespace VideoCommon
|
|||
class OnScreenUI;
|
||||
class PostProcessing;
|
||||
|
||||
// Presenter is a class that deals with putting the final XFB on the screen.
|
||||
// It also handles the ImGui UI and post-processing.
|
||||
class Presenter
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue