dolphin/Source/DSPTool
Lioncash 4288bfe0f9 Common: Move host communication enum to Host.h
Given this is actually a part of the Host interface, this should be
placed with it.

While we're at it, turn it into an enum class so that we don't dump its
contained values into the surrounding scope. We can also make
Host_Message take the enum type itself directly instead of taking a
general int value.

After this, it'll be trivial to divide out the rest of Common.h and
remove the header from the repository entirely
2018-05-28 14:34:59 -04:00
..
CMakeLists.txt DSPTool: Fix build 2017-09-13 17:38:23 +02:00
DSPTool.cpp DSPCodeUtil: Don't return data via an out parameter 2018-03-25 18:55:08 -04:00
DSPTool.vcxproj Win32/FileUtil: Fix IsDirectory() not working for certain directories 2018-05-04 23:53:41 +02:00
DSPTool.vcxproj.filters msbuild: increment other version numbers to vs2017 equivalents 2017-06-03 18:20:39 -07:00
StubHost.cpp Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00