twinaphex
2fd6843a18
(XDK) Buildfixes
2015-11-17 11:35:46 +01:00
twinaphex
b4432f7a0c
(GX) Rename to official SDK functions through macros
2015-11-15 20:22:19 +01:00
twinaphex
e4ba9efae1
Should fix Wii boot.dol regression - apparently some problem
...
with retro_file ?
2015-11-15 03:13:34 +01:00
aliaspider
bf407606bc
(3DS) allow reading content path from argv.
2015-11-14 22:21:24 +01:00
twinaphex
91192f4aca
Make popen no longer Android-specific
2015-11-14 19:53:54 +01:00
twinaphex
e5af70e091
system_property_get - add goto error
2015-11-14 19:52:12 +01:00
twinaphex
63924971aa
(Android) Refactor away system_property_get_density - make regular calls to
...
system_property_get instead
2015-11-14 19:22:33 +01:00
aliaspider
dfe5c33f34
(3ds) set a default video filter dir.
2015-11-12 15:15:40 +01:00
twinaphex
ea189e5fe5
Remove main_exit_save_config
2015-11-11 02:58:21 +01:00
twinaphex
38f30c8f10
Add Save Current Config to Menu
2015-11-11 02:57:20 +01:00
thedax
b46ae033ab
3DS: Fix compilation for great-refactor.
...
exitCfgu/initCfgu changed to cfguInit/cfguExit.
2797540a3d
2015-11-09 15:23:36 -05:00
Andre Leiradella
b6f995a1d7
moved the async job queue to the global_t scope
2015-11-08 22:53:17 -02:00
aliaspider
9d17abf131
(3ds) fix service calls enabling hack for new 3DS.
2015-11-05 06:11:39 +01:00
aliaspider
d262361b97
(3DS) enable access to all service calls when possible.
2015-11-04 15:27:30 +01:00
Andrés
d638a12c87
Merge pull request #2328 from aliaspider/master
...
(3DS) implement dynamic memory management.
2015-11-01 19:27:27 -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
twinaphex
7091e23254
(PS3) Copy GLUI/XMB assets
2015-11-01 11:28:25 +01:00
twinaphex
61a67f0938
Cleanups
2015-10-31 21:41:31 +01:00
twinaphex
f8fae2914f
(iOS) Should set buildbot_server_url to correct URL now if iOS 9 is detected
2015-10-31 17:54:31 +01:00
aliaspider
39c5b683b8
(3DS) auto-extract /3ds/dspfirm.cdc from /3ds/code.bin when needed/
2015-10-27 19:50:39 +01:00
Twinaphex
0447c1b442
Merge pull request #2293 from aliaspider/master
...
(3DS) - add an audio driver using the DSP.
2015-10-27 01:38:38 +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
twinaphex
0dc9c8df95
Rename extraction_directory to cache_directory
2015-10-27 00:48:35 +01:00
aliaspider
04c79791e8
(CTR/3DS) fix for hbl 2.5
2015-10-26 04:58:39 +01:00
twinaphex
02a43c6b2a
Change 'rarch' to 'retro' namespace in libretro-common
2015-10-26 03:18:13 +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
Twinaphex
9302ce939b
Only use RELEASE_BUILD on OSX
2015-10-21 23:40:23 +02:00
aliaspider
9fbb790404
(CTR/3DS) heap_size can't be bigger than 0x6000000.
2015-10-21 01:38:04 +01:00
Twinaphex
6fc6f681f5
Merge pull request #2270 from aliaspider/master
...
(CTR/3DS) allow changing cpu speed on n3DS at runtime.
2015-10-21 01:11:22 +02: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
Twinaphex
257fed3228
Merge pull request #2264 from aliaspider/master
...
(CTR/3DS) update
2015-10-20 17:32:47 +02:00
aliaspider
8cc805c38a
(CTR/3DS) reduce memory usage.
...
build fix.
2015-10-20 12:34:53 +01:00
radius
a0fe04ead5
cleaner implementation of save file / save state sorting
2015-10-19 19:55:41 -05:00
Andrés
93696ad8bc
Update platform_darwin.m
2015-10-19 15:48:50 -05:00
twinaphex
776707577b
Use menu_entries_push
2015-10-17 17:14:41 +02: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
Francisco Jose Garcia Garcia
398ba9e42a
(Vita) Fixes #2216 - exiting back to the homebrew menu
2015-10-06 11:56:17 +02: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
b9978317cc
(CTR/3DS) video driver: increase texture width.
2015-10-04 19:22:23 +01:00
twinaphex
3fb709ef4c
Remove unused variable
2015-10-03 22:05:59 +02:00
Twinaphex
b1f946ea75
Merge pull request #2208 from fr500/master
...
don't use $HOME/downloads or $HOME/pictures
2015-10-03 21:59:08 +02:00
aliaspider
71efe15bce
(CTR/3DS) don't turn off the LCD for 2DS models.
2015-10-03 19:37:01 +01:00
radius
a92dfd4668
fix downloads dir
2015-10-03 11:30:13 -05:00
radius
300617b190
set defaults always to XDG dirs
2015-10-03 11:24:44 -05:00
radius
1f52b81a28
add screenshot dir
2015-10-03 11:24:17 -05:00
radius
13f2cce9a1
check for default dirs after loading config
2015-10-03 11:10:36 -05:00
radius
8556fe08f5
fix some nits
2015-10-03 11:10:00 -05:00
radius
7798be9f6e
[android] add a default config dir
2015-10-03 10:56:19 -05:00
aliaspider
6528c71e3a
(CTR/3DS) don't query APPMEMALLOC when started from the HBL.
2015-10-02 01:45:34 +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