Archived
1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
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