yuzu/src/core/hle
Lioncash 40c9c5a55c audren_u: Use a std::array instead of std::string for holding the audio interface/device name
std::string doesn't include the null-terminator in its data() + size()
range. This ensures that the null-terminator will also be written to the buffer
2018-07-19 23:15:27 -04:00
..
kernel Merge pull request #726 from lioncash/overload 2018-07-19 16:18:38 -07:00
service audren_u: Use a std::array instead of std::string for holding the audio interface/device name 2018-07-19 23:15:27 -04:00
config_mem.cpp
config_mem.h
ipc_helpers.h
ipc.h
lock.cpp
lock.h
result.h
romfs.cpp
romfs.h
shared_page.cpp
shared_page.h