27930 Commits

Author SHA1 Message Date
twinaphex
8d06c32d18 Clean this up 2016-03-18 23:32:40 +01:00
twinaphex
1bf76bc1f6 Create MENU_SETTING_CTL_ACTION_RIGHT 2016-03-18 23:31:11 +01:00
twinaphex
033cf569e4 Add MENU_SETTING_CTL_NEW 2016-03-18 22:31:14 +01:00
twinaphex
a5cbafe0e5 Add MENU_SETTING_CTL_FREE 2016-03-18 22:27:40 +01:00
twinaphex
71f2fa531c Add MENU_SETTING_CTL_IS_OF_PATH_TYPE 2016-03-18 22:23:51 +01:00
twinaphex
6b01dd86ae Add menu_setting_ctl 2016-03-18 22:16:57 +01:00
twinaphex
9259b141a6 (menu_setting.c) Try to use 'string target' as little as possible 2016-03-18 20:45:25 +01:00
Twinaphex
da7430be52 Merge pull request #2798 from DannyGlover/master
Fix compilation issue on iOS
2016-03-18 20:27:37 +01:00
Danny Glover
9102a9d999 Fix compilation issue on iOS
- Compilation failed out of the box due to a missing directory added
to the copy build phase
2016-03-18 18:39:24 +00:00
twinaphex
e2fc8900b5 (menu_setting.c) Add source setting 2016-03-18 19:04:49 +01:00
twinaphex
2af2b4eebf (menu_setting.c) Add 'target' pointers 2016-03-18 19:01:42 +01:00
twinaphex
2c7cc41f1b Prevent null pointer dereference 2016-03-18 18:04:21 +01:00
Alcaro
f8c31dd56a No point checking this twice. 2016-03-18 17:19:30 +01:00
Alcaro
ba90c4afaf Fix some use-after-free holes. 2016-03-18 17:18:45 +01:00
radius
160118ff6c fix android build error 2016-03-17 20:31:33 -05:00
radius
90b7875f21 add banner 2016-03-17 20:29:09 -05:00
radius
e02cc9ae5f make xmb default on atv 2016-03-17 20:10:03 -05:00
radius
6df0249d3e make xmb default on atv 2016-03-17 20:08:00 -05:00
radius
9b6e97f967 remove stray OSD message 2016-03-17 19:06:19 -05:00
radius
9fea079af3 update manifest 2016-03-17 19:03:27 -05:00
twinaphex
a446f9040b Push these updates 2016-03-18 00:32:57 +01:00
twinaphex
91d14cbb62 Revert "Create RARCH_NETPLAY_CTL_IS_ENABLED, RARCH_NETPLAY_CTL_SET_ENABLE,"
This reverts commit 1a978b0f3cfff8ab450a9e6ee62a762a997db6dc.
2016-03-18 00:32:02 +01:00
twinaphex
7f1c4fa2ff Rename sinc_neon.S to sinc_resampler_neon.S 2016-03-14 15:49:02 +01:00
twinaphex
55bb739996 Rename some files 2016-03-14 15:43:40 +01:00
twinaphex
2ce76ff147 Add null resampler so we can iterate over the rsamplers and
start from right to left again when touching
2016-03-14 15:42:12 +01:00
twinaphex
1a978b0f3c Create RARCH_NETPLAY_CTL_IS_ENABLED, RARCH_NETPLAY_CTL_SET_ENABLE,
and RARCH_NETPLAY_CTL_USNET_ENABLE
2016-03-14 15:03:42 +01:00
twinaphex
29bc5b1d50 Should now properly hide cursor when mouse grabbed 2016-03-14 14:41:46 +01:00
twinaphex
d8ebcde5ec Implement GFX_CTL_SHOW_MOUSE 2016-03-14 14:39:58 +01:00
twinaphex
2e080967b0 Reimplement grab mouse code a bit - we really need to drastically
rewrite this
2016-03-14 14:37:18 +01:00
Twinaphex
3f3983c19d Merge pull request #2790 from DSkywalk/master
CHEEVOS - Implemented Hardcore Mode
2016-03-14 13:00:23 +01:00
David Skywalker
1a5273a73b just check hardcore mode changes on menu
also fix a rewind deinit
2016-03-14 12:53:56 +01:00
David Skywalker
91361f26de cheevos - added hardcore mode, in this mode savestates and rewind are disabled. 2016-03-14 11:51:54 +01:00
Twinaphex
8f867427db Merge pull request #2789 from Yogarine/master
Fix emscripten build
2016-03-14 10:54:51 +01:00
Alwin Garside
36117750af Merge branch 'master' of https://github.com/libretro/RetroArch 2016-03-13 15:30:41 +01:00
Alwin Garside
97b60b1e20 Fixed emscripten build 2016-03-13 15:30:30 +01:00
Twinaphex
4d3f187db0 Merge pull request #2787 from aliaspider/master
(3DS) update assets.
2016-03-12 18:12:58 +01:00
aliaspider
b5f35ec39b (3DS) nit. 2016-03-12 17:52:03 +01:00
aliaspider
aea164f3c8 (3DS) update core assets/ids 2016-03-12 17:47:46 +01:00
aliaspider
bb6fe9cceb (3DS) update core icons/banners.
source:
- https://gbatemp.net/threads/retroarch-emulation-thread-nightly-builds-
- https://gbatemp.net/threads/retroarch-emulation-thread-nightly-builds-
2016-03-12 17:46:56 +01:00
twinaphex
69998b0d6c Memset runloop_frame_time to NULL at RUNLOOP_CTL_PREPARE_DUMMY
time
2016-03-12 15:17:02 +01:00
twinaphex
3d19ec2e9e Reimplement frame time code 2016-03-12 14:47:10 +01:00
twinaphex
8467ce114c (Android) Followup to earlier commit 2016-03-12 08:53:27 +01:00
twinaphex
432d7a358a (Android) Move Android-specific Moto G2 DPI workaround to android graphics context
driver
2016-03-12 08:52:29 +01:00
radius
48d61f33ab attempt to fix moto g2 issue 2016-03-12 00:00:05 -05:00
Twinaphex
c5ed4f1f65 Merge pull request #2785 from Kivutar/patch-2
Reorder static functions in vivante context
2016-03-11 22:30:04 +01:00
Jean-André Santoni
0863a8eb84 Reorder static functions in vivante context 2016-03-12 04:29:26 +07:00
Twinaphex
0e4a8dfd97 Merge pull request #2784 from DSkywalk/master
Bettler Cheevos NES detection game_id to avoid unresolved game_id requests.
2016-03-11 21:54:40 +01:00
David Skywalker
d62d80c1ce cheevo - fixed md5 nes compute to fix unresolved game_id request. 2016-03-11 21:26:07 +01:00
Twinaphex
ca480ef459 Prevent possible crash 2016-03-11 10:16:23 +01:00
radius
761ece0f3c set SAVE directory correctly when using content dir on cores that don't use the SRAM interface 2016-03-10 17:36:46 -05:00