-
Notifications
You must be signed in to change notification settings - Fork 23
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
12 files
+13 −0 | CHANGELOG.md | |
+1 −1 | include/rc_runtime_types.h | |
+7 −7 | src/rc_client.c | |
+1 −1 | src/rc_version.h | |
+66 −19 | src/rcheevos/consoleinfo.c | |
+80 −23 | src/rcheevos/rc_validate.c | |
+12 −0 | src/rhash/hash.c | |
+1 −1 | test/Makefile | |
+4 −4 | test/rcheevos/test_consoleinfo.c | |
+20 −0 | test/rcheevos/test_rc_validate.c | |
+78 −0 | test/rcheevos/test_value.c | |
+32 −0 | test/rhash/test_hash.c |