Commit Graph

37479 Commits

Author SHA1 Message Date
twinaphex 5663f6d60f Create menu_entries_get_last_stack_actiondata 2015-10-17 18:57:47 +02:00
twinaphex 5d036f70d1 (menu_displaylist.c) Use menu_entries_get_last_stack 2015-10-17 18:45:14 +02:00
twinaphex d3bde69387 Use menu_list_get_ptr internally inside menu_entries.c 2015-10-17 18:44:17 +02:00
twinaphex e34171b4a0 (xmb.c) Cleanup 2015-10-17 18:40:47 +02:00
twinaphex d4c99a5f4e Start using menu_entries_pop_stack 2015-10-17 18:38:14 +02:00
twinaphex c42e4c420f Start using menu_entries_get_last_stack 2015-10-17 18:31:16 +02:00
twinaphex b8720cf056 Refactor 2015-10-17 18:21:47 +02:00
twinaphex e6db9dffd5 Refactor xmb 2015-10-17 18:17:59 +02:00
twinaphex e1a1f961be (menu_cbs_info.c) Don't use menu_list_get_ptr 2015-10-17 18:09:05 +02:00
twinaphex 933418db2b Use menu_list_get_ptr less 2015-10-17 18:06:02 +02:00
twinaphex ce4ad6d3ab Use menu_list_get_ptr less 2015-10-17 18:02:41 +02:00
twinaphex 9cb806298e Use menu_list_get_ptr less 2015-10-17 17:58:59 +02:00
twinaphex 2ee67cb7b8 Start getting rid of more menu_list_get_ptr usage 2015-10-17 17:56:19 +02:00
twinaphex 93e81766c2 Start getting rid of menu_list_get_ptr usage 2015-10-17 17:51:40 +02:00
twinaphex d1fa131a35 Create menu_entries_get_menu_stack_ptr 2015-10-17 17:44:57 +02:00
twinaphex 71a5e8eab5 Move menu_list_ functions to menu_list.c 2015-10-17 17:38:17 +02:00
twinaphex 776707577b Use menu_entries_push 2015-10-17 17:14:41 +02:00
twinaphex 92b7fd582e Create menu_entries_push 2015-10-17 17:10:29 +02:00
twinaphex a3d306becc Move menu_setting_set_flags to menu_setting.c 2015-10-17 17:05:50 +02:00
Twinaphex dbd119674e Update README.md 2015-10-17 16:40:44 +02:00
aliaspider 915ed60131 (CTR/3DS) increase linear heap size. 2015-10-17 15:26:03 +01:00
twinaphex 8dfc5f698d Add Cheevos username/password 2015-10-17 15:58:59 +02:00
twinaphex 13f8c2fa51 (Accounts subentry) Handles refresh now properly 2015-10-17 15:34:38 +02:00
twinaphex 669eb8a39f menu_cbs.c - don't force on debug logging 2015-10-17 15:30:08 +02:00
twinaphex 1b59823972 Start adding preliminary Account Settings 2015-10-17 15:28:16 +02:00
aliaspider b7098c0846 (griffin) build fix for !defined(HAVE_CHEEVOS) 2015-10-17 09:56:23 +01:00
aliaspider b556211e82 Merge pull request #2247 from jakcron/master
(CTR/3DS) Enabled access to more memory.
2015-10-17 09:07:01 +01:00
jakcron 1439931ed1 (CTR/3DS) Changed pkg directory names.
3dsx -> /3ds, .3ds -> /rom, .cia -> /cia
2015-10-17 16:04:44 +08: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
Twinaphex c943822002 Merge pull request #2244 from leiradel/master
even better error handling
2015-10-17 04:06:25 +02:00
Andre Leiradella 7456f2d032 even better error handling 2015-10-16 22:51:09 -03:00
Twinaphex 621af4192e Merge pull request #2243 from leiradel/master
better error handling
2015-10-17 03:51:07 +02:00
Andre Leiradella 703f5e01e9 better error handling 2015-10-16 20:57:11 -03:00
twinaphex f48771ea42 (cheevos) Backport 'moved cheevos configuration to the config file' 2015-10-16 18:14:29 +02:00
twinaphex 41b27ad242 Backport 'map the ram as a contiguous block" 2015-10-16 18:07:57 +02:00
twinaphex 21f23ea51d Backport 'remove cheevos from the build unless HAVE_CHEEVOS=1;' 2015-10-16 18:04:59 +02:00
twinaphex 677d757c18 backport 'add guard for unknown roms with 8MB or more' 2015-10-16 18:00:22 +02:00
twinaphex 426033b4d1 Set up libretro-test Makefiles for iOS 9 2015-10-15 16:14:25 +02:00
twinaphex 686caffbb7 cheevos.h - cleanups 2015-10-15 16:08:48 +02:00
twinaphex b0b37cea98 cheevos.c - android buildfix 2015-10-15 16:08:19 +02:00
twinaphex 4604a1dd20 cheevos.c - cleanup 2015-10-15 16:07:18 +02:00
twinaphex c02e8ee202 cheevos.c - cleanup 2015-10-15 16:05:47 +02:00
twinaphex 0a3db8f7bb Update cheevos - style nits 2015-10-15 16:04:26 +02:00
Twinaphex bbcd49b6df Merge pull request #2238 from leiradel/master
fixed function signature
2015-10-15 04:51:58 +02:00
Andre Leiradella bbad416082 fixed function signature 2015-10-14 23:48:42 -03:00
Twinaphex 1c74fb0b77 Merge pull request #2237 from leiradel/master
removed special snes case, recompute md5 if the first one fails instead
2015-10-15 02:54:00 +02:00
Andre Leiradella 6cce351e3d prefix log messages with CHEEVOS 2015-10-14 21:30:23 -03:00
Andre Leiradella 3f1d902aad show achievement using osd messages 2015-10-14 21:08:19 -03:00
Andre Leiradella ff2d6b9c2b removed special snes case, recompute md5 if the first one fails instead 2015-10-14 20:52:25 -03:00