Commit cc935d99 authored by Lioncash's avatar Lioncash
Browse files

macro_hle: Remove unnecessary std::make_pair calls

The purpose of make_pair is generally to deduce the types within the
pair without explicitly specifying the types, so these usages were
generally unnecessary, particularly when the type is enforced by the
array declaration.
parent 3bbf4462
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