Split Linux FPS title reporting

This commit is contained in:
2026-06-13 19:28:09 +02:00
parent ca7ea820ba
commit 1d50bcc741
7 changed files with 90 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
namespace pp::platform::linux {
void report_rendered_frames(int frames);
}