Commit Graph

35911 Commits

Author SHA1 Message Date
twinaphex
c97ae2312e Small style nit 2017-01-09 22:48:13 +01:00
Twinaphex
79bfcb19ce Merge pull request #4389 from ShiftyAxel/qnx-bb10
Updated BB10/QNX Support
2017-01-09 22:29:55 +01:00
Josh Palmer
a620e1f89a Add cores folder to QNX .gitignore 2017-01-09 20:26:09 +00:00
Josh Palmer
42bf55fb21 Fixup preprocessor defines for momentics project, increment bar descriptor build ID 2017-01-09 20:26:09 +00:00
Josh Palmer
453d823d2a Fix jsonsax compilation on QNX, 'index' appears to be a reserved symbol 2017-01-09 20:26:09 +00:00
Josh Palmer
b85e2a8897 Fix references to bbctx-qnx post-rebase 2017-01-09 20:26:09 +00:00
Josh Palmer
5ed17c1ffd Reorganize QNX directory structure, rename bbqnx_ctx.c to qnx_ctx.c for consistency
Added OpenGL ES3 support to qnx_ctx.c
Finalize momentics project setup
2017-01-09 20:26:09 +00:00
Josh Palmer
437734e407 Rewrite QNX input & joypad drivers for proper BB10.3.1 support 2017-01-09 20:26:09 +00:00
Josh Palmer
e1d3493a9d Handle more cases for EGL error reporting 2017-01-09 20:26:09 +00:00
Josh Palmer
ef205447df QNX-specific default directory and file permission handling 2017-01-09 20:26:09 +00:00
Josh Palmer
50cb8d2b95 Add QNX-specific settings to config.def.h, refactor default keybinds into a separate file for cleaner per-platform setup 2017-01-09 20:26:09 +00:00
Josh Palmer
99988bbac5 Don't try to load wallpaper from an empty path in materialui.c 2017-01-09 20:26:09 +00:00
Josh Palmer
0ea81fc874 Fix menu_cbs_deferred_push.c compilation when HAVE_LIBRETRODB is not defined 2017-01-09 20:24:51 +00:00
Josh Palmer
39ba27848f Add QNX-specific codepath for fill_pathname_application_path 2017-01-09 20:24:51 +00:00
Josh Palmer
8672b88eff First round of momentics project fixups 2017-01-09 20:24:51 +00:00
twinaphex
42c26ec539 (menu_shader.c) Cleanups 2017-01-09 20:42:15 +01:00
twinaphex
9826b45242 Fix two Coverity errors 2017-01-09 19:49:58 +01:00
Alcaro
3d600c9f11 Fix some misleading indentation 2017-01-09 19:26:34 +01:00
twinaphex
7cdfcb44eb Remove obsolete line 2017-01-09 19:18:18 +01:00
twinaphex
29370cb07c (Zarch) Buildfix 2017-01-09 18:55:13 +01:00
twinaphex
99421b42d5 Update Makefile 2017-01-09 17:47:25 +01:00
twinaphex
fbb7dbd36b Add pipeline.active to menu_display_draw_ctx_t 2017-01-09 17:22:28 +01:00
twinaphex
04c23189e9 (menu_display.c) Cleanups 2017-01-09 17:10:57 +01:00
twinaphex
1e60376e7c Simplify menu_display_draw_bg - take out XMB-specific code out of
menu_display.c
2017-01-09 16:55:46 +01:00
twinaphex
4d77dacbe5 Implement rgui_environ - framebuffer will update itself when mouse
is active
2017-01-09 16:49:57 +01:00
twinaphex
02dfda3ad3 Create menu_animation_update 2017-01-09 16:39:09 +01:00
twinaphex
52a0592a4d (XMB) Style nits 2017-01-09 16:26:50 +01:00
twinaphex
05bff46236 (MaterialUI) Fix performance regression - we were not checking
if the menu background actually exists prior to initiating the task
2017-01-09 16:21:07 +01:00
Twinaphex
476c047f85 (OSX) Buildfix 2017-01-09 16:16:59 +01:00
twinaphex
179831174d (xmb.c) Cleanups - don't grab settings pointer everywhere 2017-01-09 16:00:53 +01:00
twinaphex
c086a18ceb video_driver_frame_filter no longer needs to grab pointer to
settings
2017-01-09 15:46:40 +01:00
twinaphex
36fb6776b2 Don't grab settings pointer in video_monitor_get_fps function 2017-01-09 15:42:14 +01:00
twinaphex
35fefb1c09 Do away with yet more pointer grabbing of settings 2017-01-09 15:14:16 +01:00
twinaphex
6b3cc9068d Pass video_info to swap_buffers too 2017-01-09 14:59:15 +01:00
twinaphex
3d92ce140e Pass video_frame_info_t to update_window_title 2017-01-09 14:42:07 +01:00
twinaphex
be2f921ee2 Don't use settings pointer inside video_frame function 2017-01-09 14:25:59 +01:00
twinaphex
f3e7fc09d4 Fix pulse.c 2017-01-09 13:10:15 +01:00
twinaphex
83e8aec3d4 Refactor audio driver code - add new_rate variable 2017-01-09 13:09:14 +01:00
twinaphex
8fa011d836 Get rid of some header includes 2017-01-09 12:50:54 +01:00
twinaphex
b89ec1369f Rename rarch_resampler_* to retro_resampler_* 2017-01-09 12:45:51 +01:00
twinaphex
03adb6fd3a Rename rarch_dsp_* to retro_dsp_* 2017-01-09 12:41:59 +01:00
twinaphex
14a800f1f5 Update Makefiles - audio_filters have been moved to libretro-common 2017-01-09 12:37:01 +01:00
twinaphex
92f9ad0714 Move audio DSP filters to libretro-common 2017-01-09 12:30:11 +01:00
twinaphex
d3b818a16a Move dsp_filter to libretro-common 2017-01-09 12:22:29 +01:00
twinaphex
2c6ff22862 Move libretro_dspfilter.h to libretro-common 2017-01-09 12:17:57 +01:00
twinaphex
6f2dc9196b Cleanups 2017-01-09 12:14:46 +01:00
twinaphex
830cadc01d Start making audio_dsp_filter.c no longer dependent on Rarch
headers
2017-01-09 11:58:38 +01:00
twinaphex
f246cc7b40 (task_autodetect.c) Style nits 2017-01-09 11:45:04 +01:00
Twinaphex
77ddedd87d Merge pull request #4386 from fr500/master
this code makes the pipeline work
2017-01-09 09:54:17 +01:00
radius
e2c3784734 this code makes the pipeline work 2017-01-08 23:18:54 -05:00