Archived
1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu/src/core/hle/service/aoc
Lioncash a3d1ede25f
aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() function
We can just call the function instead of duplicating the code here. This
also prevents an unused function warning.

We also don't need to take the lambda capture by reference. It's just a
u64 value, so by value is fine here.
2018-10-24 00:13:08 -04:00
..
aoc_u.cpp aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() function 2018-10-24 00:13:08 -04:00
aoc_u.h aoc_u: Stub GetAddOnContentListChangedEvent 2018-10-19 21:21:37 -04:00