MrHuu
|
422d2fcf12
|
(3DS) Fix CIA installation issues (#14399)
- Fixes CIA installation failing
- Add CIA installation progress stats
|
2022-09-11 02:57:31 +02:00 |
|
MrHuu
|
e6c035de7d
|
(3DS) Update error applet
|
2021-01-04 20:15:28 +01:00 |
|
twinaphex
|
41ffca2b6f
|
(CTR) Style nits
|
2020-06-07 17:28:53 +02:00 |
|
twinaphex
|
860f94e914
|
(CTR) Stylistic cleanups
|
2020-03-05 15:50:39 +01:00 |
|
twinaphex
|
8627d638e1
|
Cleanups
|
2020-02-04 06:05:00 +01:00 |
|
twinaphex
|
7f4139c427
|
Get rid of wrong double ';;'
|
2020-01-30 16:53:20 +01:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -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 |
|
meepingsnesroms
|
ce0d8bb5e0
|
Remove quote parsing
|
2018-05-16 16:26:38 -07:00 |
|
meepingsnesroms
|
9e51d41fea
|
Fix last null terminator not being added to cia argv
|
2018-05-15 18:11:47 -07:00 |
|
meepingsnesroms
|
052de6bcd2
|
3ds now has proper core launching
|
2018-05-15 10:30:34 -07:00 |
|
meepingsnesroms
|
1a6f572405
|
Fixes
|
2018-05-09 18:23:35 -07:00 |
|
meepingsnesroms
|
5f234f0dd1
|
Start using proper 3ds executable formats (doesnt work properly yet)
|
2018-05-09 15:55:48 -07:00 |
|