mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Some bicycle for PSV
This commit is contained in:
parent
8587ae5883
commit
78c37ff8b6
12 changed files with 300 additions and 110 deletions
|
@ -8,10 +8,10 @@
|
|||
#include "Modules/psv_mutex.h"
|
||||
#include "Modules/psv_cond.h"
|
||||
|
||||
psv_object_list_t<psv_sema_t, SCE_KERNEL_THREADMGR_UID_CLASS_SEMA> g_psv_sema_list;
|
||||
psv_object_list_t<psv_event_flag_t, SCE_KERNEL_THREADMGR_UID_CLASS_EVENT_FLAG> g_psv_ef_list;
|
||||
psv_object_list_t<psv_mutex_t, SCE_KERNEL_THREADMGR_UID_CLASS_MUTEX> g_psv_mutex_list;
|
||||
psv_object_list_t<psv_cond_t, SCE_KERNEL_THREADMGR_UID_CLASS_COND> g_psv_cond_list;
|
||||
psv_sema_list_t g_psv_sema_list;
|
||||
psv_ef_list_t g_psv_ef_list;
|
||||
psv_mutex_list_t g_psv_mutex_list;
|
||||
psv_cond_list_t g_psv_cond_list;
|
||||
|
||||
void clear_all_psv_objects()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue