Grisly Glee
|
de0c6d5cd1
|
Trivial warnings fixes (#15383)
* Trivial graphics context drivers fix
* Assorted minor warnings fixes
|
2023-06-14 23:46:27 +02:00 |
|
Grisly Glee
|
4202f8650d
|
Fix trivial signedness warnings (#15377)
* Fix trivial signedness warnings
* Followup on trivial signedness warnings
|
2023-06-14 04:43:11 +02:00 |
|
twinaphex
|
7bbdd6d18a
|
Prefer using snprintf instead of insecure sprintf
|
2021-05-18 15:14:08 +02:00 |
|
twinaphex
|
96dd505a0f
|
(libchdr) Backport baka0815 commits
|
2020-07-01 19:50:46 +02:00 |
|
twinaphex
|
6bdc9795e7
|
(libchdr) Backport f08156f947
|
2020-07-01 19:44:17 +02:00 |
|
twinaphex
|
5ded7872de
|
(libretro-common/libchdr) Backport 2785de8481
|
2020-07-01 19:41:24 +02:00 |
|
twinaphex
|
8d8800229c
|
(libchdr) Backport 16eae7e4e5/src/chd.c
|
2020-07-01 19:27:14 +02:00 |
|
twinaphex
|
9e9fb47c05
|
(libchdr) More resyncs
|
2020-07-01 19:21:40 +02:00 |
|
twinaphex
|
436f161cc3
|
(libchdr) More rebases
|
2020-07-01 19:15:45 +02:00 |
|
Jamiras
|
7fe952ddeb
|
don't ignore errors from decompress_v5_map
|
2020-03-31 11:08:35 -06:00 |
|
Jamiras
|
0b92224c36
|
update PCEngine-CD hash algorithm; pregap cdfs support for CUE and CHD files
|
2019-10-24 18:46:43 -06:00 |
|
Jamiras
|
b1fb7a1c1e
|
add hashing support for PSX cheevos (bin/cue, chd, or real CD)
|
2019-09-01 11:13:54 -06:00 |
|
Twinaphex
|
29dc30fa48
|
Revert " add hashing support for PSX cheevos (bin/cue, chd, or real CD)"
|
2019-08-30 15:55:07 +02:00 |
|
Jamiras
|
bcd61d7f9b
|
add hashing support for PSX cheevos (bin/cue, chd, or real CD)
|
2019-08-29 21:05:14 -06:00 |
|
twinaphex
|
d6df17a154
|
Revert "add hashing support for PSX cheevos (bin/cue, chd, or real CD)"
This reverts commit 11854333742fd7887cfa4f818d848963a82fab76.
|
2019-08-30 03:14:42 +02:00 |
|
Jamiras
|
1185433374
|
add hashing support for PSX cheevos (bin/cue, chd, or real CD)
|
2019-08-23 08:02:06 -06:00 |
|
Twinaphex
|
bf1951ae37
|
Fix plethora of warnings on OSX
|
2019-06-22 14:52:29 +02:00 |
|
Hugo Hromic
|
0cfefdd2a8
|
(libretro-common/libchdr) Use int types and format aligned to the chd_header typedef
|
2019-03-14 18:12:10 +00:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
twinaphex
|
6ca9afbd57
|
Silence more warnings with CXX_BUILD
|
2019-01-12 18:51:06 +01:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
twinaphex
|
768ebbfdb5
|
Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common'
|
2018-05-12 17:56:34 +02:00 |
|
twinaphex
|
0548349991
|
Remove libretro-common
|
2018-05-12 17:56:14 +02:00 |
|
Twinaphex
|
b41c4ed624
|
Update
|
2018-04-23 10:22:54 +02:00 |
|
twinaphex
|
997c24ae0c
|
Make FLAC, zlib and LZMA support in libchdr optional
|
2018-04-22 20:19:07 +02:00 |
|
twinaphex
|
fc169cf4fe
|
Split up libchdr_chd.c into several files
|
2018-04-22 19:50:14 +02:00 |
|
twinaphex
|
8e2dfa6184
|
Cleanups
|
2018-04-22 19:19:27 +02:00 |
|
twinaphex
|
8a1f2f5cf2
|
Update libretro-common
|
2018-04-22 18:36:30 +02:00 |
|
twinaphex
|
7bef8746a3
|
Add chd_precache code to libchdr
|
2018-04-22 18:04:45 +02:00 |
|
twinaphex
|
1fd2cf1ff5
|
Update libchdr chd
|
2018-04-22 17:43:57 +02:00 |
|
twinaphex
|
db314ff82f
|
Uniquely namespace libchdr source files
|
2018-04-22 12:10:15 +02:00 |
|