Twinaphex
11187b5128
Merge pull request #1021 from heuripedes/master
...
C++ build fixes
2014-09-15 18:16:24 +02:00
Higor Eurípedes
83b6aeb6cc
Fix C++ build linkage
2014-09-15 13:14:19 -03:00
Higor Eurípedes
7767b0283c
(Makefile) Cleanup and CXX warning fixes
2014-09-15 13:14:18 -03:00
twinaphex
9e132a0c24
(Lakka) build fix
2014-09-15 17:32:05 +02:00
Twinaphex
e1ddd908fe
Merge pull request #1020 from lioncash/leak
...
Fix a few memory leaks
2014-09-15 17:31:24 +02:00
Lioncash
d1f908b8f8
Fix a few memory leaks
...
Also guard against calloc failure in lakka_init.
2014-09-15 11:29:30 -04:00
Twinaphex
1d39b5d097
Merge pull request #1019 from lakkatv/lakka
...
Remove -DHAVE_GL_SYNC from GLES builds
2014-09-15 17:07:29 +02:00
Jean-André Santoni
a5bb038731
Remove -DHAVE_GL_SYNC from GLES builds
2014-09-15 17:07:17 +02:00
twinaphex
3b23c4442a
(apk-extract.c) Style/indent nits
2014-09-15 16:59:51 +02:00
Twinaphex
60bd5e8323
Merge pull request #1018 from lioncash/free
...
Sanitize against NULL in some free-like functions.
2014-09-15 16:08:18 +02:00
Twinaphex
3409f0b76d
Merge pull request #1017 from lakkatv/lakka
...
(GLUI) Display message boxes
2014-09-15 16:06:57 +02:00
Lioncash
f8499aa71a
Sanitize against NULL in some free-like functions.
2014-09-15 09:30:27 -04:00
Jean-André Santoni
353f7d2c1e
(GLUI) Display message boxes
2014-09-15 12:36:52 +02:00
Jean-André Santoni
c8266fab3a
Merge branch 'master' of https://github.com/libretro/RetroArch
2014-09-15 11:59:35 +02: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
Jean-André Santoni
a1496c05a4
Merge branch 'master' of https://github.com/libretro/RetroArch
2014-09-14 21:44:24 +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