twinaphex
7b2deee502
Rename playlist_push to history_playlist_push
2014-10-17 04:33:44 +02:00
twinaphex
7adcbc7311
Move rarch_playlist_push to frontend.c
2014-10-17 04:32:56 +02:00
twinaphex
3190b50e94
Move Content History Size option to Playlist Options
2014-10-17 04:27:12 +02:00
twinaphex
ef41200775
Add Playlist Options category
2014-10-17 04:23:50 +02:00
twinaphex
0f5161d621
Add History List Enable option
2014-10-17 04:17:28 +02:00
twinaphex
d3b27fd888
Add content_loaded callback to frontend context driver
2014-10-17 03:55:16 +02:00
Twinaphex
3b2a6c9df2
(iOS) Get rid of dead code in 'applicationDidFinishLaunching'
2014-10-17 02:57:47 +02:00
Twinaphex
4f9812da6b
(Apple) Reduce apple_run_core in complexity
2014-10-17 02:57:02 +02:00
Twinaphex
9357b86fe1
(iOS) Get rid of apple_run_core invocations in apple/iOS/menu.m and
...
move over to new way of loading core. TODO: might need some kind
of explicit return to game in case main menu doesn't get shut down
when we invoke this
2014-10-17 02:49:25 +02:00
twinaphex
d31c903ada
(menu_action.c) menu_action_handle_setting - cut down on code duplication
2014-10-17 02:02:23 +02:00
twinaphex
f518da61bf
(menu_action.c) Cut down on code duplication
2014-10-17 01:37:17 +02:00
twinaphex
8d4fdd9e24
Implement call to populate_entries at the end of menu_entries_parse_list
2014-10-17 01:18:20 +02:00
twinaphex
5a93f90c46
(PS3) (GCM GL) Use calloc when we need to memset directly after
2014-10-17 01:10:39 +02:00
Twinaphex
3b3b990796
Add early return to menu_environment_get in case wrap_args
...
is NULL
2014-10-17 00:28:03 +02:00
Twinaphex
c0b85ba34a
Make apply_deferred_settings more robust when it's being called
...
when exiting
2014-10-17 00:21:02 +02:00
Twinaphex
be81e99a83
(OSX) Don't directly manipulate g_extern.system.shutdown - go through
...
rarch_main_command calls
2014-10-17 00:02:24 +02:00
twinaphex
884eeeb87d
Reimplement RARCH_CMD_QUIT
2014-10-17 00:00:09 +02:00
Twinaphex
87445ca1c3
(OSX) coreWasChosen - Implement some stubs
2014-10-16 23:57:22 +02:00
twinaphex
81824f213d
(iOS) Add TODO notes
2014-10-16 23:53:58 +02:00
Twinaphex
f2d067fe7f
(OSX) Start cutting down on apple_run_core
2014-10-16 23:52:14 +02:00
twinaphex
303aaede17
Update to connect_ps3.c
2014-10-16 22:37:06 +02:00
twinaphex
85c4c15c84
(Linuxraw joypad) Update linuxraw joypad driver
2014-10-16 22:30:51 +02:00
twinaphex
3fff1abb83
Refactor buttons variable in udev joypad driver
2014-10-16 22:25:09 +02:00
Twinaphex
a84d11abda
(iOS) Take out 'Close Content'
2014-10-16 21:43:49 +02:00
Twinaphex
7a38c58a9b
Fix linking in OSX solution
2014-10-16 21:14:59 +02:00
twinaphex
4db958a183
Add CFExtensions.m/CFExtensions.h - will need to build fix this now
2014-10-16 21:07:26 +02:00
Twinaphex
f1ba2e2dc5
(OSX) Create wrapper function around NSSearchPathForDirectoriesInDomains
...
and create surrogate enums
2014-10-16 21:02:22 +02:00
Twinaphex
787881a2ac
(OSX) platform.m - Get rid of old code
2014-10-16 20:39:51 +02:00
Twinaphex
8fa2c31a4f
Merge pull request #1160 from jeapostrophe/master
...
Fixing NS to CF bridging crash
2014-10-16 20:39:00 +02:00
Jay McCarthy
2be3fa3c04
Fixing NS to CF bridging crash
2014-10-16 14:14:15 -04:00
Twinaphex
1a52ce43ec
(OSX) add stubbed out replacement C code using CoreFoundation for grabbing
...
application support dir path - figure out why it's broken
2014-10-16 19:53:39 +02:00
twinaphex
6d4badd220
(7zip) Indenting nits
2014-10-16 19:03:28 +02:00
twinaphex
29dfac645d
(rzlib) Indenting nits
2014-10-16 19:00:28 +02:00
twinaphex
69ca7995b4
(RGL PS3) Build Fix
2014-10-16 18:37:34 +02:00
twinaphex
933408a8e4
Get rid of gx_strcpy_resolution
2014-10-16 18:35:30 +02:00
twinaphex
fd718def87
Use PATH_MAX size for string variable
2014-10-16 18:31:05 +02:00
twinaphex
278d8abd11
Rename MENU_FILE_SWITCH to MENU_FILE_PUSH
2014-10-16 18:29:19 +02:00
twinaphex
e49cad7b68
Implement action start callback for ST_PATH and ST_DIR
2014-10-16 18:07:57 +02:00
twinaphex
be5914d006
(menu_action.c) Cleanups
2014-10-16 17:57:42 +02:00
twinaphex
bd1d8e65bc
Implement action start callback for ST_PATH
2014-10-16 17:55:24 +02:00
twinaphex
be4c043735
Cleanup menu_action.c
2014-10-16 17:19:48 +02:00
twinaphex
97f26dfae1
(menu_action.c) Get rid of some code duplication
2014-10-16 08:35:44 +02:00
twinaphex
3213541783
Take out g_extern.lifecycle_state flushing for now - leave this
...
up to upper-layer input drivers for now
2014-10-16 08:32:02 +02:00
twinaphex
34915aefce
Add RARCH_CMD_PERFCNT_REPORT_FRONTEND_LOG
2014-10-16 08:31:10 +02:00
twinaphex
a0a78e0710
Get rid of general.h dependency for playlist.c
2014-10-16 08:22:14 +02:00
twinaphex
023bb20b91
Cleanups
2014-10-16 08:20:09 +02:00
twinaphex
ce9469cb98
(file_list.c) Get rid of general.h header dependency
2014-10-16 08:17:19 +02:00
twinaphex
ab78b8a4cd
Reimplement disk_options_disk_index_toggle
2014-10-16 07:41:29 +02:00
twinaphex
af45a31b58
More updates removing retrolaunch and moving it to separate repo
2014-10-16 07:36:06 +02:00
twinaphex
b61b6fa84b
Move Retrolaunch to separate repo
2014-10-16 07:34:59 +02:00