Commit Graph

21 Commits

Author SHA1 Message Date
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
thedax
319c89596a Update makerom for Windows and Linux (Linux is untested). 2015-12-21 16:03:28 -05:00
aliaspider
8741ec48d5 (3DS) implement dynamic memory management.
heap/linear heap and stack sizes can now change dynamically at runtime,
depending on usage, no need to specify those on a per-core basis
anymore.
2015-11-02 01:24:11 +01:00
aliaspider
aeeb2a62d6 (3DS) - add an audio driver using the DSP.
- add some hooks to inspect memory usage.
2015-10-27 01:06:34 +01:00
aliaspider
3e4f38a38e (CTR/3DS) allow changing cpu speed on n3DS at runtime.
set cpu speed to max by default.
2015-10-20 23:52:52 +01:00
jakcron
1cc3f66a0e (CTR/3DS) Added gsp::Lcd to service list 2015-10-17 15:41:42 +08:00
jakcron
e798377492 (CTR/3DS) Enabled access to more memory.
o3DS can get access to 80MB max, and n3DS can get access to 124MB
(actually 110MB due to ctrulib issues). Since 80MB triggers a reboot for
o3DS, it is only set in titles that need it.
2015-10-17 14:13:07 +08:00
aliaspider
fbca7eb57f (CTR/3DS) disable the SystemModeExt flag until more tests can be made. 2015-10-06 23:42:04 +01:00
aliaspider
832c95a20a (CTR/3DS) no need to strip elf files anymore. 2015-10-06 18:53:27 +01:00
aliaspider
b14ae7e53f (CTR/3DS) access to more RAM on n3DS (cia only). 2015-10-06 18:28:33 +01:00
aliaspider
a618cb9b61 (CTR/3DS) disable the SystemModeExt setting. 2015-10-02 14:06:37 +01:00
aliaspider
5e05ad443a (CTR/3DS) allow access for more RAM. (.cia builds only)
124MB are used by default for n3DS.
80MB can be used on o3DS with a build option.
2015-10-01 23:18:59 +01:00
aliaspider
63ab3b02b8 (CTR/3DS) shut down the LCD backlight when toggling the buttom display
off.
courtesy of @thedax.
2015-10-01 18:12:59 +01:00
aliaspider
b516223365 (CTR/3DS) add ir:rst to ServiceAccessControl, needed by the n3DS HID
hardware.
2015-09-28 22:00:02 +01:00
aliaspider
7738778711 (CTR/3DS) add the EnableL2Cache flag for cia builds. 2015-09-28 20:21:55 +01:00
twinaphex
27f9e258fc (CTR) Have to move ctr files back too 2015-09-20 19:15:51 +02:00
twinaphex
8243d5238f Move ctr/ to pkg/ 2015-09-20 15:48:17 +02:00
jakcron
ec5a50da80 (CTR/3DS) improved .cia building
Makerom supports template .rsf files directly.
2015-09-16 11:25:17 +08:00
aliaspider
db37a2100c (3DS/CTR) default to 804mhz for cia builds
has an effect only on new 3DS.
only makerom-linux has been updated, the windows/osx version will need
to be updated too.
2015-09-15 19:00:16 +01:00
aliaspider
ca11323b05 (CTR/3DS) add .cia building
update dist-cores.sh
2015-09-11 22:07:12 +01:00