2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/service/sm
Yuri Kunde Schlesner 723dc644fa ResultVal: Remove MoveFrom()
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in
case you already have an rvalue.
2017-06-18 19:03:15 -07:00
..
sm.cpp Service/sm: Convert 'srv:' to ServiceFramework 2017-06-08 20:59:19 -07:00
sm.h Service/sm: Convert 'srv:' to ServiceFramework 2017-06-08 20:59:19 -07:00
srv.cpp ResultVal: Remove MoveFrom() 2017-06-18 19:03:15 -07:00
srv.h Service/sm: Convert 'srv:' to ServiceFramework 2017-06-08 20:59:19 -07:00