Commit Graph

11761 Commits

Author SHA1 Message Date
Monroe88 0139a31542 Add Lakka building to Windows Makefile 2014-07-17 19:16:07 -05:00
twinaphex 6f32841647 Rename g_extern.verbose to g_extern.verbosity to avoid
collisions on OSX
2014-07-18 00:39:31 +02:00
Twinaphex 0f53d9a761 (Settings data) Cleanups 2014-07-18 00:33:01 +02:00
twinaphex 675bcd23e7 (Setting data) Add more options 2014-07-18 00:25:14 +02:00
Twinaphex 11a4a52449 Merge pull request #819 from lioncash/android-misc
Android: Minor changes to UserPreferences.java
2014-07-17 23:14:46 +02:00
Lioncash 54418c2c66 Android: Minor changes
- Use the character version of lastIndexOf
- Use a StringBuilder instead of a raw String. Doesn't destroy/recreate
  the string every time we append to it.
2014-07-17 16:56:54 -04:00
twinaphex 63a2f5b885 (Menu) Refactor MENU_SETTINGS_TOGGLE_FULLSCREEN` 2014-07-17 22:02:03 +02:00
twinaphex cecdee7f54 (Menu) Refactor MENU_CONTENT_HISTORY_SIZE 2014-07-17 21:58:47 +02:00
Themaister 26a3277402 Fix RGUI toggling with enable hotkey. 2014-07-17 21:42:19 +02:00
Themaister 42497350bd Move memcpy-neon to gfx/.
Only used by Exynos driver.
2014-07-17 21:39:50 +02:00
Twinaphex 8e390cb420 (Settings data) Rename setting 2014-07-17 21:32:50 +02:00
twinaphex f825dd6fa4 (Menu) Rename some netplay options 2014-07-17 21:27:15 +02:00
twinaphex 393f44265e (Setting data) Begin adding Netplay options 2014-07-17 21:22:31 +02:00
twinaphex 3fa496b9b4 (Menu) Cleanup VIDEO_SWAP_INTERVAL setting 2014-07-17 21:02:45 +02:00
twinaphex aa1c0fe634 (Menu) Convert more settings 2014-07-17 20:51:42 +02:00
twinaphex bc14933f2f (Menu) Refactor more settings 2014-07-17 20:41:21 +02:00
twinaphex 47fd26f4e2 (Menu) Refactor more settings 2014-07-17 19:35:55 +02:00
Twinaphex 7921b6eafd (Menu) Fix 2014-07-17 19:23:39 +02:00
twinaphex 8c499cbee8 (Menu) Some cleanups 2014-07-17 19:22:36 +02:00
Twinaphex a645bf74a2 Merge pull request #817 from tobiasjakobi/exynos
Exynos video driver
2014-07-17 18:32:50 +02:00
twinaphex 6f8e3c5d81 Cleanups 2014-07-17 18:31:32 +02:00
twinaphex 1655fa3a40 (Menu) Refactor audio latency/sync settings 2014-07-17 18:23:16 +02:00
twinaphex 9856cf2deb (Menu) Refactor some more settings 2014-07-17 18:10:39 +02:00
twinaphex ee0fc2ff29 (Menu) Refactor more settings 2014-07-17 17:26:34 +02:00
Tobias Jakobi e197e97d67 exynos: disable crtc before freeing buffers
The crtc should be disabled before deallocating the buffers, otherwise
leading to a use-after-free scenario, which can trigger all sorts
of funny effects.
2014-07-17 14:56:43 +02:00
Tobias Jakobi 19419b04af exynos: fix typo in comment 2014-07-17 14:56:18 +02:00
Tobias Jakobi 7fea31e501 exynos: adapt font rendering code 2014-07-17 14:56:16 +02:00
Tobias Jakobi fe57d064ba exynos: adapt to naming changes
The RGUI is now just called 'menu'.
2014-07-17 14:56:03 +02:00
Tobias Jakobi 63e99009df exynos: adapt to video_driver interface changes
The restart API was removed.
2014-07-17 14:55:56 +02:00
Tobias Jakobi 9a38d77655 Remove the lima video driver
The driver is now superseded by the exynos video driver. Also limare
only works up to mali kernelspace driver version r3p2, which makes
the driver nonfunctional with the latest r4p0.
2014-07-17 14:55:56 +02:00
Tobias Jakobi 7efa9def07 Add exynos video driver
Documentation is provided in README-exynos.
2014-07-17 14:41:44 +02:00
twinaphex 9a3ac9c5fd (Menu) Refactor VIDEO_VSYNC setting 2014-07-17 06:56:41 +02:00
twinaphex 4305db814b (Menu) Refactor set_current_boolean 2014-07-17 06:47:45 +02:00
twinaphex 37b09a3e77 (Menu) Cut down on code duplication 2014-07-17 06:43:47 +02:00
twinaphex ef6d1453f5 (Menu) Refactor overlay_scale/overlay_opacity 2014-07-17 06:35:29 +02:00
Twinaphex 9f5ee4564d (iOS) Expose input_overlay_enable - need to refactor all this code
anyway and just show all settings anyways
2014-07-17 04:54:48 +02:00
twinaphex b4312ba411 (iOS) Refactor initWithCore for iOS 2014-07-17 04:19:35 +02:00
twinaphex 5de27f85fe (iOS) change const rarch_setting_t* to rarch_setting_t* 2014-07-17 03:52:21 +02:00
twinaphex 369d899f49 Make message queue functions more robust 2014-07-17 03:42:53 +02:00
twinaphex 039aec9019 Make the init input check more robust in init_video_input 2014-07-17 03:19:23 +02:00
Twinaphex 63cd0eb927 Make find_audio_driver/find_input_driver more robust 2014-07-17 03:17:46 +02:00
Twinaphex a990d7e319 Make find_video_driver more robust in case of failure 2014-07-17 03:03:05 +02:00
twinaphex 2ae6409b57 (Menu) Refactor more settings 2014-07-17 02:21:48 +02:00
Twinaphex c7ffdd9ee1 (Settings data) Add privacy settings 2014-07-17 02:08:29 +02:00
twinaphex 5ab504f0ed (Menu) Convert more functions 2014-07-17 01:55:53 +02:00
twinaphex a9b48ffe9a (Menu) Cut down on code duplication 2014-07-17 01:39:56 +02:00
twinaphex d1a88d26a6 (Menu) Implement more settings 2014-07-17 01:33:04 +02:00
twinaphex eba59280db Menu) Implement more settings 2014-07-17 01:12:01 +02:00
twinaphex 2ef607df92 (Menu) Convert more settings over 2014-07-17 01:00:46 +02:00
twinaphex 08c7e9711a (Menu) Cleanups 2014-07-16 23:57:59 +02:00