- Apr 29, 2016
-
-
Yuri Kunde Schlesner authored
This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI.
-
Henrik Rydgård authored
* Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line
-
- Apr 28, 2016
- Apr 27, 2016
- Apr 26, 2016
-
-
bunnei authored
Update the code of service y2r!
-
linkmauve authored
Qt Frontend: Add Threads::Threads import in CMakeLists.txt
-
Emmanuel Gil Peyrot authored
This had been forgotten in df81fa11. Fixes #1711.
-
bunnei authored
Replace std::map with std::array for graphics event breakpoints
-
- Apr 25, 2016
-
-
bunnei authored
Fixes for #1711 and other compilation errors.
-
MerryMage authored
-
Sam Spilsbury authored
-
- Apr 24, 2016
-
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
This requires bumping up to a minimum of CMake 3.1. The benefit of using the imported target is that you can switch to the -pthread compiler flag on request, which may be necessary for some systems if available.
-
Henrik Rydgard authored
Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations.
-
MerryMage authored
-
bunnei authored
Fix various build errors encountered on Clang 3.9 on OS X
-
- Apr 23, 2016
-
-
bunnei authored
Protect use of std::is_trivially_copyable to compile with GCC 4.9
-
LittleWhite authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
-
Sam Spilsbury authored
Using the global-namespace C function will cause the wrong overload to get picked
-
Sam Spilsbury authored
-