Moved timer source files
This commit is contained in:
parent
e80fcd4d07
commit
be801553cc
|
@ -63,7 +63,7 @@ namespace NtDll
|
||||||
#include "EmuKrnlKi.h" // For KiRemoveTreeTimer(), KiInsertTreeTimer()
|
#include "EmuKrnlKi.h" // For KiRemoveTreeTimer(), KiInsertTreeTimer()
|
||||||
#include "EmuKrnlKe.h"
|
#include "EmuKrnlKe.h"
|
||||||
#include "core\kernel\support\EmuFile.h" // For IsEmuHandle(), NtStatusToString()
|
#include "core\kernel\support\EmuFile.h" // For IsEmuHandle(), NtStatusToString()
|
||||||
#include "devices\usb\Timer.h"
|
#include "Timer.h"
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
|
@ -72,7 +72,7 @@ namespace xboxkrnl
|
||||||
#include "devices\LED.h" // For LED::Sequence
|
#include "devices\LED.h" // For LED::Sequence
|
||||||
#include "devices\SMCDevice.h" // For SMC Access
|
#include "devices\SMCDevice.h" // For SMC Access
|
||||||
#include "common\crypto\EmuSha.h" // For the SHA1 functions
|
#include "common\crypto\EmuSha.h" // For the SHA1 functions
|
||||||
#include "devices\usb\Timer.h" // For Timer_Init
|
#include "Timer.h" // For Timer_Init
|
||||||
#include "..\Common\Input\InputConfig.h" // For the InputDeviceManager
|
#include "..\Common\Input\InputConfig.h" // For the InputDeviceManager
|
||||||
|
|
||||||
/*! thread local storage */
|
/*! thread local storage */
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include "USBDevice.h"
|
#include "USBDevice.h"
|
||||||
#include "devices\usb\Timer.h"
|
#include "Timer.h"
|
||||||
|
|
||||||
|
|
||||||
// Abbreviations used:
|
// Abbreviations used:
|
||||||
|
|
Loading…
Reference in New Issue