Commit Graph

33310 Commits

Author SHA1 Message Date
twinaphex
8409d81e8e Revert "Create dir_is_empty"
This reverts commit fa469c4dcc.
2016-10-01 08:16:19 +02:00
twinaphex
8458a039ca Revert "Create dir_get"
This reverts commit db3738babb.
2016-10-01 08:16:13 +02:00
twinaphex
2583390d31 Revert "Create dir_set"
This reverts commit d973e528f6.
2016-10-01 08:16:07 +02:00
twinaphex
1f4e50a72b Revert "Create dir_get_ptr"
This reverts commit ab7bc7755e.
2016-10-01 08:15:57 +02:00
twinaphex
43466d0fa6 Revert "(paths.c) Cleanups"
This reverts commit bd77ac145b.
2016-10-01 08:15:51 +02:00
twinaphex
a9c7c453e0 Revert "Create path_get_ptr"
This reverts commit 0e3fbb615e.
2016-10-01 08:15:33 +02:00
twinaphex
5a3e5f85a5 Revert "Add record dirs to dirs.c"
This reverts commit fe3281e05d.
2016-10-01 08:15:07 +02:00
twinaphex
4212c42c56 Revert "Remove header include from runloop.h"
This reverts commit 973ec601f0.
2016-10-01 08:14:17 +02:00
twinaphex
53bd29bfad Revert "Cleanups"
This reverts commit 55efca9b23.
2016-10-01 08:14:03 +02:00
twinaphex
4fe8cf3811 Revert "(Win32) Buildfix"
This reverts commit b73d183c44.
2016-10-01 08:13:41 +02:00
twinaphex
766653150c Revert "Fix non-HAVE_DYNAMIC"
This reverts commit b3dd8cd72b.
2016-10-01 08:13:16 +02:00
twinaphex
bbe4943795 Add log for RETRO_ENVIRONMENT_GET_SAVE_DIRECTORY 2016-10-01 06:41:46 +02:00
twinaphex
4567fdef52 Take out libretro_device from global struct 2016-10-01 06:22:57 +02:00
twinaphex
2dcc5b8e43 Add LIBRETRO_DEVICE to unset/set/is functions for override settings 2016-10-01 06:14:30 +02:00
twinaphex
edc3fa9024 Add to is_set 2016-10-01 06:06:07 +02:00
twinaphex
67432fde57 Add void * param to is_set 2016-10-01 06:05:08 +02:00
twinaphex
107a962171 Add RARCH_OVERRIDE_SETTING_LIBRETRO_DEVICE 2016-10-01 06:02:18 +02:00
twinaphex
3592b35573 Add second param to override_set 2016-10-01 05:51:03 +02:00
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