core/libraries: Videodec2 implementation (#1241)

This commit is contained in:
Daniel R.
2024-10-24 18:39:31 +02:00
committed by GitHub
parent a8d2684929
commit 9d6eee6acf
12 changed files with 720 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
namespace Libraries::Fiber {
constexpr static u64 kFiberSignature = 0x054ad954;
static constexpr u64 kFiberSignature = 0x054ad954;
thread_local SceFiber* gCurrentFiber = nullptr;
thread_local void* gFiberThread = nullptr;