18167 Commits

Author SHA1 Message Date
Monroe88
ba68a041b0 Fix XInput not being added to config.mk for msys2 2015-04-05 15:08:26 -05:00
aliaspider
e06a7d5f7e (3DS) set the content frame to fullscreen for now, until aspect ratio
settings are implemented.
2015-04-05 21:06:24 +01:00
twinaphex
88b98b568c (Android) Style nits 2015-04-05 21:57:32 +02:00
aliaspider
bac17ec84a (3DS) add missing inline directive. 2015-04-05 20:48:23 +01:00
twinaphex
8ac36fac30 (retroarch.c) Fixup 2015-04-05 21:48:10 +02:00
aliaspider
6e364e5e48 (3DS) update copyright. 2015-04-05 20:44:50 +01:00
Twinaphex
7f58dedb46 Merge pull request #1588 from aliaspider/master
(3DS) video driver rewrite.
2015-04-05 21:44:23 +02:00
aliaspider
81933fc96d (3DS) ctr_gu.h was missing. 2015-04-05 20:43:15 +01:00
aliaspider
fe923dff98 (3DS) video driver rewrite. 2015-04-05 20:40:35 +01:00
aliaspider
14ac3fe250 (3DS) use touch for menu toggle.
keep console visible on exit until start is pressed.
2015-04-05 20:39:18 +01:00
twinaphex
d117362b93 (runloop.c) Refactor do_pause_state_checks 2015-04-05 21:37:34 +02:00
twinaphex
634fda75e2 (runloop.c) Fix rewind 2015-04-05 21:35:07 +02:00
radius
9b2ee5daaf start adding auto loading for remap files 2015-04-05 14:06:23 -05:00
Twinaphex
ce091a68cb Merge pull request #1587 from fr500/master
Override cleanups
2015-04-05 21:01:44 +02:00
radius
d4c52008a0 Add additional checks and logging 2015-04-05 13:58:59 -05:00
twinaphex
592e5d9f4a Change HAVE_WINXINPUT to HAVE_XINPUT 2015-04-05 20:54:46 +02:00
radius
f92aecd28b Overrides:
- renamed the function to something more suitable and cleaned up the comments a bit
- moved back !global->system.info.library_name check, this shouldn't return false, this is not an error but an early return condition
2015-04-05 13:52:43 -05:00
twinaphex
ed9ad7c9d7 (windows) Change 'winxinput' to 'xinput' 2015-04-05 20:43:24 +02:00
twinaphex
c4126d4d11 (XDK) Turn some functions non-static 2015-04-05 19:23:33 +02:00
radius
5a66c10863 Merge remote-tracking branch 'upstream/master' 2015-04-05 12:18:34 -05:00
twinaphex
36a062bcf3 Update signature for d3d_lockrectangle_clear 2015-04-05 19:17:24 +02:00
twinaphex
d3ecc62291 (d3d.h) Cleanups 2015-04-05 19:15:03 +02:00
radius
dda1ea9c97 Merge remote-tracking branch 'upstream/master' 2015-04-05 12:14:35 -05:00
twinaphex
66ee038ced Style nit 2015-04-05 19:07:33 +02:00
Twinaphex
878b88bb36 Merge pull request #1586 from fr500/master
Improve per-game/per-config overrides
2015-04-05 19:06:31 +02:00
twinaphex
388206ed6b (XBOX) Move XBOX1 SetFlickerFilter to renderchain_blit_texture 2015-04-05 18:59:13 +02:00
twinaphex
d14751a649 (D3D) Turn renderchain_set_mvp static 2015-04-05 18:54:14 +02:00
radius
838f0c9dfc Merge remote-tracking branch 'upstream/master' 2015-04-05 11:53:14 -05:00
twinaphex
2066396913 (D3D) Make renderchain_set_vertices static 2015-04-05 18:52:44 +02:00
twinaphex
6365ac2174 (D3D) Turn more functions static 2015-04-05 18:49:29 +02:00
radius
ae19769ebe Merge remote-tracking branch 'upstream/master' 2015-04-05 11:49:26 -05:00
twinaphex
1f3c5fc71c (D3D) Turn some functions static 2015-04-05 18:46:28 +02:00
twinaphex
d9aa01da06 (D3D) Move structs around 2015-04-05 18:44:12 +02:00
twinaphex
b509e12405 (Cg) Move Cg header include to render_chain.cpp 2015-04-05 18:41:40 +02:00
twinaphex
e34c90179f (D3D) Move struct Pass to render_chain.cpp 2015-04-05 18:40:19 +02:00
twinaphex
daf3f3bb08 (D3D) Buildfix 2015-04-05 18:33:42 +02:00
twinaphex
afe35e774a (D3D) renderchain_set_final_viewport - call d3d_recompute_pass_sizes 2015-04-05 18:31:07 +02:00
twinaphex
7d162b79c0 (d3d_wrapper.cpp ) Cleanup 2015-04-05 18:29:38 +02:00
twinaphex
e9f08dfafe (D3D) Don't use Pass from d3d_wrapper.cpp 2015-04-05 18:25:48 +02:00
twinaphex
9c678a3abd (D3D) Buildfix #2 2015-04-05 18:21:25 +02:00
twinaphex
6927d6e47c (D3D) Rename cg_shader to shader_path 2015-04-05 18:20:45 +02:00
radius
41414d3160 Merge branch 'master' of github.com:fr500/RetroArch 2015-04-05 11:18:45 -05:00
twinaphex
56145d279d (D3D) Don't ifdef out d3d_init_shader/d3d_deinit_shader 2015-04-05 18:18:02 +02:00
twinaphex
97acc50b6e (D3D) Fix two extern declarations 2015-04-05 18:15:10 +02:00
radius
8ad303d066 readded per-game/per-core overrides, this works exactly the same as appendconfig and with the same limitations (if you append a config and config autosave is
enabled if will propagate to your main config)

Had to change the delimiter for appendconfig to "|" so users can load configs with filenames including ,
2015-04-05 11:14:24 -05:00
twinaphex
b148bb0c8a (XDK) Buildfix #2 2015-04-05 18:11:50 +02:00
twinaphex
e59d5a26b2 (XDK) Buildfix 2015-04-05 18:08:33 +02:00
twinaphex
e022372db5 (D3D) Buildfix 2015-04-05 18:01:33 +02:00
twinaphex
1a7d3e3ea0 Move Cg Context to render_chain.cpp 2015-04-05 17:59:03 +02:00
twinaphex
2ae20608e8 Wrap SetTexture calls 2015-04-05 17:44:27 +02:00