Skip to content

Commit

Permalink
Merge pull request #18395 from hrydgard/bump-rcheevos-again
Browse files Browse the repository at this point in the history
Update the rcheevos submodule to the new v11.0.0
  • Loading branch information
hrydgard committed Nov 7, 2023
2 parents 949dc97 + d0d9ce3 commit 5a72e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rcheevos
Submodule rcheevos updated 65 files
+15 −0 CHANGELOG.md
+9 −244 README.md
+0 −1 _config.yml
+22 −20 include/rc_api_editor.h
+23 −22 include/rc_api_info.h
+5 −0 include/rc_api_request.h
+30 −29 include/rc_api_runtime.h
+12 −11 include/rc_api_user.h
+8 −6 include/rc_consoles.h
+34 −33 include/rc_runtime.h
+45 −42 include/rc_runtime_types.h
+67 −47 src/rapi/rc_api_common.c
+12 −12 src/rapi/rc_api_common.h
+3 −3 src/rapi/rc_api_info.c
+5 −3 src/rapi/rc_api_runtime.c
+1 −1 src/rapi/rc_api_user.c
+43 −18 src/rc_client.c
+6 −4 src/rc_client_internal.h
+65 −62 src/rc_libretro.c
+17 −14 src/rc_libretro.h
+10 −10 src/rc_util.c
+9 −8 src/rc_util.h
+10 −10 src/rcheevos/alloc.c
+10 −10 src/rcheevos/condition.c
+2 −2 src/rcheevos/condset.c
+1 −1 src/rcheevos/consoleinfo.c
+8 −8 src/rcheevos/format.c
+1 −1 src/rcheevos/lboard.c
+27 −27 src/rcheevos/memref.c
+11 −11 src/rcheevos/operand.c
+30 −32 src/rcheevos/rc_internal.h
+23 −23 src/rcheevos/rc_validate.c
+6 −6 src/rcheevos/rc_validate.h
+9 −9 src/rcheevos/richpresence.c
+31 −31 src/rcheevos/runtime.c
+45 −44 src/rcheevos/runtime_progress.c
+1 −1 src/rcheevos/trigger.c
+3 −3 src/rcheevos/value.c
+3 −3 src/rhash/cdreader.c
+19 −19 src/rhash/hash.c
+1 −1 test/Makefile
+7 −7 test/rapi/test_rc_api_common.c
+4 −4 test/rcheevos/mock_memory.h
+18 −18 test/rcheevos/test_condition.c
+95 −95 test/rcheevos/test_condset.c
+4 −4 test/rcheevos/test_consoleinfo.c
+15 −15 test/rcheevos/test_lboard.c
+6 −6 test/rcheevos/test_memref.c
+11 −11 test/rcheevos/test_operand.c
+3 −3 test/rcheevos/test_rc_validate.c
+54 −54 test/rcheevos/test_richpresence.c
+37 −37 test/rcheevos/test_runtime.c
+80 −80 test/rcheevos/test_runtime_progress.c
+2 −2 test/rcheevos/test_timing.c
+41 −41 test/rcheevos/test_trigger.c
+14 −14 test/rcheevos/test_value.c
+15 −15 test/rhash/data.c
+9 −9 test/rhash/data.h
+9 −9 test/rhash/test_cdreader.c
+2 −2 test/rhash/test_hash.c
+1 −1 test/test.c
+6 −5 test/test_framework.h
+175 −242 test/test_rc_client.c
+23 −23 test/test_rc_libretro.c
+1 −1 validator/validator.c

0 comments on commit 5a72e2d

Please sign in to comment.