mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
strat: fix nx_debug build target
This commit is contained in:
parent
e919b80fa2
commit
72b0fe6c1c
4 changed files with 26 additions and 26 deletions
|
@ -288,7 +288,7 @@ namespace ams::htc::server::rpc {
|
|||
/* Get a task. */
|
||||
Task *task;
|
||||
u32 task_id{};
|
||||
PacketCategory category;
|
||||
PacketCategory category{};
|
||||
do {
|
||||
/* Dequeue a task. */
|
||||
R_TRY(m_task_queue.Take(std::addressof(task_id), std::addressof(category)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue