File tree
12 files changed
+13
-10
lines changed- Core
- UWP/libzstd_UWP
- android/jni
- ext
- rcheevos-build
- zstd-build
- libretro
12 files changed
+13
-10
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 | 27 |
| |
30 | 28 |
| |
31 | 29 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| 70 | + | |
70 | 71 |
| |
71 | 72 |
| |
72 | 73 |
| |
| |||
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
| 118 | + | |
117 | 119 |
| |
118 | 120 |
| |
119 | 121 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| |||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
| 61 | + | |
60 | 62 |
| |
61 | 63 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
858 | 858 |
| |
859 | 859 |
| |
860 | 860 |
| |
| 861 | + | |
861 | 862 |
| |
862 | 863 |
| |
863 | 864 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
| |||
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
| 73 | + | |
72 | 74 |
| |
73 | 75 |
| |
74 | 76 |
| |
|
- CHANGELOG.md+58
- README.md-2
- include/rc_api_runtime.h+84-28
- include/rc_client.h+17-4
- include/rc_hash.h+19-9
- include/rc_url.h-36
- src/rapi/rc_api_common.c+58
- src/rapi/rc_api_common.h+1
- src/rapi/rc_api_runtime.c+214-127
- src/rc_client.c+193-134
- 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/consoleinfo.c+4-3
- src/rcheevos/operand.c+3
- src/rcheevos/rc_runtime_types.natvis+2
- src/rcheevos/richpresence.c+7
- src/rcheevos/runtime_progress.c+9
- src/rhash/cdreader.c+54-55
- src/rhash/hash.c+103-120
- src/rhash/hash_disc.c+8-12
- src/rhash/rc_hash_internal.h+2-7
- src/rurl/url.c-402
- test/Makefile-6
- test/rapi/test_rc_api_runtime.c+763-71
- test/rcheevos-test.vcxproj-3
- test/rcheevos-test.vcxproj.filters+6-17
- test/rcheevos/test_rc_validate.c+1
- test/rcheevos/test_richpresence.c+14
- test/rhash/mock_filereader.c+1-1
- test/rhash/test_cdreader.c+133-186
- test/rhash/test_hash_disc.c-2
- test/rurl/test_url.c-127
- test/test.c-4
- test/test_rc_client.c+560-398
- test/test_rc_client_external.c+21-6
- validator/Makefile+2-11
- validator/validator.c-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
73 | 72 |
| |
74 | 73 |
| |
75 | 74 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 | 128 |
| |
132 | 129 |
| |
133 | 130 |
| |
|
0 commit comments