mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 16:01:39 +02:00
![]() Putting AX functions from AXVoice.h in an anonymous namespace does successfully prevent compilers from merging those functions and allows us to avoid ODR violations. However, tools such as gdb still mix up AX GC and AX Wii functions and variables because those have the exact same symbol names. This can be fixed by using inline namespaces which are transparent at the source code level but forces AX GC and AX Wii symbols to be different. |
||
---|---|---|
.. | ||
Android | ||
Core | ||
DSPSpy | ||
DSPTool | ||
PCH | ||
UnitTests | ||
VSProps | ||
.clang-format | ||
CMakeLists.txt | ||
dolphin-emu.sln |