CommonHostInterface: Add post processing toggle hotkeys

This commit is contained in:
Connor McLaughlin
2020-09-13 22:31:31 +10:00
parent 441f26706e
commit 9c28b3e167
2 changed files with 31 additions and 2 deletions

View File

@ -166,6 +166,9 @@ public:
/// Immediately applies the specified cheat code.
void ApplyCheatCode(u32 index);
/// Temporarily toggles post-processing on/off.
void TogglePostProcessing();
/// Reloads post processing shaders with the current configuration.
void ReloadPostProcessingShaders();