Skip to content

Commit

Permalink
Revert accidental rcheevos submodule change
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jan 13, 2024
1 parent 5bb4757 commit 5c5fb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rcheevos
Submodule rcheevos updated 63 files
+30 −28 include/rc_api_editor.h
+18 −14 include/rc_api_info.h
+10 −6 include/rc_api_request.h
+27 −38 include/rc_api_runtime.h
+18 −18 include/rc_api_user.h
+76 −81 include/rc_client.h
+11 −61 include/rc_client_raintegration.h
+10 −8 include/rc_consoles.h
+7 −5 include/rc_error.h
+0 −100 include/rc_export.h
+27 −23 include/rc_hash.h
+31 −27 include/rc_runtime.h
+31 −34 include/rc_runtime_types.h
+19 −17 include/rc_url.h
+2 −48 src/rapi/rc_api_common.c
+7 −6 src/rapi/rc_api_common.h
+0 −11 src/rapi/rc_api_editor.c
+5 −52 src/rapi/rc_api_runtime.c
+2 −9 src/rapi/rc_api_user.c
+9 −69 src/rc_client.c
+36 −32 src/rc_client_external.h
+15 −11 src/rc_client_internal.h
+18 −138 src/rc_client_raintegration.c
+21 −29 src/rc_client_raintegration_internal.h
+6 −4 src/rc_compat.h
+1 −1 src/rc_libretro.c
+25 −23 src/rc_libretro.h
+6 −4 src/rc_util.h
+0 −11 src/rc_version.c
+6 −9 src/rc_version.h
+1 −1 src/rcheevos/alloc.c
+1 −1 src/rcheevos/condset.c
+1 −4 src/rcheevos/consoleinfo.c
+0 −74 src/rcheevos/format.c
+1 −1 src/rcheevos/lboard.c
+9 −4 src/rcheevos/operand.c
+7 −3 src/rcheevos/rc_internal.h
+2 −1 src/rcheevos/rc_validate.c
+6 −2 src/rcheevos/rc_validate.h
+0 −4 src/rcheevos/richpresence.c
+1 −1 src/rcheevos/runtime_progress.c
+1 −1 src/rcheevos/value.c
+6 −39 src/rhash/hash.c
+1 −7 test/Makefile
+0 −74 test/rapi/test_rc_api_common.c
+2 −41 test/rapi/test_rc_api_editor.c
+0 −175 test/rapi/test_rc_api_runtime.c
+0 −41 test/rapi/test_rc_api_user.c
+2 −3 test/rcheevos-test.vcxproj
+2 −3 test/rcheevos-test.vcxproj.filters
+0 −133 test/rcheevos/test_condset.c
+2 −3 test/rcheevos/test_consoleinfo.c
+0 −40 test/rcheevos/test_format.c
+2 −2 test/rcheevos/test_rc_validate.c
+0 −43 test/rcheevos/test_richpresence.c
+0 −47 test/rcheevos/test_trigger.c
+6 −4 test/rhash/data.h
+2 −2 test/rhash/mock_filereader.c
+6 −4 test/rhash/mock_filereader.h
+5 −5 test/rhash/test_hash.c
+40 −324 test/test_rc_client.c
+1 −121 test/test_rc_client_raintegration.c
+3 −3 validator/validator.c

0 comments on commit 5c5fb3c

Please sign in to comment.