mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-09 01:00:22 +00:00

Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.