summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-07-13 02:36:28 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-07-13 02:36:28 +0200
commit8bd8d1e3da8ed87385589255902557c43f58275f (patch)
treed66d2714a9d38ae3591dc4ad8a68ba66ab4280ee /src/core/hle/service/audio
parentinitialized voice status and unused sizes in the update data header (diff)
downloadyuzu-8bd8d1e3da8ed87385589255902557c43f58275f.tar
yuzu-8bd8d1e3da8ed87385589255902557c43f58275f.tar.gz
yuzu-8bd8d1e3da8ed87385589255902557c43f58275f.tar.bz2
yuzu-8bd8d1e3da8ed87385589255902557c43f58275f.tar.lz
yuzu-8bd8d1e3da8ed87385589255902557c43f58275f.tar.xz
yuzu-8bd8d1e3da8ed87385589255902557c43f58275f.tar.zst
yuzu-8bd8d1e3da8ed87385589255902557c43f58275f.zip
Diffstat (limited to 'src/core/hle/service/audio')
-rw-r--r--src/core/hle/service/audio/audren_u.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/audio/audren_u.cpp b/src/core/hle/service/audio/audren_u.cpp
index 59d92f9ee..b7f591c6d 100644
--- a/src/core/hle/service/audio/audren_u.cpp
+++ b/src/core/hle/service/audio/audren_u.cpp
@@ -87,8 +87,6 @@ private:
memory_pool[i].state = MemoryPoolStates::Attached;
else if (mem_pool_info[i].pool_state == MemoryPoolStates::RequestDetach)
memory_pool[i].state = MemoryPoolStates::Detached;
- else
- memory_pool[i].state = mem_pool_info[i].pool_state;
}
std::memcpy(output.data() + sizeof(UpdateDataHeader), memory_pool.data(),
response_data.memory_pools_size);