twinaphex
|
3bbc52eb79
|
(file_list.c) Do early returns if realloc fails, do early returns if
list is NULL
|
2015-03-12 14:00:27 +01:00 |
|
twinaphex
|
6dc1d953f2
|
Make 'free' operations of file_list.c more robust
|
2015-03-12 13:55:16 +01:00 |
|
twinaphex
|
42690f334f
|
(Menu) Don't run 'file_list_free' if handle is NULL
|
2015-03-12 13:45:23 +01:00 |
|
twinaphex
|
0b5105433f
|
(Windows) Add MOUSE_HWHEEL support
|
2015-03-12 13:35:37 +01:00 |
|
twinaphex
|
e366a6eaa2
|
(Mouse) Start adding preliminary horizontal mouse wheel up/down
|
2015-03-12 05:38:37 +01:00 |
|
Twinaphex
|
ea66f9d79d
|
(OSX) Turn poll_iteration into static function
|
2015-03-12 05:03:16 +01:00 |
|
twinaphex
|
3dbadc3c51
|
(patch.c) Safety checks - style nits
|
2015-03-12 04:11:12 +01:00 |
|
twinaphex
|
bdd5ac59ea
|
(iOS) apple_gfx_ctx_get_native_scale - let's make this even MORE
backwards compatible just because we can
|
2015-03-12 03:45:56 +01:00 |
|
Twinaphex
|
9507bdcea7
|
(iOS) Implement apple_stop_iteration too
|
2015-03-12 01:46:49 +01:00 |
|
Twinaphex
|
498fa2dd21
|
(iOS) Implement iOS runloop now through CADisplayLink
|
2015-03-12 01:15:42 +01:00 |
|
Twinaphex
|
7b22c397f9
|
(iOS) More cleanups - still no functional changes/fixes
|
2015-03-12 00:12:52 +01:00 |
|
Twinaphex
|
4c5bb6f50f
|
(iOS) Cleanups
|
2015-03-11 19:20:41 +01:00 |
|
twinaphex
|
b9aa2d1c1d
|
(iOS) Put show pause menu function call inside dispatch_async block
|
2015-03-11 19:16:41 +01:00 |
|
twinaphex
|
9700abb1ba
|
(iOS) Small cleanups
|
2015-03-11 19:13:54 +01:00 |
|
Twinaphex
|
522c65e27f
|
(iOS) Estimated FPS monitor should work now
|
2015-03-11 18:30:14 +01:00 |
|
twinaphex
|
a2d82612ad
|
(Menu) Get rid of wrongly implemented menu.action.active
|
2015-03-11 17:59:01 +01:00 |
|
twinaphex
|
72ba8abefa
|
(Menu) Don't call draw_frame if g_runloop.is_idle is true
|
2015-03-11 17:02:46 +01:00 |
|
twinaphex
|
9ad2484734
|
(RGUI) rgui_render - do early return if g_runloop.is_idle is true
|
2015-03-11 16:59:46 +01:00 |
|
Twinaphex
|
8a49333a25
|
(iOS) Update main run loop
|
2015-03-11 16:58:29 +01:00 |
|
twinaphex
|
eca5431c7e
|
(Menu) Take menu.action.active check outside of 'display update pending' function
- menu.action.active should be properly implemented regardless
|
2015-03-11 16:52:21 +01:00 |
|
twinaphex
|
23fde82836
|
Create menu_display_update_pending
|
2015-03-11 16:35:12 +01:00 |
|
Alcaro
|
a3759d7ff1
|
Apparently these are booleans used as int. Fixing.
|
2015-03-11 15:37:48 +01:00 |
|
Alcaro
|
a60a22424e
|
Fix indentation - should be spaces, not tabs.
|
2015-03-11 14:08:51 +01:00 |
|
Alcaro
|
7bd444f1fa
|
Let's not miss these input notifications if many arrive at once.
|
2015-03-11 14:06:58 +01:00 |
|
Twinaphex
|
340fdfb342
|
(iOS) Move g_view display to outside - into rarch_main - should reduce
CPU usage a bit further
|
2015-03-11 05:04:40 +01:00 |
|
twinaphex
|
20fde53b3b
|
(NGC) Silence warnings
|
2015-03-11 04:22:40 +01:00 |
|
twinaphex
|
6c7e5f642c
|
(NGC) Buildfix pt. 2
|
2015-03-11 04:21:32 +01:00 |
|
twinaphex
|
f0e75c9259
|
(NGC) gx_input_joypad.c - buildfix
|
2015-03-11 04:20:11 +01:00 |
|
Twinaphex
|
edc920f9df
|
Merge pull request #1490 from aliaspider/master
(PSP) fix display bug with 32bpp cores.
|
2015-03-11 03:40:21 +01:00 |
|
aliaspider
|
af3461c256
|
(PSP) fix display bug with 32bpp cores.
|
2015-03-11 03:37:47 +01:00 |
|
Twinaphex
|
fcd7cc958a
|
(Apple) Make apple_pointer_state somewhat more robust
|
2015-03-11 00:43:07 +01:00 |
|
Twinaphex
|
fe747a77d0
|
(OSX) Add stub scroll wheel
|
2015-03-11 00:35:51 +01:00 |
|
twinaphex
|
667a461c89
|
(Windows/Mouse) Wheel works now in normal mode - doesn't work in
grabbed mouse state (exclusive foreground mode)
|
2015-03-10 23:40:54 +01:00 |
|
Twinaphex
|
1ae12d462c
|
Merge pull request #1489 from lakkatv/xmb
(Apple) Fix mouse movements
|
2015-03-10 18:53:35 +01:00 |
|
twinaphex
|
a179d56b75
|
Update compat/strl.h
|
2015-03-10 18:49:54 +01:00 |
|
twinaphex
|
21af918cba
|
Add ifndef conditionals around strlcat / strlcpy definitions
in srl.h
|
2015-03-10 18:47:21 +01:00 |
|
Jean-André Santoni
|
a26a46d4de
|
(Apple) Fix mouse movements
|
2015-03-10 18:44:55 +01:00 |
|
Twinaphex
|
873bcb7341
|
Update deps/zlib
|
2015-03-10 18:29:43 +01:00 |
|
twinaphex
|
2c14e702f6
|
Update libretro-common
|
2015-03-10 18:24:02 +01:00 |
|
twinaphex
|
6c8f86b3a4
|
Add gzfile.h
|
2015-03-10 18:18:39 +01:00 |
|
twinaphex
|
45490526d9
|
Update gzguts.h
|
2015-03-10 17:57:20 +01:00 |
|
Twinaphex
|
33d11fc4d1
|
(OSX/iOS) Rename do_iteration to rarch_main
|
2015-03-10 17:11:32 +01:00 |
|
twinaphex
|
0f867ce0dc
|
(Cg) Add cgD3D9.h header
|
2015-03-10 15:53:08 +01:00 |
|
Twinaphex
|
636d70b585
|
(MSVC) Setup include dir for Cg
|
2015-03-03 16:08:02 +01:00 |
|
Twinaphex
|
6db3998590
|
(Menu) remove unused variables
|
2015-03-10 15:41:26 +01:00 |
|
Twinaphex
|
499b1d9132
|
Merge pull request #1488 from lakkatv/xmb
(Menu) Better mouse scrolling
|
2015-03-10 15:24:34 +01:00 |
|
Jean-André Santoni
|
9d8817d687
|
(Menu) Better mouse scrolling
|
2015-03-10 15:22:46 +01:00 |
|
Twinaphex
|
1bfc9c8485
|
Merge pull request #1487 from lakkatv/xmb
(Menu) Basic mouse scrolling
|
2015-03-10 14:54:21 +01:00 |
|
Jean-André Santoni
|
d0ee5a0a84
|
(Menu) Basic mouse scrolling
|
2015-03-10 14:48:54 +01:00 |
|
twinaphex
|
6b197f240b
|
(XMB) Create xmb_draw_icon_predone
|
2015-03-10 03:42:26 +01:00 |
|