-
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
8 files
+42 −0 | include/rc_api_info.h | |
+21 −0 | src/rapi/rc_api_common.c | |
+2 −0 | src/rapi/rc_api_common.h | |
+90 −0 | src/rapi/rc_api_info.c | |
+1 −12 | src/rapi/rc_api_runtime.c | |
+51 −16 | src/rhash/hash.c | |
+59 −0 | test/rapi/test_rc_api_info.c | |
+12 −0 | test/rhash/test_hash.c |