mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 12:02:34 -07: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.