hocclk: fix vrr out of focus

This commit is contained in:
souldbminersmwc
2026-04-03 12:34:15 -04:00
parent fc203c723c
commit 75480ffdb5
4 changed files with 95 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ namespace processManagement {
void Initialize();
void WaitForQLaunch();
u64 GetCurrentApplicationId();
Result isApplicationOutOfFocus(bool* outOfFocus);
void Exit();
}