Commit 39233dc
File tree
4 files changed
+3
-13
lines changed- Externals
- implot
- rcheevos
- Source/Core/DolphinQt
4 files changed
+3
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
101 | 97 | | |
102 | 98 | | |
103 | 99 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 100 | + | |
- .editorconfig+2
- .github/workflows/c-cpp.yml+6
- CHANGELOG.md+58
- README.md-2
- include/rc_api_info.h+40
- include/rc_api_runtime.h+84-28
- include/rc_api_user.h+44
- include/rc_client.h+84-4
- include/rc_hash.h+19-9
- include/rc_url.h-36
- src/rapi/rc_api_common.c+60-2
- src/rapi/rc_api_common.h+2-1
- src/rapi/rc_api_info.c+88
- src/rapi/rc_api_runtime.c+214-127
- src/rapi/rc_api_user.c+110
- src/rc_client.c+425-134
- src/rc_client_external.c+69-5
- src/rc_client_external.h+6-3
- src/rc_client_internal.h+12-4
- src/rc_client_types.natvis-1
- src/rc_libretro.c+4-1
- src/rc_version.h+2-2
- src/rcheevos/condset.c+5
- src/rcheevos/consoleinfo.c+4-3
- src/rcheevos/memref.c+1-1
- src/rcheevos/operand.c+5-2
- src/rcheevos/rc_internal.h+1
- src/rcheevos/rc_runtime_types.natvis+3-1
- src/rcheevos/rc_validate.c+7-6
- src/rcheevos/richpresence.c+7
- src/rcheevos/runtime_progress.c+9
- src/rhash/cdreader.c+54-55
- src/rhash/hash.c+264-1.7k
- src/rhash/hash_disc.c+1.3k
- src/rhash/hash_encrypted.c+21
- src/rhash/hash_rom.c+25-4
- src/rhash/hash_zip.c+127-51
- src/rhash/rc_hash_internal.h+25-8
- src/rurl/url.c-402
- test/Makefile+12-9
- test/rapi/test_rc_api_info.c+77
- test/rapi/test_rc_api_runtime.c+763-71
- test/rapi/test_rc_api_user.c+141
- test/rcheevos-test.vcxproj+2-3
- test/rcheevos-test.vcxproj.filters+12-17
- test/rcheevos/test_condset.c+114
- test/rcheevos/test_rc_validate.c+7-1
- test/rcheevos/test_richpresence.c+14
- test/rcheevos/test_trigger.c+73
- test/rhash/mock_filereader.c+5-1
- test/rhash/mock_filereader.h+4-2
- test/rhash/test_cdreader.c+133-186
- test/rhash/test_hash.c+7-1.4k
- test/rhash/test_hash_disc.c+1.4k
- test/rhash/test_hash_rom.c+3
- test/rhash/test_hash_zip.c+454-117
- test/rurl/test_url.c-127
- test/test.c+8-6
- test/test_rc_client.c+645-398
- test/test_rc_client_external.c+35-13
- validator/Makefile+2-11
- validator/validator.c-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1384 | 1384 | | |
1385 | 1385 | | |
1386 | 1386 | | |
1387 | | - | |
1388 | 1387 | | |
1389 | 1388 | | |
1390 | 1389 | | |
| |||
1421 | 1420 | | |
1422 | 1421 | | |
1423 | 1422 | | |
1424 | | - | |
1425 | 1423 | | |
1426 | 1424 | | |
1427 | 1425 | | |
| |||
0 commit comments