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 |
|
aliaspider
|
6b24663dd9
|
(WIIU) add more NULL check to *_free functions.
|
2018-01-07 03:45:41 +01:00 |
|
twinaphex
|
cf8e7cd362
|
(wiiu) small style nits; declare variables at top; C comments
|
2018-01-05 13:09:05 +01:00 |
|
aliaspider
|
021b510452
|
(WiiU) refactors/cleanups.
|
2017-01-23 16:14:05 +01:00 |
|
aliaspider
|
3cc1ddbdd1
|
(WiiU) simplify memory.c
|
2016-11-16 18:25:23 +01:00 |
|
aliaspider
|
e055b7cbc1
|
(WIIU) cleanup. adapt dynamic symbol loading to be able to use headers
from WUT.
|
2016-10-29 02:56:40 +01:00 |
|
aliaspider
|
2a7f5d8ba3
|
(WIIU) alternative memory allocation functions (from wut)
|
2016-10-27 23:03:21 +01:00 |
|
aliaspider
|
844c6ed582
|
(WIIU) misc.
|
2016-10-27 19:53:56 +01:00 |
|
aliaspider
|
094b725ad6
|
(WIIU) disable mem2/frontend driver
|
2016-10-27 15:49:21 +01:00 |
|
aliaspider
|
185849d5ff
|
(WIIU) add frontend driver, allocate mem2
|
2016-10-27 15:33:40 +01:00 |
|
aliaspider
|
a4d745a471
|
preliminary port to the wiiu platform
|
2016-10-27 01:34:10 +01:00 |
|