twinaphex
147c40985c
(D3D) d3d_wrapper.c - silence warning
2014-09-12 17:54:11 +02:00
twinaphex
155439ad07
(D3D) Get rid of unused D3D macros
2014-09-12 17:43:03 +02:00
twinaphex
7e5746cc75
(D3D) Get rid of xdk_d3d.cpp/xdk_d3d.h
2014-09-12 17:39:15 +02:00
twinaphex
fe26623343
(D3D) Use d3d_swap wrapper function
2014-09-12 17:38:20 +02:00
twinaphex
345900ae3a
(D3D) Cleanups
2014-09-12 17:36:22 +02:00
twinaphex
a943609c1a
(D3D) Get rid of some D3D macros
2014-09-12 17:32:18 +02:00
twinaphex
7924166f64
(XDK) Use wrapper functions in render_chain_xdk.h
2014-09-12 17:30:30 +02:00
twinaphex
a58a1b4e43
(XDK) Build fix
2014-09-12 17:27:51 +02:00
twinaphex
b0b1a4c692
(D3D) Go through wrapper for MinFilter/MagFilter
2014-09-12 17:22:46 +02:00
twinaphex
35893e96ea
(D3D) Go through more wrapper functions
2014-09-12 17:17:28 +02:00
twinaphex
5e8fd1cf03
(D3D) Nit
2014-09-12 16:22:02 +02:00
Twinaphex
ee07c69c20
Merge pull request #985 from lioncash/free
...
command: Fix possible null dereference in rarch_cmd_free
2014-09-12 15:12:09 +02:00
Lioncash
a300ce5b2e
command: Fix possible null dereference in rarch_cmd_free
...
Free called on null pointers is OK, but if it's ever null and it hits this conditional, it will be a null pointer dereference.
2014-09-12 08:07:41 -04:00
twinaphex
7fc59210b1
(D3D) Have more functions go through d3d_wrapper
2014-09-12 08:08:04 +02:00
twinaphex
fa27c8884d
Add d3d_wrapper to Makefile.win
2014-09-12 08:02:48 +02:00
twinaphex
05c7d4e573
(D3D/MSVC) Build fix and include d3d_wrapper.c for MSVC build
2014-09-12 08:02:50 +02:00
twinaphex
127441e0c6
(D3D) Start using D3D wrapper functions
2014-09-12 07:49:25 +02:00
twinaphex
a4e6af8234
(GLUI) Take out '>' for selected item
2014-09-12 07:19:09 +02:00
Twinaphex
0e2282185f
Merge pull request #983 from lioncash/derefs
...
Fix some more possible null pointer dereferences
2014-09-12 06:49:07 +02:00
twinaphex
85f0db5bad
(Menu) Create menu_action_setting_driver and have Lakka and RGUI both
...
use it
2014-09-12 06:46:43 +02:00
Lioncash
be12253243
Fix some more possible null pointer dereferences
2014-09-12 00:30:53 -04:00
twinaphex
33750bc046
(Lakka) Indent/style nits
2014-09-12 06:29:39 +02:00
twinaphex
f5e523a8c3
Refactor/rename menu_action.c functions
2014-09-12 06:04:02 +02:00
twinaphex
050a6b9571
(Lakka) Only perform menu actions if MENU_ACTION_LEFT/MENU_ACTION_RIGHT/
...
MENU_ACTION_START/MENU_ACTION_OK is pressed
2014-09-12 05:57:27 +02:00
twinaphex
4a14658278
(Menu) Split up reusable menu_action code to menu_action.c
2014-09-12 05:54:58 +02:00
Twinaphex
81073c96ef
Merge pull request #982 from lioncash/deref
...
Squash some more potential null pointer dereferences
2014-09-12 05:26:50 +02:00
twinaphex
3863fe1e95
Add RARCH_ACTION_STATE_FORCE_QUIT
2014-09-12 05:14:43 +02:00
Lioncash
64272ef327
Squash some more potential null pointer dereferences
2014-09-11 23:04:02 -04:00
twinaphex
d96de429ea
(Menu) Add RARCH_CMD_LOAD_CONTENT_PERSIST
2014-09-12 05:01:24 +02:00
Twinaphex
59546e6f34
Merge pull request #981 from lioncash/include
...
retroarch_logger: Include header stdio.h
2014-09-12 04:33:40 +02:00
Lioncash
7ccc71bb59
retroarch_logger: Include header stdio.h
...
Prior to this, if this file was included in a source file, but stdio was not, then a compile error would result, as the log calls internally print to stderr, which is defined within stdio.h
2014-09-11 22:22:42 -04:00
Twinaphex
1aa8ad306d
Merge pull request #979 from Monroe88/windows_glui
...
Add GLUI building to Makefile.win
2014-09-12 04:18:18 +02:00
Twinaphex
d9fbfb8fdc
Merge pull request #980 from lioncash/deref
...
settings_data: Handle potential null dereferences
2014-09-12 04:17:51 +02:00
Lioncash
fef46e3128
settings_data: Handle potential null dereferences
2014-09-11 22:12:23 -04:00
twinaphex
550ebc0e49
(Menu) Fix case where we load content with 'Load Content'
2014-09-12 04:09:01 +02:00
twinaphex
9104736dce
(D3D) Include xtl.h header for D3D8 Xbox 1
2014-09-12 04:04:05 +02:00
twinaphex
885362e9da
(D3D) Add 360/Xbox 1 implementation for d3d_textureblit
2014-09-12 03:45:48 +02:00
Monroe88
42dd095703
Enable Lakka building by default on Makefile.win
2014-09-11 20:39:04 -05:00
Twinaphex
4d20e28990
Merge pull request #978 from lioncash/msvc
...
msvc: Add header files to the VS project.
2014-09-12 03:39:02 +02:00
Lioncash
7c734868bb
msvc: Add header files to the VS project.
...
Allows browsing them alongside the regular source files.
2014-09-11 21:36:30 -04:00
Monroe88
6d59e6fc6a
Add GLUI building to Makefile.win
2014-09-11 20:33:45 -05:00
twinaphex
3eb362eaae
(XDK) win32_common.h - add ifndef _XBOX define
2014-09-12 03:32:45 +02:00
twinaphex
9c67b3f39c
Indenting/style nits
2014-09-12 02:51:47 +02:00
Twinaphex
3857761fdd
Merge pull request #977 from lioncash/deref
...
dinput: Guard against the case where malloc fails
2014-09-12 02:47:07 +02:00
twinaphex
e05b505032
(D3D) uniquely name header guard name for d3d_font.h
2014-09-12 02:45:13 +02:00
Lioncash
736561ecbe
dinput: Guard against the case where malloc fails
2014-09-11 20:41:46 -04:00
twinaphex
de5301da33
(D3D) RenderChain class is gone so get rid of this
2014-09-12 02:35:54 +02:00
Twinaphex
ccf0ef2cd7
Merge pull request #976 from lioncash/printfs
...
settings_data: Fix some mismatched printf specifiers
2014-09-12 02:35:10 +02:00
Lioncash
a7455bc911
settings_data: Fix some mismatched printf specifiers
2014-09-11 20:32:48 -04:00
Twinaphex
fd001f6b52
Merge pull request #975 from lioncash/realloc
...
settings_data: Guard against possible realloc/malloc failures
2014-09-12 02:25:14 +02:00