Fix all-platform validation blockers

This commit is contained in:
2026-06-16 10:26:07 +02:00
parent 4a5bb68fe2
commit 6a9c415d85
9 changed files with 29 additions and 20 deletions

View File

@@ -649,7 +649,7 @@ public:
void report_rendered_frames(int frames) override
{
#ifdef __LINUX__
pp::platform::linux::report_rendered_frames(frames);
pp::platform::linux_desktop::report_rendered_frames(frames);
#else
(void)frames;
#endif