strat: fix nx_debug build target

This commit is contained in:
Michael Scire 2024-01-20 13:31:12 -07:00
parent e919b80fa2
commit 72b0fe6c1c
4 changed files with 26 additions and 26 deletions

View file

@ -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)));