mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-11 12:01:34 -06:00
fixes #7431 Soldner-X Assuming that a SceNpCommunicationId should have a format like "TEST12345", then there is no need to delete termination characters after we already created a truncated string with 9 characters + null terminator. The current behaviour does not work at all, because in case that we actually have a non-null termination character, deleteTerminateChar will step over the last x chars in the already truncated ID until it forcefully finds a character of its liking. eg. term='2': "TEST12345" => "TEST1" => "TEST1_00" |
||
|---|---|---|
| .. | ||
| cmake_modules | ||
| Crypto | ||
| Emu | ||
| Icons | ||
| Input | ||
| Loader | ||
| qt/etc | ||
| rpcs3qt | ||
| util | ||
| CMakeLists.txt | ||
| define_new_memleakdetect.h | ||
| display_sleep_control.cpp | ||
| display_sleep_control.h | ||
| emucore.vcxproj | ||
| emucore.vcxproj.filters | ||
| frame_icon.xpm | ||
| git-version.cmake | ||
| GLGSRender.vcxproj | ||
| GLGSRender.vcxproj.filters | ||
| headless_application.cpp | ||
| headless_application.h | ||
| main_application.cpp | ||
| main_application.h | ||
| main.cpp | ||
| OpenAL.vcxproj | ||
| OpenAL.vcxproj.filters | ||
| resource.h | ||
| resources.qrc | ||
| restore_new.h | ||
| rpcs3_version.cpp | ||
| rpcs3_version.h | ||
| rpcs3.appdata.xml | ||
| rpcs3.desktop | ||
| rpcs3.icns | ||
| rpcs3.ico | ||
| rpcs3.plist.in | ||
| rpcs3.png | ||
| rpcs3.rc | ||
| rpcs3.svg | ||
| rpcs3.vcxproj | ||
| rpcs3.vcxproj.filters | ||
| stb_image.cpp | ||
| stdafx.cpp | ||
| stdafx.h | ||
| VKGSRender.vcxproj | ||
| VKGSRender.vcxproj.filters | ||
| windows.qrc | ||
| XAudio.vcxproj | ||
| XAudio.vcxproj.filters | ||