Merge pull request #25 from wheremyfoodat/main
Φτιαχνοντας λαθη μεταγλωττισης στα νηματα π
This commit is contained in:
commit
03892b51a9
|
@ -31,6 +31,7 @@ bld/
|
|||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
[Bb]uild/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
|
|
|
@ -3,15 +3,11 @@
|
|||
#include <sched.h>
|
||||
#include "../../../../types.h"
|
||||
|
||||
extern "C" {
|
||||
struct sched_param;
|
||||
}
|
||||
|
||||
namespace HLE::Libs::LibKernel::ThreadManagement {
|
||||
|
||||
struct PthreadAttrInternal;
|
||||
|
||||
using SceKernelSchedParam = struct sched_param;
|
||||
using SceKernelSchedParam = ::sched_param;
|
||||
using ScePthreadAttr = PthreadAttrInternal*;
|
||||
|
||||
struct PthreadInternal {
|
||||
|
|
Loading…
Reference in New Issue