dolphin/Source/Core
Léo Lam 6d821de2b9 IOS: Use a std::array for the title key instead of vector
The title key is always 16 bytes, so it doesn't make sense to make it
a std::vector.
2017-06-27 00:01:20 +02:00
..
AudioCommon Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
Common Merge pull request #5694 from leoetlino/dolphin-drm 2017-06-26 21:31:32 +02:00
Core IOS: Use a std::array for the title key instead of vector 2017-06-27 00:01:20 +02:00
DiscIO IOS: Use a std::array for the title key instead of vector 2017-06-27 00:01:20 +02:00
DolphinNoGUI NoGUI: Fix a missing include for Xlib 2017-06-13 11:46:13 +02:00
DolphinQt2 Merge pull request #5681 from spycrab/qt_safeshutdown 2017-06-26 21:55:27 +02:00
DolphinWX Merge pull request #5681 from spycrab/qt_safeshutdown 2017-06-26 21:55:27 +02:00
InputCommon StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
UICommon UICommon: Move TriggerSTMPowerEvent() from Wx 2017-06-26 16:28:39 +02:00
VideoBackends AbstractTexture: Add missing includes (and remove unnecessary ones) 2017-06-18 23:29:22 -04:00
VideoCommon Change "blocking" BlockingLoop::Stop to give up and die after a timeout. 2017-06-25 20:47:30 -07:00
CMakeLists.txt