mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-12 03:17:39 -04:00
Cleanly shut down JKRDecomp thread
Properly join the thread to ensure it's shut down before we try to exit. Fixes #268
This commit is contained in:
@@ -42,6 +42,12 @@ JKRAram* JKRAram::create(u32 aram_audio_buffer_size, u32 aram_audio_graph_size,
|
||||
return sAramObject;
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
void JKRAram::destroy() {
|
||||
JKRDecomp::destroy();
|
||||
}
|
||||
#endif
|
||||
|
||||
OSMessage JKRAram::sMessageBuffer[4] = {
|
||||
NULL,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user