yuzu/src
Lioncash 06898263f6 key_manager: Use std::vector's insert() instead of std::copy with a back_inserter
If the data is unconditionally being appended to the back of a
std::vector, we can just directly insert it there without the need to
insert all of the elements one-by-one with a std::back_inserter.
2018-10-13 08:29:35 -04:00
..
audio_core EffectOutStatus padding is now in hex 2018-10-09 11:20:54 +11:00
common Merge pull request #1424 from DarkLordZach/ips-witch 2018-10-08 12:30:33 -04:00
core key_manager: Use std::vector's insert() instead of std::copy with a back_inserter 2018-10-13 08:29:35 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests kernel/thread: Use a regular pointer for the owner/current process 2018-10-10 02:04:55 -04:00
video_core Implemented helper function to correctly calculate a texture's size 2018-10-12 14:21:53 -04:00
web_service Review comments - part 5 2018-10-02 16:04:10 +02:00
yuzu Merge pull request #1409 from DarkLordZach/key-derivation 2018-10-12 22:55:49 -04:00
yuzu_cmd implemented touch in Qt and SDL 2018-10-09 20:26:57 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00