mirror of
https://git.tardis.systems/mirrors/yuzu.git
synced 2025-01-03 03:54:45 +00:00
Removes const from some variables that are returned from functions, as this allows the move assignment/constructors to execute for them.