rpcsx/rpcs3/Emu
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
..
Audio audio: rename audio channels to audio downmix 2020-07-08 21:11:23 +02:00
Cell HLE: Fix sceNpTrophyCreateContext 2020-09-21 15:32:02 +02:00
CPU Debugger: Use Signed Hexadecimal formatting (#8751) 2020-08-20 22:07:31 +01:00
Io input: use left and right squircle values 2020-07-13 21:23:48 +02:00
Memory SPU: Implement Accurate DMA (#8822) 2020-09-02 23:58:29 +02:00
NP Implement sceNpSignaling & signaling improvements (#8836) 2020-09-07 22:50:17 +01:00
RSX rsx: Lower error message to warning 2020-09-19 01:55:59 +03:00
CMakeLists.txt Qt/overlays: Localize most rsx overlays 2020-09-14 18:24:18 +02:00
GameInfo.h Compilation fix 2020-02-29 21:16:28 +03:00
GDB.cpp Fix various explicitness, laziness, hard codes 2020-04-12 17:29:42 +03:00
GDB.h GDB: remove wrong_checksum_exception 2019-11-08 19:27:11 +03:00
IdManager.cpp idm: Implement creation/destruction invalidation counter 2020-05-24 19:24:07 +03:00
IdManager.h IDM: Implement idm::clear<typename> 2020-06-12 22:12:36 +03:00
IPC.h Cleanup semaphore<> (sema.h) and mutex.h (shared_mutex) 2018-09-03 23:00:36 +03:00
localized_string.cpp Qt/overlays: use Argument list for translatable strings 2020-09-14 18:24:18 +02:00
localized_string.h move localized_string_id to own file 2020-09-14 18:24:18 +02:00
localized_string_id.h move localized_string_id to own file 2020-09-14 18:24:18 +02:00
System.cpp patch_engine: Apply patch when APP_VER is unknown 2020-09-21 11:59:57 +02:00
System.h Qt/overlays: use Argument list for translatable strings 2020-09-14 18:24:18 +02:00
system_config.cpp Qt: disable TSX in the config.yml if not supported 2020-05-18 17:46:31 +02:00
system_config.h SPU: Remove "Accurate PUTLLUC" setting (always accurate) 2020-09-11 09:02:18 +02:00
system_config_types.cpp RPCN Client (#8663) 2020-08-27 20:47:04 +01:00
system_config_types.h RPCN Client (#8663) 2020-08-27 20:47:04 +01:00
title.cpp Add more game window title options 2020-02-20 20:07:25 +01:00
title.h Add more game window title options 2020-02-20 20:07:25 +01:00
VFS.cpp VFS: fix off-by-one error in vfs::escape() 2020-09-08 08:20:41 +02:00
VFS.h VFS: clarify escape/unescape cannot work on paths 2020-03-14 16:01:55 +03:00