mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 04:36:28 +00:00
Now that we utilize C++17, we can use std::array's deduction guides to avoid the need to explicitly specify the template arguments. While we're at it, also use const where applicable.