1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 17:58:41 +00:00
Commit Graph

94 Commits

Author SHA1 Message Date
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
1bd25a6f12 Fix pointer type 2018-05-16 16:28:32 -07: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
twinaphex
867981b74b Include this header include 2018-04-10 00:07:37 +02:00
aliaspider
1f143927ca (CTR) build fix. 2017-12-25 08:51:50 +01:00
cpsw
54aec6c9e8
Small code style change
Suggesting a code style change.
2017-12-09 11:01:03 -03:00
meepingsnesroms
03f2a325fb Add 3ds assets, move assets from ctr to pkg/ctr
NOTE: I do not have the 3ds version of devkitARM installed so I could
not test it if moving the assets to pkg/ctr broke compiling but I did
change the assets paths in Makefile.ctr and Makefile.ctr.salimander so
it should compile.
2017-11-24 09:28:47 -08:00
Matt Sephton
34e3490ce9 Updated assets.7z 2017-02-28 16:32:52 +00:00
Matt Sephton
693652b2a9 Created icons and banners for cores that have recently been compiled for 3DS
See:
https://gbatemp.net/threads/unofficial-3ds-retroarch-builds-compatibilit
y-thread.462252/page-2#post-7138543

Art files available as .afdesign or .svg or similar
2017-02-28 16:32:43 +00:00
Matt Sephton
a26e229445 Corrected height of fceumm icon to 48px
It had previously been stretched from 41px
2017-02-27 20:39:21 +00:00
aliaspider
c78f697c16 (3DS) wrap texture coordinate swizzeling in a function. 2016-10-10 22:22:08 +01:00
aliaspider
577824f546 (3DS) add argv handling for .cia builds 2016-10-08 01:43:05 +01:00
aliaspider
ad3ca8d04f (3DS) explicitly disable libretro_db and zarch in the non-griffin build 2016-10-04 19:42:25 +01:00
twinaphex
e9f463154c (3DS/CTR) Image must be exactly 48x48 2016-10-02 22:40:56 +02:00
Twinaphex
151c4847ed Merge pull request #3714 from 44100hertz/3ds_banners
3ds icons and banners
2016-10-02 20:43:54 +02:00
Sam Pagenkopf
0e88b3cdab added missing fba alpha render 2016-10-02 13:16:24 -05:00
Sam Pagenkopf
1bdd20672f updated makefile to reflect new banners 2016-10-02 12:55:21 -05:00
Sam Pagenkopf
5d0c1af0de remade 3ds icons and banners 2016-10-02 12:55:03 -05:00
aliaspider
afd5e85a31 (3DS) add experimental font and menu_display drivers. 2016-09-29 20:14:12 +01:00
aliaspider
8266a423cd (3DS) update for latest ctrulib. 2016-09-28 18:09:17 +01:00
twinaphex
64e24ca514 (ctr) style nits 2016-09-20 02:09:06 +02:00
twinaphex
ddcaf6a758 (CTR) Update 2016-08-05 19:23:26 +02:00
Alcaro
fcd283c082 Fix capitalization 2016-08-05 18:17:30 +02:00
twinaphex
9a3a042024 Change catsfc_plus name 2016-08-05 17:57:48 +02:00
twinaphex
8854f7212a Rename SNES9x cores 2016-08-05 17:51:59 +02:00
aliaspider
0f8895bcc3 (3DS) the parallax layer register can be written to from userland with
GSPGPU_WriteHWRegs.
2016-04-18 15:22:41 +01:00
aliaspider
4994de806a (3DS) add more display modes for the top screen that can be controlled
by the 3D slider.
2016-04-17 20:10:21 +01:00
aliaspider
a5e2585fdc (3DS) update svchax. 2016-04-16 12:27:10 +01:00
aliaspider
864f9d7c2c (3DS) make svchax optional. 2016-04-16 12:06:37 +01:00
aliaspider
8bd789389f (3DS) better handling of argc/argv, fixes crash in CIA builds. 2016-04-15 22:40:34 +01:00
aliaspider
b5f35ec39b (3DS) nit. 2016-03-12 17:52:03 +01:00
aliaspider
aea164f3c8 (3DS) update core assets/ids 2016-03-12 17:47:46 +01:00
aliaspider
bb6fe9cceb (3DS) update core icons/banners.
source:
- https://gbatemp.net/threads/retroarch-emulation-thread-nightly-builds-
- https://gbatemp.net/threads/retroarch-emulation-thread-nightly-builds-
2016-03-12 17:46:56 +01:00
aliaspider
2fb7d32a53 (3DS) another build tools update. 2016-01-16 03:51:48 +01:00
aliaspider
4ec00de5c8 (3DS) update tool 2016-01-16 00:14:54 +01:00
aliaspider
a7bd7f332d nit. 2016-01-15 22:35:00 +01:00
aliaspider
0b4fd4328d - add more heuristics to try to clean up the corrupted argv when using
the homebrew launcher.
- force align the stack pointer to 8 bytes.
- add --gc-sections to the link specs
2016-01-15 22:30:12 +01:00
aliaspider
fdad936fab (3DS) update makefile. 2015-12-24 23:16:40 +01:00
thedax
319c89596a Update makerom for Windows and Linux (Linux is untested). 2015-12-21 16:03:28 -05:00
thedax
0565a92486 Update CTR (3DS) driver for the latest ctrulib SDK, fix a typo, and fix compilation errors. 2015-12-21 13:43:05 -05:00
aliaspider
2dcb7264ed (3DS) add pocketsnes buildrules. 2015-11-24 13:01:06 +01:00
aliaspider
594078890d (3DS) move *.png *.wav to ctr/assets/ 2015-11-24 12:49:58 +01:00
aliaspider
e61616fd5d (3DS) edits. 2015-11-24 11:05:31 +01:00
aliaspider
7f5ae4bdba (3DS) can compile with latest ctrulib/great-refactor.
fix some warnings.
2015-11-19 23:15:48 +01:00
aliaspider
b5315f37f4 (3ds) dist: add this too. 2015-11-08 13:23:07 +01:00
aliaspider
327bf60b8c nit. 2015-11-08 13:20:20 +01:00