mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
recording: Removed redundant #includes and reliance on Common.h
Including Common.h was excessive (for logging) and causing compiler errors on MSVCv142, this bypasses that issue. The only references to something similar to the errors I was seeing was this https://developercommunity.visualstudio.com/content/problem/845325/stdmake-shared-pch-virtual-method-googletest-cause.html which is resolved in the upcoming VS - 16.6 release (16.5 at the time of writing)
This commit is contained in:
committed by
refractionpcsx2
parent
ed829d427c
commit
d296f0257f
@@ -15,9 +15,9 @@
|
||||
|
||||
#include "PrecompiledHeader.h"
|
||||
|
||||
#include "Common.h"
|
||||
#include "ConsoleLogger.h"
|
||||
#include "PadData.h"
|
||||
#include "DebugTools/Debug.h"
|
||||
|
||||
#include "Recording/PadData.h"
|
||||
|
||||
void PadData::UpdateControllerData(u16 bufIndex, u8 const &bufVal)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user