Unverified Commit a3d1ede2 authored by Lioncash's avatar Lioncash
Browse files

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.
parent a94e5d9e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment