mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-03 17:09:56 +01:00
c8c4105659
AsNCA() allocates an NCA instance every time it's called. In the current manner it's used, it's quite inefficient as it's making a redundant allocation. We can just amend the order of the conditionals to make it easier to just call it once.