Commit Graph

33092 Commits

Author SHA1 Message Date
twinaphex
28630b6fcf Get rid of ifndef 2016-10-01 05:40:33 +02:00
twinaphex
2e75aac7f7 (audio_driver.c) Cleanup 2016-10-01 05:36:36 +02:00
twinaphex
3c95381050 Create more static variables 2016-10-01 04:56:53 +02:00
twinaphex
77d9789baf (audio_driver.c) Move variables out of struct 2016-10-01 04:48:48 +02:00
twinaphex
a777f52423 (video_driver.c) Simplify 2016-10-01 04:28:18 +02:00
twinaphex
35c52b1602 Move frame_cache variables outside of video_driver_state struct 2016-10-01 04:24:57 +02:00
twinaphex
ae607a29b7 Take variables out of video_state 2016-10-01 04:21:33 +02:00
Twinaphex
f5a38977d8 (OSX) Don't register click if we are on titlebar (we detect this for now
if y of location in windows' position is less than 0
2016-10-01 02:01:01 +02:00
twinaphex
5ff13df40f Move global->record to record_driver.c 2016-10-01 00:47:05 +02:00
Twinaphex
6d47b57af7 Merge pull request #3699 from GregorR/netplay-remove-workarounds
Removing Netplay workarounds in anticipation of quirks API
2016-09-30 22:07:24 +02:00
Twinaphex
cd359bb7a8 Merge pull request #3698 from d3m3vilurr/vita-backtouch-to-extra-button
(Vita) Back touch screen use L2/R2/L3/R3
2016-09-30 22:07:11 +02:00
Gregor Richards
01d379066e Removing Netplay workarounds in anticipation of quirks API 2016-09-30 16:00:49 -04:00
Sunguk Lee
bd9db4ac55 (Vita) Back touch screen use L2/R2/L3/R3 2016-10-01 04:53:35 +09:00
twinaphex
e7513bec62 (Win32) Buildfix 2016-09-30 21:21:32 +02:00
Twinaphex
ded68451ce Merge pull request #3697 from d3m3vilurr/vita-extend-input
(Vita) Improve controller features of PSTV
2016-09-30 19:33:04 +02:00
Sunguk Lee
90678dd3de (Vita) Autodetect connection of controllers on PSTV 2016-10-01 02:26:28 +09:00
aliaspider
056224bf50 (3DS) avoid using ctrGuCopyImage during font init for now. (fixes freeze
on cia builds)
2016-09-30 16:16:18 +01:00
Sunguk Lee
a2d9ca3e47 (Vita) Support L2/R2 on PSTV 2016-09-30 23:53:13 +09:00
twinaphex
d53d1faad5 Use string_is_empty 2016-09-30 09:00:04 +02:00
twinaphex
91170722e6 Try to silence Coverity warning 2016-09-30 08:58:57 +02:00
twinaphex
4d76503efd Move around global variable 2016-09-30 08:56:14 +02:00
twinaphex
b3dd8cd72b Fix non-HAVE_DYNAMIC 2016-09-30 08:54:52 +02:00
twinaphex
967a463bc7 configuration.c - cleanup 2016-09-30 08:27:26 +02:00
twinaphex
13cf804a70 Fix signed/unsigned mismatch warnings 2016-09-30 08:23:24 +02:00
twinaphex
b73d183c44 (Win32) Buildfix 2016-09-30 08:19:36 +02:00
twinaphex
da64bb0f0d (ui_cocoa) Cleanup main loop 2016-09-30 08:17:18 +02:00
twinaphex
9d3d466092 Simplify main loops 2016-09-30 08:15:21 +02:00
twinaphex
55efca9b23 Cleanups 2016-09-30 07:49:15 +02:00
twinaphex
973ec601f0 Remove header include from runloop.h 2016-09-30 07:46:58 +02:00
twinaphex
fe3281e05d Add record dirs to dirs.c 2016-09-30 07:45:04 +02:00
twinaphex
0e3fbb615e Create path_get_ptr 2016-09-30 07:33:08 +02:00
twinaphex
bd77ac145b (paths.c) Cleanups 2016-09-30 07:27:10 +02:00
twinaphex
ab7bc7755e Create dir_get_ptr 2016-09-30 07:21:33 +02:00
twinaphex
d973e528f6 Create dir_set 2016-09-30 07:15:30 +02:00
twinaphex
db3738babb Create dir_get 2016-09-30 07:11:52 +02:00
twinaphex
fa469c4dcc Create dir_is_empty 2016-09-30 07:06:27 +02:00
twinaphex
d7d49c36c7 Create dir_clear 2016-09-30 07:02:23 +02:00
twinaphex
28a96fbb05 Update GX/WIn32 builds 2016-09-30 06:39:47 +02:00
twinaphex
3a7e9a7052 Move path settings to paths.c 2016-09-30 06:33:57 +02:00
twinaphex
00a1e3716a Create path server and add to paths.c 2016-09-30 06:22:56 +02:00
twinaphex
6ee7b733aa Move global->name to paths.c 2016-09-30 06:11:11 +02:00
twinaphex
1266c0609a Create path_is_empty 2016-09-30 04:43:16 +02:00
twinaphex
228886062b Create path_clear 2016-09-30 04:31:19 +02:00
twinaphex
1cf45d785f Turn path_set_names into static function 2016-09-30 04:19:57 +02:00
Twinaphex
5d717427c1 Merge pull request #3695 from GregorR/netplay-no-savestates-fix-deux
Somewhat fixing support for savestateless cores
2016-09-30 04:01:47 +02:00
twinaphex
7787475361 Relocate samples/utils 2016-09-30 02:49:10 +02:00
Gregor Richards
f710303a40 Somewhat fixing support for savestateless cores
Without early saves we couldn't properly detect savestateless cores. We
still can't, really, but we can at least EVENTUALLY detect this
condition. netplay_net has been fixed to do so.
2016-09-29 20:48:39 -04:00
Twinaphex
721a04b71c Merge pull request #3693 from GregorR/netplay-default-delay-frames
Set delay_frames to 16 by default
2016-09-30 02:29:05 +02:00
Gregor Richards
7ab1f420d9 Set delay_frames to 16 by default. 2016-09-29 20:20:07 -04:00
Twinaphex
9392fca26a Merge pull request #3692 from GregorR/netplay-spectato-fix-deux
Fix spectator mode to work with the late-serialization workaround
2016-09-30 00:08:34 +02:00