citra-shitamoto-network/src
Mat M 96832a2c82
core/memory: Make use of std::move in Entry::operator= (#5233)
* core/memory: Amend unusual return value of operator=

operator= usually returns a reference to this. Given there's no comment
explaining why void was used, this can be assumed to be an oversight.

* core/memory: Make use of std::move in Entry::operator=

Same behavior, minus the need for an atomic reference count increment
and decrement (since MemoryRef contains a std::shared_ptr).
2020-04-28 14:39:02 -05:00
..
android
audio_core Add sample rate field to AAC decoder (#5195) 2020-04-21 20:34:50 -05:00
citra Merge pull request #5083 from zhaowenlan1779/video-dumping-update 2020-04-03 21:15:32 -05:00
citra_qt Merge pull request #4908 from hamish-milne/feature/savestates-2 2020-04-17 21:52:51 +02:00
common Merge pull request #4908 from hamish-milne/feature/savestates-2 2020-04-17 21:52:51 +02:00
core core/memory: Make use of std::move in Entry::operator= (#5233) 2020-04-28 14:39:02 -05:00
dedicated_room
input_common Merge pull request #5179 from vitor-k/reenable-hidapi 2020-04-27 16:35:51 +02:00
network Merge branch 'master' into feature/savestates-2 2020-04-16 19:03:49 +01:00
tests clang format fixes etc. 2020-03-31 18:27:33 +01:00
video_core Merge pull request #5241 from lioncash/pica 2020-04-28 09:01:41 +02:00
web_service HTTP_C::Implement Context::MakeRequest (#4754) 2020-02-21 19:04:04 +01:00
.clang-format
CMakeLists.txt Code review actions (plus hopefully fix the linux CI) 2020-03-31 17:54:28 +01:00