Commit Graph

12991 Commits

Author SHA1 Message Date
Lioncash
d1f908b8f8 Fix a few memory leaks
Also guard against calloc failure in lakka_init.
2014-09-15 11:29:30 -04:00
twinaphex
a71b42e4b3 (RARCH_CONSOLE/RARCH_MOBILE) Add default playlist dir for consoles/mobile 2014-09-15 08:03:58 +02:00
twinaphex
756356870b (Menu) Refactor more code to menu_action.c 2014-09-15 07:52:08 +02:00
twinaphex
35cc778bb3 (Lakka) Implement setting cmd_trigger 2014-09-15 07:42:35 +02:00
twinaphex
e53c7d590f (Lakka) Fix menu toggle 2014-09-15 07:38:28 +02:00
twinaphex
71f6abb71f (Menu/Settings) Only show Core Disk Options if core supports it 2014-09-15 07:31:33 +02:00
twinaphex
3c05bc4b52 (Menu) Disable going back to main menu when pressing menu toggle button
(will later be exposed again as a toggleable option)
2014-09-15 07:23:50 +02:00
twinaphex
48a44e8e64 (Menu) Take out RARCH_MENU_TOGGLE for old_input_state - no longer
needed
2014-09-15 07:08:17 +02:00
twinaphex
8437e4bd2a Style/indent nits 2014-09-15 07:03:54 +02:00
twinaphex
11866d42f8 Cleanups 2014-09-15 06:43:50 +02:00
twinaphex
958c4cb5e0 (rewind.c) style/indent nits 2014-09-15 06:14:42 +02:00
twinaphex
cbce0c7b8a Create write_empty_file helper function in file_path.c 2014-09-15 05:49:48 +02:00
twinaphex
5e43f375c6 Create playlist in playlist_read_file if it doesn't already
exist
2014-09-15 04:45:57 +02:00
twinaphex
c6469c8341 Set history path to playlists directory if playlist directory
is non-NULL
2014-09-15 04:20:45 +02:00
twinaphex
89676e8424 Add Playlist Directory path setting 2014-09-15 04:12:41 +02:00
Twinaphex
32291bb799 Merge pull request #1016 from lioncash/free
playlist: early exit if NULL is passed to content_playlist_free_entry
2014-09-15 03:27:16 +02:00
Lioncash
7d6ebf75bd playlist: early exit if NULL is passed to content_playlist_free_entry 2014-09-14 21:24:03 -04:00
Twinaphex
850b13ecba Merge pull request #1015 from lioncash/whoops
Fix a realloc guard mistake I made in config_file.
2014-09-15 02:22:51 +02:00
Lioncash
f1ab2ece8c Fix a realloc guard mistake I made in config file. 2014-09-14 20:22:17 -04:00
twinaphex
ab0492f4cd Rewrite two settings relying on cmds 2014-09-15 02:08:29 +02:00
Twinaphex
416307fcd3 (OSX) Add GLUI to OSX solution 2014-09-15 01:35:23 +02:00
Twinaphex
4adf82b37b Merge pull request #1014 from lioncash/deref
config_file: Guard against calloc/malloc/realloc failure cases
2014-09-15 00:53:41 +02:00
Twinaphex
b4de99c318 (OSX) Cleanups 2014-09-15 00:51:57 +02:00
Lioncash
d4f01cafdf config_file: Guard against calloc/malloc/realloc failure cases 2014-09-14 18:49:21 -04:00
twinaphex
696b1cdef8 (Menu) Refator common code into calls to menu_action_setting_apply 2014-09-15 00:34:00 +02:00
twinaphex
1682d83831 (Menu/Settings) Add SD_FLAG_CMD_APPLY_AUTO 2014-09-15 00:21:24 +02:00
twinaphex
899e69f921 (Settings/menu) Add WITH_CMD to settings_data.c 2014-09-14 23:44:32 +02:00
Twinaphex
05024d529a Merge pull request #1012 from heuripedes/master
Fix missing rarch.o object on windows
2014-09-14 22:53:02 +02:00
Higor Eurípedes
78da994e89 (Makefile) Compile rarch.rc 2014-09-14 17:50:51 -03:00
Higor Eurípedes
ef4b720c74 (qb) Check for windres 2014-09-14 17:50:50 -03:00
Twinaphex
af36280c79 (Menu) Buildfix for prototypes 2014-09-14 22:41:44 +02:00
twinaphex
3d689bd40f (Menu) Add SD_FLAG_EXIT to signal to the menu that we want to cleanly
exit out of the menu
2014-09-14 22:39:33 +02:00
twinaphex
d6659cd4d6 (Menu) Use return value from backend_iterate 2014-09-14 21:56:29 +02:00
twinaphex
3158a837f0 Define HAVE_COMMAND for Makefile.win 2014-09-14 19:53:44 +02:00
twinaphex
8caf16a538 (WGL) Build fix 2014-09-14 19:30:44 +02:00
twinaphex
eff9bf17a8 Reimplement menu toggle in menu - now remembers last menu
(Disp) Menu display drivers shouldn't influence control flow
of menu, so take this out and move menu toggle control flow
to menu_backend driver
instead
2014-09-14 18:07:00 +02:00
twinaphex
aae73438de Simplify frontend.c entry functions 2014-09-14 16:36:15 +02:00
twinaphex
2284395c4d Get rid of frontend_loop 2014-09-14 16:29:09 +02:00
Twinaphex
cb1eea1ec2 Add logging to main_entry_decide 2014-09-14 16:08:28 +02:00
twinaphex
a3269ff9ed Add RARCH_ACTION_STATE_MENU_RUNNING_FINISHED to RARCH_CMD_RESUME 2014-09-14 15:37:47 +02:00
twinaphex
fe49a0fe40 Some control flow changes 2014-09-14 15:32:32 +02:00
twinaphex
e9c865f56a Create main_entry_decide to delegate decisionmaking process of
what to bind frontend_loop to
2014-09-14 15:23:40 +02:00
twinaphex
2d64c7aa8f (Menu) Uniquely name png_texture_load in lakka and glui 2014-09-14 15:17:03 +02:00
Twinaphex
2862b17e07 Merge pull request #1011 from lakkatv/lakka
Add missing flags when building with mali fbdev
2014-09-14 14:50:10 +02:00
Jean-André Santoni
01c210e675 Add missing flags when building with mali fbdev 2014-09-14 14:40:00 +02:00
Twinaphex
da977ed676 Merge pull request #1010 from lakkatv/lakka
(GLUI) Display a background image if found
2014-09-14 13:51:37 +02:00
Jean-André Santoni
54f2953608 (GLUI) Display a background image if found 2014-09-14 10:32:35 +02:00
twinaphex
a752db392f Revert "Do life cycle state checking outside of graphics driver for"
This reverts commit 06bea05634.
2014-09-14 07:53:18 +02:00
twinaphex
295434151b (D3D) Change dir to gfx/d3d 2014-09-14 06:45:47 +02:00
twinaphex
3eead06391 (MSVC) Use Griffin from now on for MSVC PC build - make some
variable/ function names unique for Griffin
2014-09-14 06:29:40 +02:00