mirror of
https://github.com/citra-emu/citra.git
synced 2025-05-16 23:10:27 +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.