dolphin/Source
Lioncash 696e1b40b5 Common: Move version strings to their own header
Ideally Common.h wouldn't be a header in the Common library, and instead be renamed to something else, like PlatformCompatibility.h or something, but even then, there's still some things in the header that don't really fall under that label

This moves the version strings out to their own version header that doesn't dump a bunch of other unrelated things into scope, like what Common.h was doing.

This also places them into the Common namespace, as opposed to letting them sit in the global namespace.
2017-09-09 19:28:10 -04:00
..
Android Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
Core Common: Move version strings to their own header 2017-09-09 19:28:10 -04:00
DSPSpy DSPSpy: Add test for accelerator masking behaviour 2017-09-04 00:30:23 +02:00
DSPTool
PCH
UnitTests BitUtilsTest: update to pass clang-format 2017-08-13 19:04:56 -07:00
VSProps Only build OpenAL on Windows 2017-06-27 00:06:14 -07:00
.clang-format
CMakeLists.txt
dolphin-emu.sln