BizHawk/ExternalProjects/librcheevos
CasualPokePlayer 5f6d70ac46 Fix random crashes with rcheevos. The issue was that rc_runtime_t can store pointers to itself, which is bad when rcheevos expected the user to allocate that struct and did not provide functions for that. I've added that functionality and PR'd it (I'll fixup submodule to point to upstream when it's merged)
PR can be found here: https://github.com/RetroAchievements/rcheevos/pull/239
Also minor fixes wrt the ContinueWith usage in InternalDoRequest
2023-05-03 01:54:57 -07:00
..
rcheevos@b91d539638 Fix random crashes with rcheevos. The issue was that rc_runtime_t can store pointers to itself, which is bad when rcheevos expected the user to allocate that struct and did not provide functions for that. I've added that functionality and PR'd it (I'll fixup submodule to point to upstream when it's merged) 2023-05-03 01:54:57 -07:00
.gitignore Fix some more edge cases against PSX RetroAchievements hashing (and do it a bit nicer) 2023-02-19 23:42:33 -08:00
CMakeLists.txt Fix RetroAchievements rich presence not working 2023-04-18 21:35:58 -07:00
Makefile RetroAchievements Support (#3407) 2022-11-30 23:51:17 -08:00
build_debug.bat Fix some more edge cases against PSX RetroAchievements hashing (and do it a bit nicer) 2023-02-19 23:42:33 -08:00
build_debug.sh Fix some more edge cases against PSX RetroAchievements hashing (and do it a bit nicer) 2023-02-19 23:42:33 -08:00
build_release.bat Fix some more edge cases against PSX RetroAchievements hashing (and do it a bit nicer) 2023-02-19 23:42:33 -08:00
build_release.sh Fix some more edge cases against PSX RetroAchievements hashing (and do it a bit nicer) 2023-02-19 23:42:33 -08:00