mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
Services: Initialize all state variables at bootup.
This commit is contained in:
parent
bbabed8e98
commit
e0cb85691a
8 changed files with 38 additions and 22 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue