dolphin/Source/Core
JosJuice 04cefc6ed3 DolphinWX: Use vector instead of list for game list cache
The advantage of std::list is that elements can be removed from the
middle efficiently, but we don't actually need that, because the
ordering of the elements doesn't matter for us. We can just replace the
element we want to remove with the last element and then call pop_back.

Replacing list with vector should speed up looping through the elements.
2018-01-04 17:14:35 +01:00
..
AudioCommon AudioCommon: make SetSoundStreamRunning idempotent 2017-11-19 12:09:54 -08:00
Common Android: Extract Sys to a different folder than the User folder 2017-12-26 09:53:32 +01:00
Core Merge pull request #6274 from myfreeweb/freebsd-libusb-no-detach 2018-01-04 10:39:58 +01:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
DolphinNoGUI Exit on Esc, pause on F10 2017-11-11 12:51:54 -02:00
DolphinQt2 Merge pull request #6280 from spycrab/qt_screensaver 2018-01-03 13:13:18 +01:00
DolphinWX DolphinWX: Use vector instead of list for game list cache 2018-01-04 17:14:35 +01:00
InputCommon Rename constructor parameters to avoid shadowing members 2017-12-19 12:05:06 +01:00
UICommon UICommon: Move screensaver code to UICommon 2018-01-03 12:38:33 +01:00
VideoBackends OGL: Fix incorrect usage of glGetTextureSubImage 2017-12-10 15:31:14 +10:00
VideoCommon Allow users to specify the encoder used for framedumping. 2018-01-03 13:23:10 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00