N64Recomp / N64Recomp

Tool to statically recompile N64 games into native executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Clang and aggregate initialization

dcvz opened this issue · comments

There are some versions of clang (probably Apple versions) that don't support aggregate initialization even if it supports C++20 (see issue). Let's create constructors so it'll work in those versions as well.