-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
19 files
+35 −0 | include/rc_client_raintegration.h | |
+444 −72 | src/rc_client.c | |
+133 −0 | src/rc_client_external.h | |
+45 −1 | src/rc_client_internal.h | |
+373 −0 | src/rc_client_raintegration.c | |
+44 −0 | src/rc_client_raintegration_internal.h | |
+6 −0 | src/rc_libretro.c | |
+6 −50 | src/rcheevos/alloc.c | |
+2 −8 | src/rcheevos/rc_internal.h | |
+5 −25 | src/rcheevos/richpresence.c | |
+2 −1 | src/rhash/hash.c | |
+4 −0 | test/Makefile | |
+9 −0 | test/rcheevos-test.vcxproj | |
+15 −0 | test/rcheevos-test.vcxproj.filters | |
+17 −0 | test/test.c | |
+112 −19 | test/test_rc_client.c | |
+1,199 −0 | test/test_rc_client_external.c | |
+271 −0 | test/test_rc_client_raintegration.c | |
+3 −0 | test/test_rc_libretro.c |