Commit Graph

37479 Commits

Author SHA1 Message Date
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
radius 5cbb3f33f8 use existing console if available 2016-10-14 00:57:15 -05:00
Brad Parker fec6ed0964 remove zip requirement for archives downloaded from network, same for detecting cores for files when loading archive with core 2016-10-13 15:04:26 -04:00
Francisco José García García 8e329a2072 Merge pull request #3781 from frangarcj/master
(VITA) Working scanning content
2016-10-13 17:51:13 +01:00
Francisco José García García 4c19543427 (VITA) Workaround for scanning content 2016-10-13 18:00:40 +02:00
Jools Wills eac4fc981b only save config when menu_show_start_screen is enabled if config_save_on_exit is also enabled 2016-10-13 13:54:18 +01:00
twinaphex a4b90bcede Set msg[127] = 0 2016-10-13 13:33:51 +02:00
Twinaphex 54448f3688 Merge pull request #3786 from aliaspider/master
(3DS) fix gfx corruption when closing content.
2016-10-13 13:18:06 +02:00
aliaspider f9e7d4dc3f (3DS) fix gfx corruption when closing content. 2016-10-13 12:16:07 +01:00
Brad Parker a800ab68ee limit archive path exception only to databases that actually support archives 2016-10-12 16:16:39 -04:00
Brad Parker 88c8c49ef8 skip scanning of compressed files within archives if the core attached to this database supports archive files themselves 2016-10-12 16:14:00 -04:00
twinaphex 2fe10a0a23 Prevent Coverity warning 2016-10-12 13:44:27 +02:00
Jean-André Santoni ef04838b22 Merge pull request #3778 from lakkatv/master
Disable mouse by default on Lakka
2016-10-12 11:04:03 +02:00
Jean-André Santoni 5c11667764 Disable mouse by default on Lakka 2016-10-12 10:09:22 +02:00
Brad Parker de3081bca7 show parent directory option in case user gets stuck in an empty directory 2016-10-11 20:40:03 -04:00
Brad Parker e49c31fe78 fall gracefully back to the menu if a dynamic core could not be loaded 2016-10-11 20:28:36 -04:00
Brad Parker 2f74324ac9 do not repeat A and B buttons in menu 2016-10-11 20:13:50 -04:00
Twinaphex 600434b8bf Merge pull request #3776 from frangarcj/master
(VITA) Allow cores to define heap size
2016-10-11 09:51:52 +02:00
Francisco José García García adfbd233ee (VITA) Allow cores to define heap size 2016-10-11 09:40:55 +02:00
Brad Parker f0d1a733e3 fix 7z extraction endless loop 2016-10-11 02:07:21 -04:00
aliaspider a8aa78456c xmb: fix a crash.
xmb_node_allocate_userdata needs to be called for the list since is
generated with menu_entries_append_enum, which allocates action data for
each items. those would be otherwise misinterpreted as nodes.
2016-10-11 03:49:47 +01:00
Twinaphex 679078ce01 Merge pull request #3772 from aliaspider/master
(3DS) video driver updates.
2016-10-10 23:28:20 +02:00
aliaspider d48445fc1e (3DS) video driver:
- texture handling improvement.
- flush pending tasks while waiting for vsync.
2016-10-10 22:25:25 +01:00
aliaspider c78f697c16 (3DS) wrap texture coordinate swizzeling in a function. 2016-10-10 22:22:08 +01:00
aliaspider 1aafa29562 (3DS) xmb menu tweak. 2016-10-10 22:18:42 +01:00
twinaphex cb8aca97f5 (Emscripten) Add Reicast button 2016-10-10 22:42:44 +02:00
Twinaphex 6865689dad Merge pull request #3770 from t-paul/xdg-screensaver-fix
Fix handling of enable flag for xdg-screensaver.
2016-10-10 19:54:10 +02:00
Twinaphex f28c4115e9 Merge pull request #3771 from frangarcj/frangarcj-overlay-1
(VITA) Wait for rendering before free overlays
2016-10-10 19:53:10 +02:00
Francisco José García García bcfa865569 (VITA) Wait for rendering before free overlays 2016-10-10 19:35:14 +02:00
Torsten Paul d4a90f267d Fix handling of enable flag for xdg-screensaver. 2016-10-10 19:01:41 +02:00
Twinaphex 9627a6715a Merge pull request #3769 from GregorR/netplay-ad-server
Add a netplay advertisement server for LAN netplay detection
2016-10-10 18:35:16 +02:00
Gregor Richards 2e432b005e Casts for C++ compatibility. 2016-10-10 11:56:43 -04:00
Gregor Richards 5c206c89f0 Add a netplay advertisement server for LAN netplay detection. 2016-10-10 11:52:54 -04:00
Twinaphex f63c32d3d0 Merge pull request #3768 from frangarcj/master
Salamander and Retrodb
2016-10-10 11:55:05 +02:00
Francisco José García García 6ecbfbc22b (VITA) Enable database support 2016-10-10 11:43:05 +02:00
Francisco José García García b94bb2a8a9 (VITA) Add Salamander dist 2016-10-10 10:49:09 +02:00
Twinaphex 9561b55114 Merge pull request #3766 from heuripedes/master
(task_http) Don't use 100% CPU in threaded mode
2016-10-09 19:47:04 +02:00
Higor Eurípedes 5f883b7ad1 (task_http) Don't use 100% CPU in threaded mode
This task is network bound and the HTTP functions use non-blocking I/O,
so task_http_iterate_transfer() returns "too fast" and the worker thread
gets no rest.
2016-10-09 14:44:27 -03:00