twinaphex
|
96dd505a0f
|
(libchdr) Backport baka0815 commits
|
2020-07-01 19:50:46 +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 |
|
Hugo Hromic
|
794f4a6b34
|
(libretro-common/libchdr) Silence warnings in C89 build
|
2019-03-14 16:22:22 +00: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
|
9d5472cecf
|
Merge commit '37aad93a58efba6c340e13aa1d83ddf2df762b3d'
|
2018-05-12 18:03:49 +02: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
|
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
|
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 |
|
orbea
|
eeb6230ebd
|
libchdr: Trivial cleanup
|
2018-01-05 16:08:29 -08:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
46b79ccd78
|
Compilation fixes - headers need to be moved to separate include dir
|
2017-09-21 19:34:46 +02:00 |
|