dolphin/Source/Core
Léo Lam 90f8265497 Replace StringFromInt with std::to_string
Updated version of #47. Android should support to_string now that
we use a modern version of libc++ when building.
2017-07-05 13:49:33 +02:00
..
AudioCommon Swapped C-style arrays to std::array 2017-06-27 07:12:15 -03:00
Common Replace StringFromInt with std::to_string 2017-07-05 13:49:33 +02:00
Core Replace StringFromInt with std::to_string 2017-07-05 13:49:33 +02:00
DiscIO FilesystemPanel: Put partitions in separate folders when extracting all partitions 2017-06-28 22:25:27 +02:00
DolphinNoGUI NoGUI: Fix a missing include for Xlib 2017-06-13 11:46:13 +02:00
DolphinQt2 Merge pull request #5664 from ligfx/removesettings 2017-07-04 13:45:21 +02:00
DolphinWX Merge pull request #5651 from JosJuice/new-disc-extraction 2017-07-04 13:46:18 +02:00
InputCommon Disable Background Input when Background Input is disabled 2017-06-30 16:17:29 +02:00
UICommon Make Visual Studio happy 2017-06-28 20:42:01 +02:00
VideoBackends FramebufferManager: Fix EFB layers being attached to the wrong FBO. 2017-06-27 23:42:42 +02:00
VideoCommon Change "blocking" BlockingLoop::Stop to give up and die after a timeout. 2017-06-25 20:47:30 -07:00
CMakeLists.txt