libretroadmin
|
afc9cb509a
|
CXX_BUILDFIX buildfixes
|
2024-07-20 19:42:45 +02:00 |
|
LibretroAdmin
|
5739c537a2
|
Some CXX_BUILD fixes
|
2022-08-05 17:40:06 +02:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08: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
|
0e363164b1
|
Attempt to get further with D3D12 for mingw - now compiles
but doesn't link yet
|
2018-01-24 00:14:26 +01:00 |
|
twinaphex
|
d387cfbfbe
|
Add include/dxsdk
|
2018-01-23 23:40:17 +01:00 |
|