Commit Graph

18700 Commits

Author SHA1 Message Date
twinaphex d9f5f7c457 Add more entries to System Information 2015-04-16 21:58:19 +02:00
twinaphex 3c498eb505 Add HAVE_GLSL/HAVE_HLSL to config.features.h 2015-04-16 20:59:55 +02:00
twinaphex aded842d4f Start adding config.features to system information 2015-04-16 20:56:06 +02:00
twinaphex 686c453681 (System Information) Add CPU features information 2015-04-16 20:37:21 +02:00
twinaphex d266a45b7c (OSX) Take out HAVE_GIT_VERSION again 2015-04-16 20:24:37 +02:00
twinaphex 7a5ca10c7e Add git_version.c to Griffin 2015-04-16 20:23:06 +02:00
twinaphex 0f956fd217 (OSX) Add HAVE_GIT_VERSION 2015-04-16 20:21:58 +02:00
Twinaphex cb03dcc58f Cleanups 2015-04-16 20:19:53 +02:00
twinaphex 6c8fb89773 Refactor print_compiler 2015-04-16 20:17:05 +02:00
twinaphex 83e3231fdd (System Information) Add frontend->get_os 2015-04-16 20:07:54 +02:00
twinaphex cd76c3f975 Add gfx_ctx_get_ident 2015-04-16 20:00:10 +02:00
twinaphex b818038314 Prevent segfault in gfx_ctx_get_metrics 2015-04-16 19:42:27 +02:00
twinaphex 7bfca05272 System Information - show Display Metrics 2015-04-16 19:41:07 +02:00
twinaphex 7f50f44ddb Start adding 'System Information' 2015-04-16 19:36:34 +02:00
Twinaphex 1dca314fdd Merge pull request #1632 from lakkatv/touch
(XMB) Basic touch support, no drag yet
2015-04-16 19:01:38 +02:00
Jean-André Santoni ba99edb847 (XMB) Basic touch support, no drag yet 2015-04-16 17:40:17 +02:00
Twinaphex 59d8b0702c Merge pull request #1631 from lakkatv/touch
Touch
2015-04-16 16:00:07 +02:00
Jean-André Santoni 625d38a6dd (Menu) Fix new glui design compatibility with block text rendering 2015-04-16 15:32:49 +02:00
Jean-André Santoni 0a56e3dcaa (Menu) Fix touch compatibility with the framebuf.dirty optimization 2015-04-16 15:32:49 +02:00
Jean-André Santoni 128cf327a3 (Menu) Drag to scroll with touch 2015-04-16 15:32:49 +02:00
Twinaphex df7742c289 Merge pull request #1630 from aliaspider/master
disable config_file_dump_all.
2015-04-15 22:37:30 +02:00
aliaspider dbe2243644 disable config_file_dump_all. 2015-04-15 21:31:24 +01:00
twinaphex 683c082d45 Enable threaded data runloop by default when HAVE_THREADS is
defined
2015-04-15 20:12:00 +02:00
Twinaphex 8dd265bbad Remove unused variable 2015-04-15 20:06:48 +02:00
twinaphex 94150cef70 Add 'Record Driver' option 2015-04-15 13:37:38 +02:00
twinaphex 23b9a3ee47 Add 'use_output_directory' 2015-04-15 12:42:36 +02:00
twinaphex 3717414e2e Setting recordings from the menu works now 2015-04-15 10:55:23 +02:00
twinaphex ee3442b962 Fix crash when toggling menu switch when we're in 'Core Updater' screen 2015-04-15 09:55:23 +02:00
twinaphex 5b6030c2c7 (Core Updater) Cleanup global variables 2015-04-15 09:48:13 +02:00
twinaphex 7f17f340c0 (Menu) Cleanup 2015-04-15 09:35:48 +02:00
Twinaphex e9dd1603ab Merge pull request #1629 from lioncash/leak
libusb_hid: Fix a potential memory leak
2015-04-15 09:26:51 +02:00
twinaphex c2f659fb68 Add 'Recording Settings' to menu_entries_common_is_settings_entry 2015-04-15 09:25:09 +02:00
Lioncash fff8ef3db7 libusb_hid: Fix a potential memory leak 2015-04-15 03:22:27 -04:00
twinaphex 9c2193f915 Start adding record_config setting 2015-04-15 09:18:43 +02:00
Alcaro 3c6ad44f88 Merge pull request #1628 from lioncash/cast
dinput: Return NULL instead of false for dinput_get_joypad_driver()
2015-04-15 09:10:53 +02:00
Lioncash da56cb3071 dinput: Return NULL instead of false for dinput_get_joypad_driver 2015-04-15 03:08:57 -04:00
twinaphex eeb28dc4fb Revert "Don't hide 'Quit RetroArch' for iOS"
This reverts commit fdc74d95a8.
2015-04-15 07:37:21 +02:00
Twinaphex 946193446d (iOS) Move buffer swap to actual buffer swap function 2015-04-15 07:34:22 +02:00
twinaphex efc78f0ee1 Turn off logging spam 2015-04-15 07:25:25 +02:00
twinaphex 335097f98f (Emscripten) Buildfixes 2015-04-14 22:01:41 +02:00
twinaphex 6bf30bb714 (PS3) Buildfixes 2015-04-14 21:58:39 +02:00
twinaphex fdc74d95a8 Don't hide 'Quit RetroArch' for iOS 2015-04-14 21:29:57 +02:00
twinaphex a89f70c4d8 Start adding Recording Settings - stub/unfinished/non-working 2015-04-14 21:13:54 +02:00
twinaphex 63b104204b Create separate 'Recording Settings' 2015-04-14 18:28:15 +02:00
Twinaphex 69e7c978c5 Merge pull request #1627 from aliaspider/master
(CTR/3DS) fix build.
2015-04-14 16:39:28 +02:00
twinaphex 8c6cce3945 Rename rarch_joypad_driver_t to input_device_driver_t 2015-04-14 16:37:59 +02:00
aliaspider b965a07c32 (CTR) fix build. 2015-04-14 15:35:14 +01:00
twinaphex baaed5a241 Refactor set_bind functions 2015-04-14 14:04:24 +02:00
twinaphex 62a5d5338a Create menu_input_set_input_device_bind_mode 2015-04-14 13:43:24 +02:00
twinaphex fc7f9894b8 Create menu_input_set_keyboard_bind_mode 2015-04-14 13:40:20 +02:00