rpcs3/rpcs3
Megamouse 4c4be331f5 HLE: Fix sceNpTrophyCreateContext
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"
2020-09-21 15:32:02 +02:00
..
cmake_modules CMake: add /MT for MSVC 2020-03-28 17:21:03 +03:00
Crypto Look for rap file for network license 2020-09-17 00:39:41 +02:00
Emu HLE: Fix sceNpTrophyCreateContext 2020-09-21 15:32:02 +02:00
Icons
Input Improve pad support (#8800) 2020-09-16 22:36:06 +02:00
Loader PSF: Avoid redundent string copies in psf::array/string/get_string (#8707) 2020-08-21 23:55:17 +01:00
qt/etc
rpcs3qt SPU: Implement events channel count, minor interrupts fixes 2020-09-18 21:57:24 +03:00
util atomic.cpp: Optimize sema_get to not always use atomic instruction (#8907) 2020-09-16 22:15:14 +03:00
CMakeLists.txt RPCN Client (#8663) 2020-08-27 20:47:04 +01:00
define_new_memleakdetect.h
display_sleep_control.cpp Emu: Make prevent_display_sleep dynamic 2020-07-06 21:14:16 +02:00
display_sleep_control.h
emucore.vcxproj move localized_string_id to own file 2020-09-14 18:24:18 +02:00
emucore.vcxproj.filters move localized_string_id to own file 2020-09-14 18:24:18 +02:00
frame_icon.xpm
git-version.cmake CD: Fix experimental build warning for Travis 2020-03-27 23:00:22 +03:00
GLGSRender.vcxproj MSVC changes 2020-08-14 18:34:34 +01:00
GLGSRender.vcxproj.filters gl/vk: Refactor draw call handling and stub shader interpreter 2020-03-23 14:47:28 +03:00
headless_application.cpp Qt/overlays: use Argument list for translatable strings 2020-09-14 18:24:18 +02:00
headless_application.h
main_application.cpp Gracefully abort headless mode with unsupported video renderers 2020-07-30 20:03:51 +02:00
main_application.h Untangle GUI and input includes 2020-02-24 16:31:01 +01:00
main.cpp Qt/Linux: fix QT_AUTO_SCREEN_SCALE_FACTOR typo 2020-08-18 10:04:31 +02:00
OpenAL.vcxproj MSVC changes 2020-08-14 18:34:34 +01:00
OpenAL.vcxproj.filters
resource.h
resources.qrc
restore_new.h
rpcs3_version.cpp rpcs3_version: Bump to 0.0.12 (#8815) 2020-08-31 23:38:51 +01:00
rpcs3_version.h CI: Port Windows build to Azure Pipelines (#7757) 2020-03-27 16:37:27 +03:00
rpcs3.appdata.xml
rpcs3.desktop
rpcs3.icns
rpcs3.ico
rpcs3.plist.in
rpcs3.png
rpcs3.rc
rpcs3.svg
rpcs3.vcxproj Qt/overlays: use Argument list for translatable strings 2020-09-14 18:24:18 +02:00
rpcs3.vcxproj.filters Qt/overlays: use Argument list for translatable strings 2020-09-14 18:24:18 +02:00
stb_image.cpp
stdafx.cpp
stdafx.h Move Log.h to util/logs.hpp 2020-03-07 12:29:23 +03:00
VKGSRender.vcxproj MSVC changes 2020-08-14 18:34:34 +01:00
VKGSRender.vcxproj.filters gl/vk: Refactor draw call handling and stub shader interpreter 2020-03-23 14:47:28 +03:00
windows.qrc
XAudio.vcxproj MSVC changes 2020-08-14 18:34:34 +01:00
XAudio.vcxproj.filters Replace XAudio2 implementation with an unified Xaudio2Redist 2020-02-20 23:33:09 +03:00