File tree
12 files changed
+79
-71
lines changed- BeetlePSX
- FBAlpha
- FCEUMM
- GPGX
- Nestopia
- ParallelN64
- RetriX.UWP
- Services
- Strings/en-US
12 files changed
+79
-71
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
|
Submodule src updated from 5188671 to 4739df5
- HISTORY.txt+1
- LICENSE.txt+95-1
- Makefile.libretro+26-16
- Makefile.wii+5-1
- core/cd_hw/cdd.c+310-12
- core/cd_hw/cdd.h+21-3
- core/cd_hw/libchdr/LICENSE.txt+24
- core/cd_hw/libchdr/README.md+7
- core/cd_hw/libchdr/deps/libFLAC/AUTHORS+58
- core/cd_hw/libchdr/deps/libFLAC/COPYING.Xiph+29
- core/cd_hw/libchdr/deps/libFLAC/README+254
- core/cd_hw/libchdr/deps/libFLAC/bitmath.c+73
- core/cd_hw/libchdr/deps/libFLAC/bitreader.c+1.1k
- core/cd_hw/libchdr/deps/libFLAC/cpu.c+293
- core/cd_hw/libchdr/deps/libFLAC/crc.c+143
- core/cd_hw/libchdr/deps/libFLAC/fixed.c+395
- core/cd_hw/libchdr/deps/libFLAC/float.c+302
- core/cd_hw/libchdr/deps/libFLAC/format.c+589
- core/cd_hw/libchdr/deps/libFLAC/include/FLAC/assert.h+46
- core/cd_hw/libchdr/deps/libFLAC/include/FLAC/callback.h+185
- core/cd_hw/libchdr/deps/libFLAC/include/FLAC/export.h+97
- core/cd_hw/libchdr/deps/libFLAC/include/FLAC/format.h+1.0k
- core/cd_hw/libchdr/deps/libFLAC/include/FLAC/metadata.h+2.2k
- core/cd_hw/libchdr/deps/libFLAC/include/FLAC/ordinals.h+86
- core/cd_hw/libchdr/deps/libFLAC/include/FLAC/stream_decoder.h+1.6k
- core/cd_hw/libchdr/deps/libFLAC/include/private/bitmath.h+210
- core/cd_hw/libchdr/deps/libFLAC/include/private/bitreader.h+91
- core/cd_hw/libchdr/deps/libFLAC/include/private/cpu.h+186
- core/cd_hw/libchdr/deps/libFLAC/include/private/crc.h+62
- core/cd_hw/libchdr/deps/libFLAC/include/private/fixed.h+107
- core/cd_hw/libchdr/deps/libFLAC/include/private/float.h+95
- core/cd_hw/libchdr/deps/libFLAC/include/private/format.h+45
- core/cd_hw/libchdr/deps/libFLAC/include/private/lpc.h+250
- core/cd_hw/libchdr/deps/libFLAC/include/private/macros.h+72
- core/cd_hw/libchdr/deps/libFLAC/include/private/md5.h+50
- core/cd_hw/libchdr/deps/libFLAC/include/private/memory.h+58
- core/cd_hw/libchdr/deps/libFLAC/include/protected/stream_decoder.h+60
- core/cd_hw/libchdr/deps/libFLAC/include/share/alloc.h+219
- core/cd_hw/libchdr/deps/libFLAC/include/share/compat.h+209
- core/cd_hw/libchdr/deps/libFLAC/include/share/endswap.h+84
- core/cd_hw/libchdr/deps/libFLAC/lpc.c+1.4k
- core/cd_hw/libchdr/deps/libFLAC/lpc_intrin_avx2.c+1.1k
- core/cd_hw/libchdr/deps/libFLAC/lpc_intrin_sse.c+454
- core/cd_hw/libchdr/deps/libFLAC/lpc_intrin_sse2.c+1.1k
- core/cd_hw/libchdr/deps/libFLAC/lpc_intrin_sse41.c+1.3k
- core/cd_hw/libchdr/deps/libFLAC/md5.c+516
- core/cd_hw/libchdr/deps/libFLAC/memory.c+218
- core/cd_hw/libchdr/deps/libFLAC/stream_decoder.c+3.4k
- core/cd_hw/libchdr/deps/lzma/7zTypes.h+258
- core/cd_hw/libchdr/deps/lzma/Compiler.h+32
- core/cd_hw/libchdr/deps/lzma/DOC/lzma-history.txt+363
- core/cd_hw/libchdr/deps/lzma/DOC/lzma-sdk.txt+357
- core/cd_hw/libchdr/deps/lzma/DOC/lzma-specification.txt+1.2k
- core/cd_hw/libchdr/deps/lzma/DOC/lzma.txt+328
- core/cd_hw/libchdr/deps/lzma/LzFind.c+1.0k
- core/cd_hw/libchdr/deps/lzma/LzFind.h+117
- core/cd_hw/libchdr/deps/lzma/LzHash.h+57
- core/cd_hw/libchdr/deps/lzma/LzmaDec.c+1.1k
- core/cd_hw/libchdr/deps/lzma/LzmaDec.h+227
- core/cd_hw/libchdr/deps/lzma/LzmaEnc.c+2.4k
- core/cd_hw/libchdr/deps/lzma/LzmaEnc.h+78
- core/cd_hw/libchdr/deps/lzma/Precomp.h+10
- core/cd_hw/libchdr/deps/zlib/ChangeLog+1.5k
- core/cd_hw/libchdr/deps/zlib/README+115
- core/cd_hw/libchdr/deps/zlib/adler32.c+186
- core/cd_hw/libchdr/deps/zlib/gzguts.h+218
- core/cd_hw/libchdr/deps/zlib/inffast.c+323
- core/cd_hw/libchdr/deps/zlib/inffast.h+11
- core/cd_hw/libchdr/deps/zlib/inffixed.h+94
- core/cd_hw/libchdr/deps/zlib/inflate.c+1.6k
- core/cd_hw/libchdr/deps/zlib/inflate.h+125
- core/cd_hw/libchdr/deps/zlib/inftrees.c+304
- core/cd_hw/libchdr/deps/zlib/inftrees.h+62
- core/cd_hw/libchdr/deps/zlib/zconf.h+534
- core/cd_hw/libchdr/deps/zlib/zlib.h+1.9k
- core/cd_hw/libchdr/deps/zlib/zutil.c+325
- core/cd_hw/libchdr/deps/zlib/zutil.h+271
- core/cd_hw/libchdr/src/bitstream.c+125
- core/cd_hw/libchdr/src/bitstream.h+43
- core/cd_hw/libchdr/src/cdrom.c+416
- core/cd_hw/libchdr/src/cdrom.h+70
- core/cd_hw/libchdr/src/chd.c+2.5k
- core/cd_hw/libchdr/src/chd.h+400
- core/cd_hw/libchdr/src/coretypes.h+30
- core/cd_hw/libchdr/src/flac.c+333
- core/cd_hw/libchdr/src/flac.h+51
- core/cd_hw/libchdr/src/huffman.c+546
- core/cd_hw/libchdr/src/huffman.h+88
- gx/gui/menu.c+32-28
- gx/gui/menu.h+1-1
- libretro/Makefile.common+52-8
- libretro/libretro.c+18-22
Submodule src updated from 6254534 to 45ee909
- Makefile+1-1
- Makefile.common+5-1
- libretro-common/libco/libco.c+1-1
- mupen64plus-core/src/plugin/plugin.c+1-1
- mupen64plus-video-angrylion/n64video.c+92-91
- mupen64plus-video-angrylion/n64video_main.c-2
- mupen64plus-video-angrylion/n64video_vi.c+956-935
- mupen64plus-video-angrylion/rdp.h+59
- mupen64plus-video-angrylion/vi.h-2
Lines changed: 60 additions & 60 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 |
| - | |
| 31 | + | |
| 32 | + | |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
| 41 | + | |
| 42 | + | |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
| 46 | + | |
| 47 | + | |
50 | 48 |
| |
51 | 49 |
| |
52 | 50 |
| |
53 | 51 |
| |
54 |
| - | |
55 |
| - | |
| 52 | + | |
| 53 | + | |
56 | 54 |
| |
57 |
| - | |
| 55 | + | |
58 | 56 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
| 57 | + | |
63 | 58 |
| |
64 | 59 |
| |
65 | 60 |
| |
66 | 61 |
| |
67 |
| - | |
68 |
| - | |
| 62 | + | |
| 63 | + | |
69 | 64 |
| |
70 |
| - | |
| 65 | + | |
71 | 66 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
| 67 | + | |
75 | 68 |
| |
76 | 69 |
| |
77 | 70 |
| |
78 | 71 |
| |
79 |
| - | |
80 |
| - | |
| 72 | + | |
| 73 | + | |
81 | 74 |
| |
82 |
| - | |
| 75 | + | |
83 | 76 |
| |
84 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 |
| |
86 | 89 |
| |
87 | 90 |
| |
| |||
99 | 102 |
| |
100 | 103 |
| |
101 | 104 |
| |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
| 105 | + | |
| 106 | + | |
114 | 107 |
| |
115 |
| - | |
| 108 | + | |
116 | 109 |
| |
117 |
| - | |
| 110 | + | |
118 | 111 |
| |
119 | 112 |
| |
120 | 113 |
| |
121 | 114 |
| |
122 |
| - | |
123 |
| - | |
| 115 | + | |
| 116 | + | |
124 | 117 |
| |
125 |
| - | |
| 118 | + | |
126 | 119 |
| |
127 |
| - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
128 | 123 |
| |
129 | 124 |
| |
130 | 125 |
| |
131 | 126 |
| |
132 |
| - | |
133 |
| - | |
| 127 | + | |
| 128 | + | |
134 | 129 |
| |
135 |
| - | |
| 130 | + | |
136 | 131 |
| |
137 |
| - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
138 | 136 |
| |
139 | 137 |
| |
140 | 138 |
| |
141 | 139 |
| |
142 |
| - | |
143 |
| - | |
| 140 | + | |
| 141 | + | |
144 | 142 |
| |
145 |
| - | |
| 143 | + | |
146 | 144 |
| |
147 |
| - | |
148 |
| - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
154 |
| - | |
| 153 | + | |
| 154 | + | |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 |
| - | |
| 158 | + | |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
| 95 | + | |
95 | 96 |
| |
96 |
| - | |
| 97 | + | |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
| 353 | + | |
| 354 | + | |
| 355 | + | |
353 | 356 |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
| 25 | + | |
24 | 26 |
| |
| 27 | + | |
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
| |||
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
72 |
| - | |
| 75 | + | |
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
|
0 commit comments