mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-27 11:10:51 -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.