Fix all-platform validation blockers
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
namespace pp::platform::linux {
|
||||
namespace pp::platform::linux_desktop {
|
||||
namespace {
|
||||
|
||||
std::function<void(std::string)> g_fps_title_callback;
|
||||
@@ -31,7 +31,7 @@ void report_rendered_frames(int frames)
|
||||
|
||||
}
|
||||
#else
|
||||
namespace pp::platform::linux {
|
||||
namespace pp::platform::linux_desktop {
|
||||
|
||||
void set_fps_title_callback(std::function<void(std::string)> callback)
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
namespace pp::platform::linux {
|
||||
namespace pp::platform::linux_desktop {
|
||||
|
||||
void set_fps_title_callback(std::function<void(std::string)> callback);
|
||||
void report_rendered_frames(int frames);
|
||||
|
||||
Reference in New Issue
Block a user