Commit Graph

14201 Commits

Author SHA1 Message Date
twinaphex
b4cebd605e Refactor menu_entries_pop_stack 2014-10-17 20:55:41 +02:00
twinaphex
2de0775213 Rename menu_entries_pop_list into menu_list_pop_stack 2014-10-17 20:47:32 +02:00
twinaphex
0e2c108a8a Create menu_list_push_stack 2014-10-17 20:44:22 +02:00
twinaphex
687f593174 Create menu_list.c 2014-10-17 20:36:02 +02:00
twinaphex
9bb24bfdf9 Revert "Add file_list_get_previous_stack"
This reverts commit 5acde7a8a6.
2014-10-17 19:32:40 +02:00
twinaphex
d774eb6bde Revert "Rename to file_list_get_last_previous_stack to make its purpose clearer"
This reverts commit cace73b265.
2014-10-17 19:32:28 +02:00
twinaphex
cace73b265 Rename to file_list_get_last_previous_stack to make its purpose clearer 2014-10-17 19:13:13 +02:00
twinaphex
5acde7a8a6 Add file_list_get_previous_stack 2014-10-17 19:12:14 +02:00
Twinaphex
74c5d5d1d8 (OSX) Kill off core list combobox code - Creating the NSComboBox for available cores will be done differently under the presumption that RetroArch will always
be running - no need for a cached list to keep around
2014-10-17 17:07:00 +02:00
Twinaphex
0132581ebc (OSX) Move code over to platform_apple.c 2014-10-17 17:05:27 +02:00
Twinaphex
f704097573 (Apple) Reimplement CFSearchPathForDirectories 2014-10-17 17:01:24 +02:00
twinaphex
defdd65fae (Settings data) ST_BIND - fixes regular non-player 1 binds with
action OK callback
2014-10-17 08:21:22 +02:00
Twinaphex
04a619bd79 Merge pull request #1162 from mprobinson/parport-joypad
Fixed version of 72ca37f9d6
2014-10-17 08:15:02 +02:00
twinaphex
d753771f5a Add action start callback to ST_BIND settings too 2014-10-17 08:14:17 +02:00
Mike Robinson
00f6a17804 Fixed version of 72ca37f9d6 2014-10-17 06:41:43 +01:00
twinaphex
dfe8c291b8 Start implementing CONFIG_BIND action OK callback properly 2014-10-17 07:33:02 +02:00
twinaphex
c53632be81 Start implementing action OK for ST_BIND 2014-10-17 07:11:51 +02:00
twinaphex
1a994ef1c3 (GCM GL) Cleanups 2014-10-17 06:47:31 +02:00
twinaphex
72ca37f9d6 Revert "Update parport_joypad.c driver - mrob - confirm if things still"
This reverts commit 04b6287d77.
2014-10-17 05:58:28 +02:00
twinaphex
04b6287d77 Update parport_joypad.c driver - mrob - confirm if things still
work as expected - if not, update and send PR - button variables
need to be no longer a bool array variable
2014-10-17 05:57:10 +02:00
twinaphex
f901c2967f Revert "(Apple) Implement apple_content_loaded"
This reverts commit 861f9d14cd.
2014-10-17 05:27:54 +02:00
Twinaphex
c82145ff48 (iOS) menu.m - use g_defaults.history 2014-10-17 05:12:57 +02:00
Twinaphex
8860784068 (Apple) Cleanups 2014-10-17 05:03:51 +02:00
Twinaphex
861f9d14cd (Apple) Implement apple_content_loaded 2014-10-17 04:58:05 +02:00
twinaphex
b2aab151c8 Add content_loaded callback function invocation when content
is loaded
2014-10-17 04:49:25 +02:00
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