Commit Graph

38203 Commits

Author SHA1 Message Date
radius
6f39d6da97 fix 2017-05-23 19:56:28 -05:00
radius
a98c2c38c0 update copyrights 2017-05-23 19:55:47 -05:00
twinaphex
80b5bcd16c Cut down on some code duplication 2017-05-24 02:02:01 +02:00
twinaphex
b70b40969b Set record output/config default dirs for Windows/Linux/Mac 2017-05-24 01:56:09 +02:00
twinaphex
a883dfd825 Setup start callbacks for record config/output 2017-05-24 01:13:56 +02:00
twinaphex
9ccdcad906 Add RECORD_CONFIG/RECORD_OUTPUT to default_dirs 2017-05-24 01:11:39 +02:00
twinaphex
ef4b5db5e2 Updated the other dir settings as well 2017-05-24 00:23:35 +02:00
twinaphex
0b1e6b437d Simplification 2017-05-24 00:16:56 +02:00
twinaphex
c87445f0f9 This should set a sane default setting when pressing 'Start' 2017-05-24 00:15:18 +02:00
twinaphex
907f0db4a3 (platform_linux.c) Style nits 2017-05-23 22:46:12 +02:00
twinaphex
bc64b7cd4e Windows buildfix 2017-05-23 21:18:20 +02:00
twinaphex
d6b7bba069 Buildfix for PSP/Vita 2017-05-23 21:16:03 +02:00
twinaphex
a6789c5717 Update logs 2017-05-23 21:14:53 +02:00
twinaphex
1421d1da30 Use path_mkdir 2017-05-23 20:45:14 +02:00
twinaphex
7b1b137866 Buildfixes 2017-05-23 20:39:56 +02:00
twinaphex
ccba9635b6 Update the way default directories are handled 2017-05-23 19:43:58 +02:00
Twinaphex
5f0fcce8d0 Merge pull request #4965 from casdevel/wasapi-driver
Improve logging
2017-05-23 19:30:07 +02:00
Zoran Vuckovic
171694804b Improve logging 2017-05-23 19:20:41 +02:00
aliaspider
385539ccc5 fix stack overflow in netplay_refresh_rooms_cb. 2017-05-23 16:14:25 +01:00
aliaspider
78e5b63b41 (WiiU) salamander fix. 2017-05-23 12:24:37 +01:00
Twinaphex
c09a2f9ab7 Merge pull request #4964 from aliaspider/master
(WiiU) enable networking.
2017-05-23 11:32:00 +02:00
aliaspider
934f7c58ba (WiiU) enable networking. 2017-05-23 10:24:23 +01:00
twinaphex
6b57791b0a Don't show up empty entries if there are no playlists 2017-05-23 10:46:42 +02:00
Twinaphex
801956aaaa Merge pull request #4963 from GregorR/netplay-pause-flush
Make sure we flush a netplay pause message, so it isn't forgotten.
2017-05-22 23:28:08 +02:00
Gregor Richards
2681352d53 Make sure we flush a netplay pause message, so it isn't forgotten. 2017-05-22 16:27:22 -04:00
Twinaphex
12e5b93a8b Merge pull request #4960 from casdevel/wasapi-driver
Simplify latency and buffer length calculations
2017-05-22 20:16:35 +02:00
Zoran Vuckovic
8ec72610d8 Remove unused variables 2017-05-22 19:57:05 +02:00
Zoran Vuckovic
c045b80a5a Simplify latency and buffer length calculations 2017-05-22 18:47:48 +02:00
Twinaphex
b13c8db6b5 Merge pull request #4959 from casdevel/wasapi-driver
Fix incorrect function arguments
2017-05-22 17:46:27 +02:00
Zoran Vuckovic
554519457b Fix incorrect function arguments 2017-05-22 17:29:17 +02:00
Twinaphex
88a44a2c2e Update CHANGES.md 2017-05-22 15:42:58 +02:00
twinaphex
defab8842a (FFMPEG FFT) Add 1440p/2160p resolution options 2017-05-22 15:34:33 +02:00
Twinaphex
79d35d158a Use variable 2017-05-22 14:16:48 +02:00
twinaphex
98a3d80e71 Cleanups 2017-05-22 13:57:13 +02:00
Twinaphex
fce0ca2a3a Merge pull request #4958 from aliaspider/master
allow easier scheduling of tasks in single threaded mode.
2017-05-22 12:50:43 +02:00
twinaphex
ec79d8c46a Cleanups - don't keep setting joypad_info members needlessly - do
it once
2017-05-22 12:49:12 +02:00
twinaphex
371c3e56de Get rid of empty function 2017-05-22 12:43:50 +02:00
twinaphex
10df6d3b54 Rewrite pressed functions 2017-05-22 12:40:19 +02:00
twinaphex
f62490b14f Don't have inline static functions 2017-05-22 12:34:34 +02:00
twinaphex
d48ec2a9e6 Turn conditional into else if 2017-05-22 12:24:23 +02:00
twinaphex
d78e1da956 Cut down on code duplication 2017-05-22 12:21:11 +02:00
aliaspider
801cc57e82 (WiiU) improve task scheduling. 2017-05-22 11:19:26 +01:00
aliaspider
b00776b09e allow easier scheduling of tasks in single threaded mode by adding a
condition callback to task_queue_wait.
2017-05-22 11:18:42 +01:00
twinaphex
e7d3f36a22 Call input_driver_pressed_keys_internal only once 2017-05-22 12:15:20 +02:00
twinaphex
8cc2886773 Get rid of some implicit memsets 2017-05-22 11:33:53 +02:00
twinaphex
5a46537968 Silence Coverity warning/error 2017-05-22 10:35:58 +02:00
twinaphex
ec04fdf2f1 Update CHANGES.md 2017-05-22 10:03:49 +02:00
twinaphex
a5d701d2dd Update CHANGES.md 2017-05-22 10:01:38 +02:00
aliaspider
dd5bc1a951 (WiiU) fix icon scaling in XMB. 2017-05-22 07:34:30 +01:00
Twinaphex
50fc71a0a6 Merge pull request #4957 from fr500/fixes
[lobby] allow connecting without reloading content
2017-05-22 08:23:24 +02:00