Lioncash 1779e14bcc Directory: Avoid use of unnamed struct in union
Anonymous structs have a limitation on GCC when involving non-trivial
default constructors, as it's a compiler extension and not actually
standard C++ to use anonymous structs. We can give the struct a concrete
name, which fixes this issue.
2019-09-02 03:30:58 -04:00
2018-12-07 19:20:24 -10:00
2018-12-07 19:20:24 -10:00
2016-06-30 02:53:13 -07:00
Description
Virtual Gamecube CARD API
285 KiB
Languages
C++ 97.3%
CMake 2.7%