LibretroAdmin
|
8f47621857
|
(libretro-common) Remove unused jsonsax files - we use rjson now instead
|
2022-08-26 17:38:34 +02:00 |
|
LibretroAdmin
|
e4bff7c12c
|
Move rjsonwriter helper inline functions over to separate file rjson_helpers.h
|
2022-08-01 17:41:34 +02:00 |
|
libretroadmin
|
e4b33fd0e6
|
(formats/json/rjson.c) Get rid of some implicit strlens and pass
size parameter to the functions instead
|
2022-07-17 06:58:22 +02:00 |
|
Jamiras
|
5d3654ddbb
|
(cheevos) support for identifying Dreamcast CHDs (#13628)
* support for identifying Dreamcast CHDs
* fix copy/paste error
|
2022-02-15 15:09:43 +01:00 |
|
Twinaphex
|
a83c328631
|
(Metal) Fix some build problems
|
2021-01-19 04:38:07 +01:00 |
|
Bernhard Schelling
|
f6f8d3e235
|
Replace rapidjson parser/writer in discord-rpc with rjson
|
2020-10-29 16:55:23 +09:00 |
|
Bernhard Schelling
|
c20b01e9e1
|
Replace custom JSON parser/writer in translation service with rjson
|
2020-10-25 21:43:30 +09:00 |
|
schellingb
|
ba1ed2da4b
|
New faster json parser/writer library rjson
Replace existing libraries jsonsax_full and jsonsax with it
|
2020-10-12 03:02:20 +09:00 |
|
twinaphex
|
b69ceaea1b
|
Reorder structs, alignment
|
2020-08-16 01:07:42 +02:00 |
|
twinaphex
|
a8646a2610
|
Reorder structs, alignment
|
2020-08-15 00:44:35 +02:00 |
|
jdgleaver
|
b19eb64329
|
(m3u_file) Replace static entries array with dynamic array via RBUF library
|
2020-08-13 17:25:45 +01:00 |
|
jdgleaver
|
e24274a314
|
(Manual content scanner/playlist cleaner) Prevent redundant playlist entries when handling M3U content
|
2020-03-20 14:26:08 +00:00 |
|
twinaphex
|
cd9ca691ca
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
|
Jamiras
|
3b4e55d0e5
|
proper calculation of offset to track 2 when sector sizes vary
|
2019-12-19 13:17:32 -07:00 |
|
jdgleaver
|
a27ee73622
|
Manual content scan arcade DAT files: Add support for MAME 'Software List' XML format
|
2019-12-04 16:19:32 +00:00 |
|
jdgleaver
|
9b012e907a
|
(Manual Content Scanner) Enable automatic naming of arcade content via DAT files
|
2019-12-04 12:46:04 +00: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
|
1ab81e5711
|
support for Sega CD/Saturn; reduce hash calls to server
|
2019-09-29 09:07:16 -06:00 |
|
Barry Rowe
|
4e155dbc8e
|
Added in rpng string streaming to ai service.
|
2019-09-21 23:57:59 -07:00 |
|
Jamiras
|
b1fb7a1c1e
|
add hashing support for PSX cheevos (bin/cue, chd, or real CD)
|
2019-09-01 11:13:54 -06:00 |
|
twinaphex
|
a3e2531bd6
|
Remove duplicate function in translation_service.c
|
2019-08-21 21:51:25 +02:00 |
|
jdgleaver
|
431877799d
|
(RPNG) Fix undefined behaviour when loading bad/corrupt PNG images
|
2019-05-27 13:07:11 +01:00 |
|
Huw Pascoe
|
ea931428e1
|
rxml read from string and fix memory violation
|
2019-05-11 09:58:45 +01:00 |
|
Huw Pascoe
|
cd714dbd0b
|
image_texture_load_buffer
|
2019-05-11 09:58:45 +01:00 |
|
Huw Pascoe
|
45069537fb
|
Re-enable RXML and purge libxml
Fixed rxml to work with griffin.c
|
2019-03-17 03:04:35 +00:00 |
|
orbea
|
e062b98088
|
Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
|
2019-01-17 19:39:38 -08: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
|
be7eb4de1c
|
Update libretro-common
|
2018-04-16 08:57:17 +02: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 |
|
Alcaro
|
dc4c2cd6d9
|
Wipe out a buncha warnings and pointless ifdefs (some warnings will remain until #5497 is fixed)
|
2017-10-03 00:26:29 +02:00 |
|
twinaphex
|
83b0d3e412
|
Update rwav.h
|
2017-05-09 02:46:32 +02:00 |
|
twinaphex
|
8e3d0612d2
|
Try to fix MSVC error
|
2017-05-08 21:12:55 +02:00 |
|
twinaphex
|
fec24bd47b
|
Cleanup rwav
|
2017-05-08 18:45:37 +02:00 |
|
twinaphex
|
ab2d94bb64
|
Update libretro-common
|
2017-03-26 04:54:50 +02:00 |
|
Brad Parker
|
21fe0c8499
|
bake in johnanthonyowens/jsonsax as jsonsax_full
|
2017-03-05 14:19:35 -05:00 |
|
twinaphex
|
64bb848daf
|
Update headers (pt. 2 - libretro-common)
|
2017-01-22 13:58:20 +01:00 |
|
Josh Palmer
|
453d823d2a
|
Fix jsonsax compilation on QNX, 'index' appears to be a reserved symbol
|
2017-01-09 20:26:09 +00:00 |
|
twinaphex
|
dde441e1d2
|
Remove prototypes
|
2016-12-29 23:51:48 +01:00 |
|
twinaphex
|
9657bbd998
|
Get rid of set_rgba/unset_rgba inside image_texture.c
|
2016-12-29 23:22:40 +01:00 |
|
twinaphex
|
6a166faa0c
|
Revert "Remove supports_rgba varaible from image_texture.c"
This reverts commit bd0c97fdc414d3537eb73d1371dbe948b4e98179.
|
2016-12-29 22:53:10 +01:00 |
|
twinaphex
|
bd0c97fdc4
|
Remove supports_rgba varaible from image_texture.c
|
2016-12-29 22:39:52 +01:00 |
|
Andre Leiradella
|
2c90258353
|
Include retro_common_api.h
|
2016-12-12 23:53:44 +00:00 |
|
Andre Leiradella
|
6fd6329b41
|
Fixed copyright notice
|
2016-12-12 23:28:17 +00:00 |
|
Andre Leiradella
|
b65e16d39d
|
Added support for loading 8 and 16 bps, mono/stereo, uncompressed PCM wave files
|
2016-12-12 23:23:36 +00:00 |
|
twinaphex
|
83d91ae85a
|
(libretro-common) Update copyrights
|
2016-11-08 17:55:35 +01:00 |
|
twinaphex
|
fda2495021
|
Get rid of HAVE_ZLIB_DEFLATE - implicitly enable it
|
2016-08-02 15:34:48 +02:00 |
|
twinaphex
|
7e36dcb27f
|
move video_texture_image to libretro-common and rename it to image_texture.c
|
2016-05-18 12:58:00 +02:00 |
|
twinaphex
|
265c931c46
|
(gfx/video_texture_image.c) remove dependencies
|
2016-05-18 12:49:52 +02:00 |
|