dolphin/Source/Core
Léo Lam 7aa083388b NANDImporter: Construct strings correctly
Use std::string(cstring, strnlen(cstring, max_length)) instead of
trying to remove extra null characters manually, which is a bit
ugly and error prone.

And indeed, the original code contained a bug which would cause
extra NULLs to not be removed at all if the string did not
end with a NULL -- causing issues down the road when constructing
paths for sub-entries.
2017-10-28 22:40:05 +02:00
..
AudioCommon Merge pull request #6130 from ligfx/emptynullsoundstream 2017-10-24 11:44:22 +02:00
Common MemArena: Use names that are based on the PID 2017-10-11 17:40:05 +02:00
Core CommonTitles: Add a named constant for IOS TIDs 2017-10-24 11:41:55 +02:00
DiscIO NANDImporter: Construct strings correctly 2017-10-28 22:40:05 +02:00
DolphinNoGUI UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
DolphinQt2 UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
DolphinWX UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
InputCommon Prevent multiple HID elements of same usage type on OSX 2017-09-15 19:19:46 +02:00
UICommon UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
VideoBackends Merge pull request #6124 from stenzek/vulkan-shutdown-vxfb 2017-10-22 16:42:24 +02:00
VideoCommon Merge pull request #6093 from endrift/fix-efb-overflow 2017-10-26 21:01:27 +02:00
CMakeLists.txt