Commit Graph

12980 Commits

Author SHA1 Message Date
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
twinaphex 516a536a78 Include msvc_compat.h at top of Griffin too for _MSC_VER targets 2014-09-14 06:19:32 +02:00
twinaphex 0efac4b6ad Add some additions to Griffin for MSVC PC build 2014-09-14 06:15:24 +02:00
twinaphex 06bea05634 Do life cycle state checking outside of graphics driver for
menu display driver's 'frame' function
2014-09-14 06:02:05 +02:00
twinaphex 259d75fa6e (GLUI) Fix Savestate load/save and resume 2014-09-14 05:57:53 +02:00
twinaphex 5ece6d5ec0 Bake in GLUI and Lakka if HAVE_OPENGL is defined and HAVE_RGUI
is defined
2014-09-14 04:52:44 +02:00
twinaphex 0402f91ee1 Move zlib to Makefile.common too 2014-09-14 04:50:10 +02:00
twinaphex 6a730a7408 Move more to Makefile.common 2014-09-14 04:43:18 +02:00
twinaphex a59c9247ed Move more to Makefile.common 2014-09-14 04:37:57 +02:00
Twinaphex edea06292e Merge pull request #1008 from heuripedes/master
Windows builds fixes
2014-09-14 04:36:01 +02:00
Higor Eurípedes 52f300b3ac (Makefile.common) Add missing xinput autoconfig object 2014-09-13 23:09:14 -03:00
Higor Eurípedes fd9b58fea6 (Makefile.common) Remove win32_common.o reference 2014-09-13 23:02:10 -03:00