-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rcheevos
updated
30 files
+20 −0 | CHANGELOG.md | |
+3 −0 | include/rc_api_info.h | |
+4 −0 | include/rc_api_runtime.h | |
+1 −0 | include/rc_client.h | |
+2 −1 | include/rc_client_raintegration.h | |
+5 −2 | src/rapi/rc_api_common.c | |
+4 −1 | src/rapi/rc_api_info.c | |
+17 −0 | src/rapi/rc_api_runtime.c | |
+381 −141 | src/rc_client.c | |
+9 −1 | src/rc_client_external.h | |
+36 −0 | src/rc_libretro.c | |
+1 −1 | src/rc_version.h | |
+45 −4 | src/rcheevos/consoleinfo.c | |
+7 −7 | src/rcheevos/lboard.c | |
+21 −13 | src/rcheevos/rc_validate.c | |
+6 −0 | src/rcheevos/richpresence.c | |
+139 −26 | src/rhash/hash.c | |
+49 −2 | test/rapi/test_rc_api_info.c | |
+42 −0 | test/rapi/test_rc_api_runtime.c | |
+3 −2 | test/rcheevos/test_consoleinfo.c | |
+38 −0 | test/rcheevos/test_lboard.c | |
+13 −0 | test/rcheevos/test_rc_validate.c | |
+31 −0 | test/rcheevos/test_richpresence.c | |
+1 −0 | test/rcheevos/test_value.c | |
+39 −0 | test/rhash/data.c | |
+1 −0 | test/rhash/data.h | |
+66 −4 | test/rhash/test_hash.c | |
+207 −25 | test/test_rc_client.c | |
+67 −3 | test/test_rc_client_external.c | |
+26 −1 | test/test_rc_libretro.c |