thread: remove rsx dependency

This commit is contained in:
DH 2025-03-14 14:54:34 +03:00
parent d7c39cc719
commit d16269c56b

View file

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