mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 14:23:18 +00:00
initial thread management files
This commit is contained in:
parent
c3eb515895
commit
f03c1a5fb4
3 changed files with 10 additions and 1 deletions
4
src/Core/PS4/HLE/Kernel/ThreadManagement.cpp
Normal file
4
src/Core/PS4/HLE/Kernel/ThreadManagement.cpp
Normal file
|
@ -0,0 +1,4 @@
|
|||
namespace HLE::Libs::LibKernel::ThreadManagement
|
||||
{
|
||||
|
||||
};
|
5
src/Core/PS4/HLE/Kernel/ThreadManagement.h
Normal file
5
src/Core/PS4/HLE/Kernel/ThreadManagement.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
namespace HLE::Libs::LibKernel::ThreadManagement {
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue