dolphin/Source/Core
Jasper St. Pierre 63f1a16969 Core: Remove UpdateFPSDisplay
This is effectively unused, as the window handles that we pass to the
GLInterface are window handles for the frame which isn't ever a real
toplevel window. Host_UpdateTitle is what actually sets the proper title
on the render window.
2014-08-19 10:05:58 -04:00
..
AudioCommon Get rid of instances of "using namespace std;" in the project 2014-08-17 02:05:33 -04:00
Common Add Common::Event::WaitFor(), which has the same semantics as std::condition_variable::wait_for() (with millisecond units). 2014-08-17 21:52:40 -07:00
Core Core: Remove UpdateFPSDisplay 2014-08-19 10:05:58 -04:00
DiscIO Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
DolphinWX Core: Remove UpdateFPSDisplay 2014-08-19 10:05:58 -04:00
InputCommon Remove support for Wayland 2014-08-19 10:05:56 -04:00
VideoBackends Core: Remove UpdateFPSDisplay 2014-08-19 10:05:58 -04:00
VideoCommon Core: Remove UpdateFPSDisplay 2014-08-19 10:05:58 -04:00
CMakeLists.txt