Moved timer source files

This commit is contained in:
ergo720 2019-01-11 19:36:25 +01:00
parent e80fcd4d07
commit be801553cc
5 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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 */

View File

@ -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: