diff options
| author | Pheenoh <pheenoh@gmail.com> | 2022-12-20 09:12:13 -0700 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2022-12-20 09:12:13 -0700 |
| commit | 84f3fa278e466ae8e7c63305acf732b89d53a356 (patch) | |
| tree | f071eb9bab6984158c75e73b99d68b748ade3c49 /libs/JSystem/JFramework/JFWSystem.cpp | |
| parent | 0c02dd2679c5a5ac14237143d5a47e9d9481ceca (diff) | |
| parent | ca71275bbecc7db9a4eeca3a6ac4215b66de4318 (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'libs/JSystem/JFramework/JFWSystem.cpp')
| -rw-r--r-- | libs/JSystem/JFramework/JFWSystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/JFramework/JFWSystem.cpp b/libs/JSystem/JFramework/JFWSystem.cpp index 329a6f2356..48efb937be 100644 --- a/libs/JSystem/JFramework/JFWSystem.cpp +++ b/libs/JSystem/JFramework/JFWSystem.cpp @@ -161,7 +161,7 @@ void JFWSystem::init() { if (rootHeap == NULL) { firstInit(); } - sInitCalled = true; + data_804511BC = true; JKRAram::create(CSetUpParam::aramAudioBufSize, CSetUpParam::aramGraphBufSize, CSetUpParam::streamPriority, CSetUpParam::decompPriority, |
