Common/DebugInterface: Namespace code under the Common namespace

Gets more identifiers out of the global namespace and makes it more in
line with the rest of the (mostly) namespaced Common code.
This commit is contained in:
Lioncash
2018-07-09 21:47:50 -04:00
parent 9487892c18
commit dfdfe6c972
6 changed files with 12 additions and 5 deletions

View File

@ -20,7 +20,7 @@ private:
void Patch(std::size_t index) override;
};
class DSPDebugInterface final : public DebugInterface
class DSPDebugInterface final : public Common::DebugInterface
{
public:
DSPDebugInterface() {}