mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-07 18:16:28 +00:00
Services: Initialize all state variables at bootup.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace DSP_DSP {
|
||||
|
||||
static u32 read_pipe_count = 0;
|
||||
static u32 read_pipe_count;
|
||||
static Kernel::SharedPtr<Kernel::Event> semaphore_event;
|
||||
static Kernel::SharedPtr<Kernel::Event> interrupt_event;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user