Commit Graph

12972 Commits

Author SHA1 Message Date
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
Higor Eurípedes
a002afdaff (Makefile.win) Set the OS variable 2014-09-13 23:02:09 -03:00
twinaphex
2cb18dbec5 Move some Win32-specific obj files to Makefile.common 2014-09-14 04:00:27 +02:00
twinaphex
2ce5f9318f Update Makefiles 2014-09-14 03:58:49 +02:00
twinaphex
dd5ebd974e Update Makefile.common 2014-09-14 03:44:54 +02:00
twinaphex
ed492be6a2 Move more to Makefile.common 2014-09-14 03:38:36 +02:00
twinaphex
2926183d8d Move more to Makefile.common 2014-09-14 03:22:04 +02:00
twinaphex
36c36cc332 Move more to Makefile.common 2014-09-14 02:52:30 +02:00
Twinaphex
41a2aeefc8 Merge pull request #1007 from lioncash/logfunc
retroarch_logger: Fix linux build
2014-09-14 02:26:54 +02:00