diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-10-22 22:34:25 -0700 |
|---|---|---|
| committer | Jcw87 <Jcw87@users.noreply.github.com> | 2023-10-23 00:05:06 -0700 |
| commit | 3a20eaf4ea211f7a122e159afb06038712ba495c (patch) | |
| tree | 3aa496669ed1a98a98b23f3e5baa0afd0d8fa866 /src/JSystem/JAudio/JASKernelDebug.cpp | |
| parent | 1b7db29f5387ca3ebc40c5bb3fed2c1c826cd142 (diff) | |
JASKernelDebug
Diffstat (limited to 'src/JSystem/JAudio/JASKernelDebug.cpp')
| -rw-r--r-- | src/JSystem/JAudio/JASKernelDebug.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/JSystem/JAudio/JASKernelDebug.cpp b/src/JSystem/JAudio/JASKernelDebug.cpp index 7fe500ee..e1fccc66 100644 --- a/src/JSystem/JAudio/JASKernelDebug.cpp +++ b/src/JSystem/JAudio/JASKernelDebug.cpp @@ -3,11 +3,12 @@ // Translation Unit: JASKernelDebug.cpp // -#include "JASKernelDebug.h" -#include "dolphin/types.h" +#include "JSystem/JAudio/JASKernelDebug.h" /* 8027D6B8-8027D6F4 .text stackInit__Q28JASystem6KernelFPUxUl */ -void JASystem::Kernel::stackInit(unsigned long long*, unsigned long) { +void JASystem::Kernel::stackInit(u64* param_1, u32 param_2) { /* Nonmatching */ + for (int i = 1; i < param_2; i++) { + param_1[i] = 0xfadebabe12345678; + } } - |
