Commit Graph

33333 Commits

Author SHA1 Message Date
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
Twinaphex
fef48b9274 Merge pull request #3765 from GregorR/netplay-deinit
Making netplay disable when it deinits
2016-10-09 17:28:30 +02:00
twinaphex
e1f7452087 (MSVC) Buildfix 2016-10-09 17:17:29 +02:00
twinaphex
2a139b7d72 Add frontend_driver_attach_console/frontend_driver_detach_console 2016-10-09 17:15:50 +02:00
twinaphex
940fbcd4fa (D3D W32 fonts) Fix fonts 2016-10-09 16:58:51 +02:00
Gregor Richards
2c1cd0d06b Netplay should disable when it deinits, so it doesn't auto-reconnect
when loading a new game.
2016-10-09 09:42:06 -04:00
twinaphex
82472c82ea (task_screenshot) Prevent implicit memsets 2016-10-09 10:43:16 +02:00
twinaphex
d82055bc04 (libretro-common) net_compat.c - cleanup 2016-10-09 10:04:02 +02:00
twinaphex
481ebced22 Prevent implicit memsets 2016-10-09 09:56:03 +02:00
twinaphex
78a09be030 (menu_cbs_ok.c) Prevent implicit memsets 2016-10-09 09:23:00 +02:00
twinaphex
190f10d6bc (menu_displaylist.c) Prevent implicit memsets 2016-10-09 09:15:56 +02:00
twinaphex
8578e19903 playlist_read_file - prevent implicit slow memsets 2016-10-09 09:07:53 +02:00
twinaphex
d078df7a37 Prevent implicit memsets 2016-10-09 09:05:41 +02:00
twinaphex
80339014a5 (input_config.c) Prevent implicit memsets 2016-10-09 08:58:44 +02:00
twinaphex
119479f705 (input_autodetect) Don't do implicit memsets of char variables 2016-10-09 08:55:17 +02:00
Andrés Suárez
f0ce4389fd Merge pull request #3760 from fr500/master
make the console toggleable at runtime instead of compilation time
2016-10-08 15:35:53 -05:00
Andrés Suárez
ec86556ce6 Merge pull request #3759 from hizzlekizzle/master
add slang shader menu entry to online updater
2016-10-08 15:35:44 -05:00
radius
9272355696 make the console toggleable at runtime instead of compilation time 2016-10-08 15:33:29 -05:00
hunterk
bad0e9607c add slang shader menu entry to online updater 2016-10-08 15:16:01 -05:00
twinaphex
5f5571e241 (libretro-common) don't do implicit memset 2016-10-08 20:04:48 +02:00
twinaphex
9895ae0247 Get rid of more implicit memsets 2016-10-08 19:47:26 +02:00
twinaphex
407ef26788 remove more implicit memsets 2016-10-08 19:44:03 +02:00
twinaphex
989640ebf7 More cleanups; bind_right_compare_label was taking up a lot of CPU
time inside the menu
2016-10-08 19:34:27 +02:00
twinaphex
1cf2799a8a (MaterialUI) Remove some implicit memsets 2016-10-08 19:25:05 +02:00
twinaphex
ec243713bd Get rid of some implicit memsets in menu/cbs 2016-10-08 19:16:25 +02:00
twinaphex
6b48c6ee7f (database_info.c) Remove implicit memsets 2016-10-08 18:44:24 +02:00
twinaphex
b8f8f159c5 Get rid of unnecesary wrapper function 2016-10-08 18:41:51 +02:00
twinaphex
1388220866 (tasks) Don't do implicit memsets in crucial performance-oriented code 2016-10-08 18:31:43 +02:00
twinaphex
81a7f7bf68 (menu/cbs) Avoid implicit memsets in performance-crucial areas 2016-10-08 18:23:10 +02:00
twinaphex
f923c7ecd7 (RGUI) Avoid implicit memsets for path variables 2016-10-08 18:19:48 +02:00
twinaphex
f7544d0fc1 Avoid implicit memsetting of path values in XMB 2016-10-08 18:17:33 +02:00
Twinaphex
1b3dd8e049 Merge pull request #3755 from heuripedes/master
(material) Reduce CPU usage in big lists by 3
2016-10-08 18:12:21 +02:00