mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-09 08:30:00 +01: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.