libretroadmin
|
daa9e352cc
|
Remove asserts
|
2023-01-09 00:51:05 +01:00 |
|
LibretroAdmin
|
ace21d28f7
|
Fix C++ comments
|
2022-10-01 17:56:16 +02:00 |
|
unknown
|
ad059aed78
|
Add some PSL1GHT ifdefs
|
2021-03-01 15:57:01 +01:00 |
|
twinaphex
|
870707dbe8
|
Remove obsolete __CELLOS_LV2__ references - use PSL1GHT instead
|
2020-12-19 15:32:26 +01:00 |
|
twinaphex
|
5166eebcaf
|
for loop cleanups - use space after 'for'
|
2020-08-19 03:06:22 +02:00 |
|
twinaphex
|
0a1942f528
|
Turn fifo_read_avail and fifo_write_avail into macros
|
2020-07-07 08:13:32 +02:00 |
|
twinaphex
|
74cd84399f
|
Cleanups - Replace '== NULL'
|
2020-01-30 16:47:33 +01:00 |
|
twinaphex
|
adc6d21601
|
Add PS3 ifdef
|
2019-02-02 21:03:23 +01:00 |
|
orbea
|
5d56080312
|
Use the posix poll.h instead of sys/poll.h.
|
2019-02-01 09:58:04 -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 |
|
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
|
b11620e1eb
|
Add retro_timers.h/retro_math.h
|
2017-06-28 04:41:38 +02:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
db6171676a
|
Use retro_assert everywhere
|
2016-09-08 11:59:44 +02:00 |
|
twinaphex
|
7a55ae3765
|
Start updating headers for 2016
|
2016-01-10 04:06:50 +01:00 |
|
twinaphex
|
02a5d738fe
|
Static code analysis cleanups
|
2015-09-28 23:00:22 +02:00 |
|
twinaphex
|
b1c47d686c
|
More static code analysis nits
|
2015-09-28 18:55:07 +02:00 |
|
twinaphex
|
5465da0139
|
Rename rarch_sleep to retro_sleep
|
2015-09-22 18:55:14 +02:00 |
|
twinaphex
|
4e398e7992
|
Use strlcpy everywhere
|
2015-09-19 15:30:15 +02:00 |
|
twinaphex
|
5caf0627f8
|
Replace some references to sys_timer_usleep
|
2015-08-29 15:24:23 +02:00 |
|
twinaphex
|
9a989462f1
|
(rsound) Cleanups
|
2015-04-03 16:06:57 +02:00 |
|
twinaphex
|
d374fb863c
|
Use retro_inline.h for remaining 'inline' instances
|
2015-03-29 16:43:02 +02:00 |
|
twinaphex
|
bbc6a5cee4
|
Move rsound.c to audio/drivers
|
2015-01-12 22:28:59 +01:00 |
|
twinaphex
|
3692bb2185
|
Update headers
|
2015-01-07 18:17:42 +01:00 |
|
twinaphex
|
0a15a17d44
|
Update years on all license headers
|
2014-01-01 01:50:59 +01:00 |
|
twinaphex
|
d417669d48
|
(GX) Compile in HAVE_RSOUND for both Wii and NGC
|
2013-11-11 11:14:55 +01:00 |
|
Themaister
|
83cdd0f250
|
Remove sthread_exit(). Fix detach.
|
2013-11-01 09:12:36 +01:00 |
|
twinaphex
|
e4c1ebf344
|
Expand thread.c - replace pthread with thread.c wrappers
|
2013-11-01 04:49:29 +01:00 |
|
twinaphex
|
93c1bae991
|
(Librsound) Update comment in rsnd_get_time_usec
|
2013-11-01 00:13:17 +01:00 |
|
twinaphex
|
a8696e2506
|
(RSound) Bake in rsound for Android port - should also be possible
to bake it in by default for PC now - made librsound.c crossplatform
|
2013-11-01 00:07:52 +01:00 |
|