aliaspider
f24d04de41
(3DS) build fix.
2015-11-02 02:08:48 +01:00
aliaspider
6e9566e6a4
(3DS) build fix
2015-11-02 02:05:10 +01:00
aliaspider
1660d1052e
Merge pull request #2329 from thedax/3ds
...
Add MAME and FBA (full) to the build process for 3DS.
2015-11-02 01:58:30 +01:00
thedax
c922b40d1c
Add MAME and FBA to the build process for 3DS.
2015-11-01 19:44:24 -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
ac119b04f6
(CTR/3DS) improve memory management.
...
- use a custom crt0 to allow overriding __heap_size and
__linear_heap_size
- add a setting for maximum heap size. unallocated memory can be freely
mapped by the core.
- add better detection of the extra memory available when running from
the HBL.
2015-10-22 20:35:22 +01:00
aliaspider
35b18801ac
(CTR/3DS) tweak default memory settings.
2015-10-21 15:09:12 +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
aliaspider
8cc805c38a
(CTR/3DS) reduce memory usage.
...
build fix.
2015-10-20 12:34:53 +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
thedax
78613c04bf
Allow the CTR platform (3DS) to make use of fMSX.
2015-10-12 14:54:11 -04: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
420a227274
(CTR/3DS) access to more RAM (cont.)
2015-10-06 18:35:06 +01:00
aliaspider
b14ae7e53f
(CTR/3DS) access to more RAM on n3DS (cia only).
2015-10-06 18:28:33 +01:00
aliaspider
b7be1862a3
(CTR/3DS) increase the default size of the linear heap.
...
makefile: allow changing stack/linear heap size without requiring a
clean.
2015-10-05 21:45:17 +01:00
aliaspider
a618cb9b61
(CTR/3DS) disable the SystemModeExt setting.
2015-10-02 14:06:37 +01:00
aliaspider
0290bd60e4
(CTR/3DS) style nit.
2015-10-01 23:21:05 +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
c4ea0b53d8
(CTR/3DS) enable previously disabled 3dsx builds.
2015-10-01 02:37:35 +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
aliaspider
7e47b79c1c
(ctr/3ds) update build.
2015-09-23 16:34:06 +01:00
aliaspider
91c73dada3
(CTR/3DS) build IDs/Icons update.
2015-09-20 23:02:38 +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
aliaspider
a06de828f9
(CTR/3DS) add quicknes info/icon.
2015-09-19 11:17:51 +01:00
jakcron
ec5a50da80
(CTR/3DS) improved .cia building
...
Makerom supports template .rsf files directly.
2015-09-16 11:25:17 +08:00
aliaspider
aa1292414b
(CTR/3DS) update package core infos
2015-09-16 02:27:31 +01:00
aliaspider
9c5ea13901
(CTR/3DS) update icons.
2015-09-16 00:14:08 +01:00
aliaspider
91ea315b2f
(CTR/3DS) update build icons.
2015-09-15 20:52:39 +01: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
41019503e8
(CTR/3DS) build update.
...
- add IDs and icons for more libretro cores.
- add support for WHOLE_ARCHIVE_LINK
2015-09-13 22:58:37 +01:00
aliaspider
3733956fd0
(CTR/3DS) update makefile.ctr
...
- move per-core build settings to a seperate file.
- make the griffin build optional (enabled by default).
2015-09-13 22:33:35 +01:00
aliaspider
ca11323b05
(CTR/3DS) add .cia building
...
update dist-cores.sh
2015-09-11 22:07:12 +01:00