citra-canary/src
Lioncash d64094a0d2 kernel/object: Remove unnecessary std::move from DynamicObjectCast()
boost::static_pointer_cast for boost::intrusive_ptr (what SharedPtr is),
takes its parameter by const reference. Given that, it means that this
std::move doesn't actually do anything other than obscure what the
function's actual behavior is, so we can remove this. To clarify, this
would only do something if the parameter was either taking its argument
by value, by non-const ref, or by rvalue-reference.
2018-09-29 23:14:10 +02:00
..
audio_core Merge pull request #4247 from FearlessTobi/port-1314 2018-09-22 12:02:51 -04:00
citra file_util: Use an enum class for GetUserPath() 2018-09-22 21:18:56 +02:00
citra_qt Merge pull request #4209 from zhaowenlan1779/play-coin 2018-09-27 10:09:02 -04:00
common Merge pull request #4249 from FearlessTobi/port-760 2018-09-22 23:42:59 -04:00
core kernel/object: Remove unnecessary std::move from DynamicObjectCast() 2018-09-29 23:14:10 +02:00
dedicated_room Change variable name to web_api_url 2018-09-12 19:07:06 +02:00
input_common SDLJoystick: Addressed review comments 2018-09-11 14:50:41 +02:00
network Merge pull request #4191 from valentinvanelslande/minor-fix 2018-09-08 10:05:33 +08:00
tests Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
video_core gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map() 2018-09-21 17:20:42 -05:00
web_service Change variable name to web_api_url 2018-09-12 19:07:06 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00