From 11637af8e9b99f861fbedbe5ec75e83968046c03 Mon Sep 17 00:00:00 2001 From: sephiroth99 Date: Mon, 5 Jun 2017 23:30:20 -0400 Subject: [PATCH] Add missing Profiler function when profiling is disabled --- src/xenia/base/profiling.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xenia/base/profiling.cc b/src/xenia/base/profiling.cc index c1d474b01..f8841d1f4 100644 --- a/src/xenia/base/profiling.cc +++ b/src/xenia/base/profiling.cc @@ -268,6 +268,7 @@ void Profiler::ToggleDisplay() {} void Profiler::TogglePause() {} void Profiler::set_window(ui::Window* window) {} void Profiler::Present() {} +void Profiler::Flip() {} #endif // XE_OPTION_PROFILING