Commit Graph

14283 Commits

Author SHA1 Message Date
Twinaphex
2861945ab4 Merge pull request #1169 from lakkatv/xmb
(XMB) Fix the offset bug in populate_entries
2014-10-20 01:52:37 +02:00
Jean-André Santoni
99111c2633 (XMB) Fix the offset bug in populate_entries 2014-10-20 01:51:00 +02:00
twinaphex
4cfa7f3947 License glsym properly 2014-10-20 01:50:57 +02:00
twinaphex
2050162817 menu_entries_cbs.c - cleanups 2014-10-19 22:42:23 +02:00
twinaphex
3c0dade671 (menu_entries_cbs.c) Remove unused code 2014-10-19 22:39:52 +02:00
Twinaphex
ac74eda50c Merge pull request #1168 from aliaspider/master
fixes game screen sometimes not showing in combination with some shaders
2014-10-19 22:26:54 +02:00
aliaspider
10c2784c02 fixes game screen sometimes not showing in combination with some shaders
and menu drivers using GL.
note: this still doesnt fix the game screen not showing when
pause_libretro is set to true.
2014-10-19 21:24:29 +01:00
twinaphex
d33a666753 Remove input_bind_device_id code 2014-10-19 19:45:56 +02:00
twinaphex
b28b530874 Change joypad_map to unsigned and change default value 2014-10-19 16:22:51 +02:00
twinaphex
829060886d Take out more unused input file list settings code 2014-10-19 06:02:11 +02:00
twinaphex
2758646c4b Take out more no-longer needed input settings 2014-10-19 05:51:48 +02:00
twinaphex
c99602d72d (menu_entries_cbs.c) Take out unused code 2014-10-19 05:49:37 +02:00
twinaphex
1a84ba2d4e (settings data.c) Get rid of stubbed out code 2014-10-19 05:46:59 +02:00
Twinaphex
ca41ad224d (iOS Camera) Create CVEAGLContext pointer and pass it to CVOpenGLESTextureCacheCreate 2014-10-19 04:00:40 +02:00
Toad King
c1173388c2 fix input displays in configi for players 2-16 2014-10-18 20:38:46 -05:00
Toad King
0047aa9aaf add fast scrolling to settings menus 2014-10-18 20:38:46 -05:00
Twinaphex
95690b9034 Merge pull request #1167 from jeapostrophe/master
Adding CoreText font driver for iOS and OS X
2014-10-19 02:54:36 +02:00
Toad King
fb3a91834e fix input configs for players 2-16 2014-10-18 19:49:18 -05:00
Jay McCarthy
1f788543e7 Adding CoreText font driver for iOS and OS X
The font path settings should be changed to support entering a font
name on these platforms and potentially working with the front-end to
get a list of possible names.
2014-10-18 20:20:55 -04:00
Twinaphex
3f637a7815 (Apple) Cleanup in apple_gfx_ctx_init 2014-10-19 00:24:57 +02:00
Twinaphex
0704f80ba9 (Apple) Use CGLUpdateContext and CGLFlushDrawable directly 2014-10-19 00:14:51 +02:00
Twinaphex
247707f8d3 Merge pull request #1166 from mprobinson/parport-joypad
Non-blocking parport open to handle previous unclean shutdowns
2014-10-18 20:39:37 +02:00
Twinaphex
4aaee9703d Merge pull request #1165 from mprobinson/dummy-pixels
Fix buffer overflow in dummy_pixels
2014-10-18 20:39:21 +02:00
Mike Robinson
37550aef02 Non-blocking parport open to handle previous unclean shutdowns 2014-10-18 19:11:11 +01:00
Mike Robinson
9d9394662b Fix buffer overflow in dummy_pixels
Size needs to be 32 to allow for 4x4 at pitch 8
2014-10-18 18:29:37 +01:00
Twinaphex
5b46de3b38 Merge pull request #1164 from lakkatv/xmb
Xmb
2014-10-18 17:17:15 +02:00
Jean-André Santoni
6afddd8261 (XMB) Fix depth animation 2014-10-18 16:49:51 +02:00
Jean-André Santoni
87df98661f (XMB) Display core icon 2014-10-18 16:26:02 +02:00
Jean-André Santoni
24a150cfce (XMB) Typo 2014-10-18 16:04:14 +02:00
Jean-André Santoni
2d3c5aec6f (Menu) Fix menu_entries_parse_list not calling populate_entries 2014-10-18 14:52:32 +02:00
Jean-André Santoni
21db7b262a (Menu) Adjust margins 2014-10-18 14:51:50 +02:00
Twinaphex
6eedfd5a14 (iOS) Menu - reimplementation/build fixes 2014-10-18 08:07:56 +02:00
twinaphex
e72777aada (GX) Make gx_input_get_joypad_driver slightly more robust 2014-10-18 08:01:19 +02:00
Twinaphex
8856ed59a7 (iOS) Reimplement / get building again 2014-10-18 07:58:17 +02:00
Toad King
e8f2f92eec change dummy pixel to be a 4x4 texture, works better with some platforms where texture dimensions should be multiples of 4 2014-10-18 00:55:14 -05:00
Toad King
410539445a fix inputs getting lost on game load on GX 2014-10-18 00:55:13 -05:00
twinaphex
ba11aa1312 Reimplement core_info_get_first_custom_config 2014-10-18 07:47:51 +02:00
twinaphex
e0f5fb4c20 Reimplement core_info_list_get_by_id - now takes an out parameter
and returns true or false
2014-10-18 07:44:41 +02:00
Twinaphex
3866fba3a7 (iOS) Add more #if 0 blocks indicating code that needs to be reimplemented
in iOS menu
2014-10-18 07:11:09 +02:00
Twinaphex
967edbb0e8 (iOS) Stub out core_info_get_custom_config code for now 2014-10-18 07:08:09 +02:00
twinaphex
f0d9fde5b6 Take out the old bad iOS-specific core info list shenanigans 2014-10-18 07:01:06 +02:00
Twinaphex
540b2d3e84 (iOS) Take out core_info_set_core_path 2014-10-18 06:57:36 +02:00
Twinaphex
6f951a9ac1 (Apple) Rewrite apple_input_keyboard_event - already transform the
modifier events before calling the function
2014-10-18 06:33:11 +02:00
Twinaphex
41d7d3e47b (iOS) Simplify _keyCommandForEvent 2014-10-18 06:12:42 +02:00
Twinaphex
0f880332ad (OSX) RApplication - sendEvent - do early return in case driver.input_data
is NULL
2014-10-18 06:07:43 +02:00
Twinaphex
4418853e54 (OSX/platform.m) Cleanups 2014-10-18 06:06:27 +02:00
Twinaphex
7ba2e87187 (Apple) Get rid of apple/common/main.m 2014-10-18 05:49:49 +02:00
Twinaphex
b48221acf9 (iOS) Get rid of main.m too 2014-10-18 05:48:58 +02:00
Twinaphex
575faeb3a3 (OSX) No longer use main.m 2014-10-18 05:46:30 +02:00
Twinaphex
a1f744c639 (Apple) Simplify apple_run_core 2014-10-18 05:43:09 +02:00