From d16269c56be98773aeb2d03d3da125a729a0b19c Mon Sep 17 00:00:00 2001 From: DH Date: Fri, 14 Mar 2025 14:54:34 +0300 Subject: [PATCH] thread: remove rsx dependency --- rpcs3/Utilities/Thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Utilities/Thread.cpp b/rpcs3/Utilities/Thread.cpp index af4d9128d..6ab63de93 100644 --- a/rpcs3/Utilities/Thread.cpp +++ b/rpcs3/Utilities/Thread.cpp @@ -1,11 +1,11 @@ #include "stdafx.h" +#include "Emu/Cell/timers.hpp" #include "Emu/System.h" #include "Emu/Cell/SPUThread.h" #include "Emu/Cell/PPUThread.h" #include "Emu/Cell/lv2/sys_mmapper.h" #include "Emu/Cell/lv2/sys_event.h" #include "Emu/Cell/lv2/sys_process.h" -#include "Emu/RSX/RSXThread.h" #include "Thread.h" #include "Utilities/JIT.h" #include