yuzu/src/core/hle/service/filesystem
Lioncash 7353cfc781 fsp_srv: Use std::string_view's copy() function instead of strncpy()
Given elements inserted into a vector are zeroed out, we can just copy
MAX_LEN - 1 elements and the data will already be properly null
terminated.
2018-08-08 18:51:52 -04:00
..
filesystem.cpp service/filesystem: Add fsp:ldr and fsp:pr services 2018-08-01 17:01:29 -04:00
filesystem.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
fsp_ldr.cpp service: Remove redundant #pragma once directives 2018-08-04 17:39:08 -04:00
fsp_ldr.h service/filesystem: Add fsp:ldr and fsp:pr services 2018-08-01 17:01:29 -04:00
fsp_pr.cpp service: Remove redundant #pragma once directives 2018-08-04 17:39:08 -04:00
fsp_pr.h service/filesystem: Add fsp:ldr and fsp:pr services 2018-08-01 17:01:29 -04:00
fsp_srv.cpp fsp_srv: Use std::string_view's copy() function instead of strncpy() 2018-08-08 18:51:52 -04:00
fsp_srv.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00