Twinaphex
|
40997473ed
|
Merge branch 'master' into orbis2
|
2019-01-08 20:18:08 +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 |
|
orbea
|
1db0a280b0
|
Makefile.orbis: Fix makefile.
|
2019-01-05 08:34:59 -08:00 |
|
psxdev
|
dea948e9ed
|
[ORBIS] Enable ZLIB to avoid null pointer exception
|
2019-01-03 21:23:44 +01:00 |
|
Francisco José García García
|
a1e455d197
|
[ORBIS] Initial audio driver
|
2018-12-31 00:37:08 +01:00 |
|
Francisco José García García
|
9c5a934529
|
[ORBIS] Untested input driver
|
2018-12-30 01:29:34 +01:00 |
|
Francisco José García García
|
167537ac10
|
[ORBIS] Fix Makefile and enable XMB
|
2018-12-30 00:10:37 +01:00 |
|
Francisco José García García
|
48167d46bc
|
[ORBIS] Initial video context driver
|
2018-12-28 01:27:13 +01:00 |
|
Francisco José García García
|
39343f99a7
|
[ORBIS] Add Makefile
|
2018-12-27 20:16:43 +01:00 |
|