From b691c43c44ff180d10e7d4a9afc83b98551ff586 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Sun, 1 Mar 2026 12:16:08 +0800 Subject: Initial commit --- Minecraft.Client/PS3/PS3Extras/C4JThread_SPU.h | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Minecraft.Client/PS3/PS3Extras/C4JThread_SPU.h (limited to 'Minecraft.Client/PS3/PS3Extras/C4JThread_SPU.h') diff --git a/Minecraft.Client/PS3/PS3Extras/C4JThread_SPU.h b/Minecraft.Client/PS3/PS3Extras/C4JThread_SPU.h new file mode 100644 index 00000000..18d17b92 --- /dev/null +++ b/Minecraft.Client/PS3/PS3Extras/C4JThread_SPU.h @@ -0,0 +1,31 @@ + + +#pragma once +#undef __in +#undef __out + +// standard C libraries +#include // printf +#include // abort +#include // strlen +#include // SYS_SPU_THREAD_GROUP_TYPE_EXCLUSIVE_NON_CONTEXT +#include // SYS_PROCESS_PARAM +#include + +#ifndef _CONTENTPACKAGE +#include +#endif + +class C4JThread_SPU +{ + + static cell::Spurs::Spurs2* ms_spurs2Object; + + +public: + + static void initSPURS(); + static void shutdownSPURS(); + static cell::Spurs::Spurs2* getSpurs2() { return ms_spurs2Object; } + +}; \ No newline at end of file -- cgit v1.2.3