27764 Commits

Author SHA1 Message Date
twinaphex
acdf0eb74e Fix C89_BUILD 2016-03-04 19:48:05 +01:00
twinaphex
0140f989c3 Fix CXX_BUILD 2016-03-04 19:46:25 +01:00
twinaphex
e9a0aba85b Silence bunch of warnings and fix an error 2016-03-04 19:42:30 +01:00
twinaphex
90fbc6330c Create RARCH_DISPLAY_CTL_SET_TITLE_BUF 2016-03-04 19:38:15 +01:00
twinaphex
2d158b809c Cleanups 2016-03-04 19:29:22 +01:00
twinaphex
05ce32efe4 Add RUNLOOP_CTL_FORCED_NONBLOCK_{} actions 2016-03-04 19:20:00 +01:00
twinaphex
fe9ad4825d (gfx/video_driver.c) Cleanups 2016-03-04 19:12:54 +01:00
twinaphex
f9ef8d4cc7 Move variables to camera_driver_ctl 2016-03-04 19:02:14 +01:00
twinaphex
a9038e3b0a Remove these enums 2016-03-04 18:16:57 +01:00
twinaphex
e34943194c Refactor camera driver code 2016-03-04 18:16:07 +01:00
twinaphex
9ba753993b Create RUNLOOP_CTL_{GET/SET}_FRAME_TIME 2016-03-04 17:54:54 +01:00
twinaphex
81e13aa2c1 (command.c) Cut down on some functions 2016-03-04 17:35:44 +01:00
twinaphex
95314700f9 Turn menu_displaylist_parse_settings into static function 2016-03-04 07:42:38 +01:00
twinaphex
ed54600b41 (XMB) Start using DISPLAYLIST_SETTING 2016-03-04 07:41:45 +01:00
twinaphex
b03487dc4f Start using DISPLAYLIST_SETTING 2016-03-04 07:37:40 +01:00
twinaphex
0c517434f3 Add DISPLAYLIST_SETTING 2016-03-04 07:29:17 +01:00
twinaphex
9fdbde1b4c Add menu_displaylist_ctx_parse_entry 2016-03-04 07:24:30 +01:00
twinaphex
3d8e1e0f6c Revert "Change signature of menu_displaylist_parse_settings"
This reverts commit 280431114e7e7d1912512e229d1ae754dab905d9.
2016-03-04 07:23:07 +01:00
twinaphex
280431114e Change signature of menu_displaylist_parse_settings 2016-03-04 07:20:37 +01:00
twinaphex
418c5cbb76 (Win32) Buildfix 2016-03-04 05:01:49 +01:00
twinaphex
6d4212ca06 Check OS version before going down screensaver path 2016-03-04 04:51:57 +01:00
radius
f86097aefb [zr] remove a lot of glui code 2016-03-03 22:31:38 -05:00
twinaphex
f687fec624 Makefile.win - cleanups 2016-03-04 04:24:47 +01:00
twinaphex
f828de24db Remove this 2016-03-04 04:19:35 +01:00
twinaphex
297abae623 (Mingw) Add program files include dir check 2016-03-04 04:06:43 +01:00
twinaphex
be95858b16 Add DirectX SDK path if not already included inside PATH 2016-03-04 02:11:15 +01:00
twinaphex
93de657952 (retro_inline.h) Fix backwards compatibility with older mingw versions 2016-03-04 01:43:09 +01:00
radius
5b11e290dd [zr] add entry for test window 2016-03-03 18:39:14 -05:00
radius
d9bc760b46 [zr] fix window opening and closing 2016-03-03 18:39:13 -05:00
radius
041af7cdb8 [zr] update zahnrad 2016-03-03 18:39:11 -05:00
radius
dfefefb416 [zr] change the window hiding method a bit 2016-03-03 18:39:10 -05:00
twinaphex
5a1d8a96d0 (Menu) Create new input_ctl actions for pointer dragging 2016-03-03 23:21:02 +01:00
twinaphex
242b511387 Ifdef with RARCH_INTERNAL 2016-03-03 18:18:41 +01:00
twinaphex
d15eb9a570 Add HAVE_SSA switch to qb 2016-03-03 18:17:48 +01:00
twinaphex
e663a69c0b (Network Information) Show title bar 2016-03-03 07:27:47 +01:00
twinaphex
869cb8a1be (net_ifinfo.c) Bugfix 2016-03-03 07:17:17 +01:00
twinaphex
ec0d9f0a70 (net_ifinfo.c) Style nits 2016-03-03 07:16:06 +01:00
twinaphex
fe3c279f73 Cleanups 2016-03-03 06:59:54 +01:00
twinaphex
5cef419209 (zahnrad) Get past crash when shader is NULL 2016-03-03 06:21:40 +01:00
twinaphex
97eea9e71f (net_ifinfo/Win32) Adapter name shows up now - IP address doesn't yet 2016-03-03 05:50:45 +01:00
radius
4617f792c5 [zr] implement combo box for recents 2016-03-02 22:41:28 -05:00
twinaphex
4d630189a2 Start adding Windows implementation for net_ifinfo.c - will
need to link against iphlpapi for mingw
2016-03-03 04:40:25 +01:00
twinaphex
966f267285 (Win32) Start trying to implement Win32 backend for net_ifinfo.c 2016-03-03 04:11:24 +01:00
twinaphex
dfa315f0d5 Fix compat_ifaddrs.c - network addresses are now shown on Android 2016-03-03 03:44:16 +01:00
twinaphex
5b4ba2a449 Add Network Information now 2016-03-03 03:06:54 +01:00
twinaphex
e99a97d9b7 Some compilation fixes for compat_ifaddrs.c 2016-03-03 02:51:06 +01:00
twinaphex
4fce2e74ac (Win32) Buildfix 2016-03-03 02:10:34 +01:00
twinaphex
88b3b9a08d Include boolean.h 2016-03-03 02:09:30 +01:00
twinaphex
c9e6a91137 (Android) Bake in ifaddrs for Android 2016-03-03 02:08:47 +01:00
twinaphex
a3234f3f17 (net_ifinfo.c) ifndef this out for _WIN32 so far 2016-03-03 01:34:45 +01:00