Commit Graph

33451 Commits

Author SHA1 Message Date
Francisco José García García 8e631df6c4 (VITA) Temporal fix for clear screen 2016-10-16 17:45:06 +02:00
Twinaphex f1df24e065 Merge pull request #3810 from Ezio-PS/master
(PS3) Set a more appropriated value to fix overscan on GLUI
2016-10-16 15:12:40 +02:00
Ezio-PS 83678c66b9 (PS3) Set a more appropriated value to fix overscan on GLUI 2016-10-16 14:42:40 +02:00
twinaphex df87fc7043 Cleanups - prevent implicit memsets 2016-10-16 02:00:59 +02:00
twinaphex f75a604ae8 Fix C89_BUILD 2016-10-16 01:51:07 +02:00
twinaphex d38d9f46a6 Prevent implicit memsets 2016-10-16 01:49:54 +02:00
twinaphex 546f01eea3 Prevent some more implicit memsets 2016-10-16 01:45:50 +02:00
twinaphex a4a1e96210 Prevent more implicit memsets 2016-10-16 01:40:29 +02:00
twinaphex 2b834ce9d8 (rpng) Prevent implicit memsets 2016-10-16 01:34:16 +02:00
twinaphex 051c103ea1 Prevent implicit memsets 2016-10-16 01:31:06 +02:00
twinaphex ecce60c6ae Prevent more implicit memsets 2016-10-16 01:27:22 +02:00
twinaphex 185d073c3e (configuration.c) Prevent implicit memsets 2016-10-16 01:25:31 +02:00
twinaphex e45531a09f (cheevos.c) Prevent implicit memsets 2016-10-16 01:23:59 +02:00
twinaphex b2dcd44c3a (input_driver.c) Prevent implicit memsets 2016-10-16 01:20:50 +02:00
twinaphex e97fb7d94a menu_event - avoid implicit memset 2016-10-16 01:15:27 +02:00
twinaphex b3f748ba18 Optimize menu_action_handle_setting 2016-10-16 01:09:37 +02:00
twinaphex ee0a9c9d98 menu_input_post_iterate - Prevent implicit memset 2016-10-16 01:04:46 +02:00
twinaphex ab3d3b1e3a menu_dialog.c - prevent implicit memset 2016-10-16 01:03:17 +02:00
twinaphex 3dc0e92cca Prevent more implicit memsets 2016-10-16 00:58:18 +02:00
twinaphex 70a7835b94 menu_entry.c - prevent implicit memsets 2016-10-16 00:53:51 +02:00
Twinaphex 984d527c1b Merge pull request #3806 from notnotme/fix/vita-menu-description
Added description for new entries in vita menu (us-jp)
2016-10-15 23:59:57 +02:00
Romain Graillot 78ef047b48 Added description for new entries in vita menu (us-jp) 2016-10-15 23:34:26 +02:00
Twinaphex 0b2dfc0a34 Merge pull request #3805 from notnotme/fix/glui-vita
Fix white on white font in glui
2016-10-15 22:47:47 +02:00
Romain Graillot 234469a7b1 Fix white on white font in glui 2016-10-15 21:27:47 +02:00
Francisco José García García 74a515e1b2 Merge pull request #3804 from notnotme/fix/vita_toggle_touch
Fix typo to make things cleaner
2016-10-15 15:24:06 +01:00
Romain Graillot 4abb3c22c1 Fix typo to make things cleaner 2016-10-15 16:15:28 +02:00
Twinaphex 455e6984db Merge pull request #3802 from frangarcj/master
Varius download / update content things
2016-10-15 15:38:44 +02:00
Francisco José García García 579897436d Merge pull request #3803 from notnotme/feature/vita_toggle_touch
Feature/vita toggle touch
2016-10-15 12:56:14 +01:00
Romain Graillot 755f1f6a95 Typo 2016-10-15 13:49:00 +02:00
Romain Graillot a64e497189 Renamed new settings to match change & cleaned code 2016-10-15 13:38:42 +02:00
Romain Graillot ade4e7857b Add possibility to switch touch surface on vita build 2016-10-15 13:28:35 +02:00
Francisco José García García 3bc92f6d95 (VITA) Disable options not available on VITA 2016-10-15 12:56:07 +02:00
Francisco José García García 7d24146fc7 Fix download content on not core updateable platforms 2016-10-15 12:55:23 +02:00
Francisco José García García b55176012e (VITA) Add app0 and thumbnails dir 2016-10-15 12:54:31 +02:00
Twinaphex aa049e55da Merge pull request #3798 from heuripedes/master
(qb) Try to find -lz if the zlib package doesnt exist
2016-10-15 01:42:00 +02:00
Higor Eurípedes f20925a329 (qb) Try to find -lz if the zlib package doesnt exist 2016-10-14 19:43:18 -03:00
Twinaphex c489f1a7a7 Merge pull request #3797 from frangarcj/master
(VITA) Add Backtouch enable option
2016-10-14 22:05:02 +02:00
Francisco José García García 1ea5a80d02 (VITA) Add Backtouch enable option 2016-10-14 21:57:18 +02:00
Twinaphex ca42110983 Merge pull request #3795 from fr500/master
This code seems redundant, it conflicts with overrides and there is n…
2016-10-14 21:33:06 +02:00
radius 70a59f99ca This code seems redundant, it conflicts with overrides and there is no real need to have these as settings.
With this removed patching works as expected with bsnes, snes9x with IPS, BPS and UPS and with and without overrides
2016-10-14 10:44:31 -05:00
Twinaphex 8da65e73f6 Update 2016-10-14 17:07:33 +02:00
twinaphex 6a0ed60121 khronos_int64_t/khronos_uint64_t are just int64_t/uint64_t, change
this up - this was preventing iOS 10 build from being compilable
2016-10-14 17:01:11 +02:00
Twinaphex 125bf24aed Merge pull request #3787 from joolswills/config_save
only save config when menu_show_start_screen is enabled if config_save_on_exit is also enabled
2016-10-14 16:27:38 +02:00
Twinaphex 30285734b5 Remove unused variable 2016-10-14 16:19:19 +02:00
twinaphex f10cfda93e Updates 2016-10-14 15:34:02 +02:00
twinaphex 3603cafbba Merged jeapostrophe patch for iOS 10 2016-10-14 15:32:41 +02:00
Twinaphex 1ae0c8e2c4 Merge pull request #3792 from Brunnis/master
Remove missed Vblank log printout, since it may cause prolonged performance degradation
2016-10-14 12:59:22 +02:00
Mikael Brunnhede 80dc3bec09 if 0 missed Vblank log printout code, since it may cause performance degradation. 2016-10-14 12:45:00 +02:00
Twinaphex 915aa7e8f1 Merge pull request #3791 from fr500/master
use existing console if available
2016-10-14 09:16:59 +02:00
Mikael Brunnhede ca5e20bcaf Remove missed Vblank log printout, since it may cause performance degradation. 2016-10-14 08:59:07 +02:00