Commit Graph

14565 Commits

Author SHA1 Message Date
twinaphex
921bcb6d2c Add menu_mouse_enable to config file 2014-10-26 18:10:02 +01:00
twinaphex
4918381cfb Add Mouse Enable option in Menu Options 2014-10-26 18:06:57 +01:00
Twinaphex
3826a3d3e9 Merge pull request #1203 from lioncash/glsl-leak
shader_glsl: Fix potential memory leaks
2014-10-26 17:50:43 +01:00
twinaphex
29a7984e9d Create separate static functions for mouse code in backend driver -
mouse_iterate and mouse_post_iterate
2014-10-26 17:50:27 +01:00
Lioncash
4f7b762ece shader_glsl: Fix potential memory leaks 2014-10-26 12:48:45 -04:00
Twinaphex
e73cab5b18 Merge pull request #1202 from lioncash/zip-leak
zip_support: Fix potential memory leaks
2014-10-26 17:41:46 +01:00
Twinaphex
5b6fcf363d Merge pull request #1199 from heuripedes/master
Exynos build fixes
2014-10-26 17:41:34 +01:00
Twinaphex
b6a452e7e9 Merge pull request #1200 from lioncash/leak
content: Fix potential memory leak
2014-10-26 17:41:21 +01:00
Twinaphex
e164dfe857 Merge pull request #1201 from lioncash/wut
settings_data: Fix weird object return in setting_data_load_config_path
2014-10-26 17:41:07 +01:00
Lioncash
f9b29de401 zip_support: Fix potential memory leaks 2014-10-26 12:39:29 -04:00
Lioncash
0079173abc settings_data: Fix weird object return in setting_data_load_config_path 2014-10-26 12:23:50 -04:00
Lioncash
a058341298 content: Fix potential memory leak 2014-10-26 12:18:00 -04:00
Higor Eurípedes
15158fce2e (qb) Fix exynos checks 2014-10-26 12:56:15 -03:00
twinaphex
8e12c7811c Don't spam gfx_ctx_find_driver logs at startup 2014-10-26 08:29:42 +01:00
twinaphex
5d99285c08 glsl_core/glsl_major/glsl_minor - have to take this out of the
struct and put it in as a static variable
2014-10-26 07:15:59 +01:00
twinaphex
b81481e31d (360) HLSL - Allocate struct dynamically 2014-10-26 07:12:09 +01:00
twinaphex
a5a9d914b1 (GLSL) Allocate struct dynamically for shader glsl backend 2014-10-26 06:16:30 +01:00
twinaphex
6c193836a5 (Cg) Move cg shader variables to struct and allocate it at shader init 2014-10-26 04:49:58 +01:00
twinaphex
f99b8be3f6 Refactor shader_parse.c 2014-10-26 03:04:35 +01:00
twinaphex
4587d42271 matrix_4x4.h - change header guard name 2014-10-26 02:40:17 +01:00
twinaphex
d24691e810 Convert math/matrix.c to math/matrix_4x4.c 2014-10-26 02:32:10 +01:00
twinaphex
288c6941de (SDK) Add libretro-sdk/include/clamping.h 2014-10-26 02:18:56 +01:00
twinaphex
0c4de816f9 Dont' have input_common.h include input_autodetect.h 2014-10-26 01:53:13 +02:00
Twinaphex
0fcbecf885 (RGUI) Silence another warning 2014-10-26 01:17:41 +02:00
Twinaphex
6ca1a18571 (menu_common_backend.c) Get rid of some warnings 2014-10-26 01:17:08 +02:00
twinaphex
dc0688f57f Reduce header dependencies 2014-10-26 01:15:41 +02:00
Twinaphex
b437565059 Prevent redefinition of struct 2014-10-26 01:09:52 +02:00
Twinaphex
d7a918397c Merge pull request #1197 from lakkatv/xmb
(RGUI) Fix cursor navigation bug
2014-10-26 00:59:35 +02:00
Jean-André Santoni
f52d76f89a (RGUI) Fix cursor navigation bug 2014-10-26 00:54:39 +02:00
Twinaphex
81e98725cf Merge pull request #1196 from lakkatv/xmb
(XMB) Cursor navigation
2014-10-26 00:39:10 +02:00
Jean-André Santoni
bd7e31dc8f (XMB) Cursor navigation 2014-10-26 00:37:33 +02:00
Twinaphex
182180c6b9 (Apple input) Change mouse_delta[0]/mouse_delta[1] to mouse_x/mouse_y 2014-10-26 00:37:20 +02:00
twinaphex
47d01825c8 (menu) Add RARCH_GRAB_MOUSE_TOGGLE to menu_iterate 2014-10-25 23:30:53 +02:00
Twinaphex
21f8a0d046 Merge pull request #1195 from lakkatv/xmb
(RGUI) Draw cursor
2014-10-25 23:22:25 +02:00
Jean-André Santoni
86c62c6ed0 (RGUI) Draw cursor 2014-10-25 23:21:28 +02:00
twinaphex
bec50883a1 Add driver.menu->mouse 2014-10-25 22:42:19 +02:00
twinaphex
a4065ae34d Split off input_context code into separate file 2014-10-25 19:56:40 +02:00
Twinaphex
6f9be38a04 Merge pull request #1194 from lakkatv/xmb
(Lakka) Remove hardcoded scale_factor
2014-10-25 18:07:34 +02:00
Jean-André Santoni
df70e75cfe (Lakka) Remove hardcoded scale_factor 2014-10-25 13:00:45 +02:00
twinaphex
20f1faa03f (input_common.c) small cleanup 2014-10-25 10:07:04 +02:00
twinaphex
8349ade076 Refactor input_joypad_pressed somewhat 2014-10-25 10:06:40 +02:00
twinaphex
ec9f6272ca video_shader_preset_parameters should not immediately apply 2014-10-25 09:47:13 +02:00
twinaphex
e46b896ca7 (Menu shader) Small cleanup 2014-10-25 09:36:53 +02:00
twinaphex
bcb365309a (Shaders) should fix shader pass 1 always being changed instead
of the appropriate one
2014-10-25 08:40:01 +02:00
twinaphex
b38039723b (CFExtensions/Apple) Put __has_feature definition on top 2014-10-25 07:50:30 +02:00
twinaphex
0a8734d090 (OSX 10.6) Need to define __has_feature for GCC 2014-10-25 07:49:27 +02:00
Twinaphex
d2cb3d15d5 (Apple) Build fix for CFBridgingRetainCompat 2014-10-25 07:45:58 +02:00
twinaphex
f041411033 (OSX) Create CFBridgingRetainCompat so that it will still compile on
OSX 10.6
2014-10-25 07:42:37 +02:00
twinaphex
05c8bb5609 (Libretro SDK) Add crt/include/string.h 2014-10-25 06:52:47 +02:00
twinaphex
0bcc248b78 (Libretro SDK) Update crt/string.c 2014-10-25 06:27:47 +02:00