Commit Graph

35971 Commits

Author SHA1 Message Date
twinaphex
a233ce4c87 Set list_info.fullpath to NULL for menu_entries_prepend 2017-01-10 15:49:39 +01:00
twinaphex
b9945f05f1 Pass joypad_info to input_joypad_analog 2017-01-10 03:53:57 +01:00
twinaphex
6376f2af68 Add rarch_joypad_info_t 2017-01-10 03:44:53 +01:00
twinaphex
4c611e42c6 (msg_hash_vn.c) Buildfix 2017-01-09 23:12:26 +01:00
Twinaphex
205c70e708 Merge pull request #4391 from cudencuden/master
More Vietnamese translation progress
2017-01-09 23:11:21 +01:00
twinaphex
1b13c9b9fc Fix xmb_draw_text regression 2017-01-09 23:11:05 +01:00
cudencuden
fb4f8cac3f More Vietnamese translation progress 2017-01-09 16:06:45 -06:00
twinaphex
6b29b44330 Silence warning without ifdef 2017-01-09 22:57:22 +01:00
twinaphex
aea9784a44 Silence warning 2017-01-09 22:55:27 +01:00
twinaphex
73f7396625 Buildfix 2017-01-09 22:53:11 +01:00
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