WiimoteEmu: Remove redundant Matrix library and use the one in Common.

This commit is contained in:
Jordan Woyak
2019-01-29 17:12:06 -06:00
parent b9a00a40a9
commit 69b617ce76
8 changed files with 71 additions and 204 deletions

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <array>
#include <cstring>
#include "Common/Assert.h"
@ -847,4 +848,4 @@ void VulkanContext::InitDriverDetails()
static_cast<double>(m_device_properties.driverVersion),
DriverDetails::Family::UNKNOWN);
}
}
} // namespace Vulkan