2827 Commits

Author SHA1 Message Date
Twinaphex
9274a6a1ae Merge pull request #1331 from Swizzy/master
Some XDK360 fixes
2015-01-09 17:41:11 +01:00
twinaphex
ec22bada36 Add retroarch.h header 2015-01-09 17:40:47 +01:00
Swizzy
78db1209f4 (D3D) Fix yet another debug exception 2015-01-09 01:27:49 +01:00
twinaphex
1d45517d48 Declare variables at top 2015-01-09 01:23:58 +01:00
Twinaphex
9895835f04 Merge pull request #1325 from Swizzy/master
Some XDK360 fixes
2015-01-08 14:12:04 +01:00
Swizzy
f7117e9fd5 (XDK360) Fixed some D3D Debug exceptions 2015-01-08 01:09:00 +01:00
twinaphex
f9cd1ba788 Rename .hpp files 2015-01-07 22:23:45 +01:00
twinaphex
4d222a1e0f (py_state.c) Cleanups 2015-01-07 22:18:14 +01:00
twinaphex
872a2d306e Change some SNES references 2015-01-07 21:52:10 +01:00
twinaphex
c720a9d711 (gfx/video_filter.c) Build fix 2015-01-07 21:49:40 +01:00
twinaphex
72c502fd78 Cleanups to gfx/video_filter.c 2015-01-07 21:48:42 +01:00
twinaphex
90076c5fad Start using MAX_PATH_LENGTH - relying on MAX_PATH for 360 can cause
problems because it's defined at '260' and thus too small for some
strings
2015-01-07 20:42:36 +01:00
twinaphex
ecf499c588 Update headers 2015-01-07 18:24:13 +01:00
twinaphex
bcfc9d9077 Update headers 2015-01-07 18:06:50 +01:00
sergiobenrocha2
7539a5f2dc Added current dejavu font path for debian based distros. 2015-01-05 22:32:19 -02:00
twinaphex
7a456c6c3a Rename MAX_PLAYERS to MAX_USERS 2015-01-05 01:58:00 +01:00
vanfanel
e02c35b891 Deleted unneeded header include 2016-01-04 19:41:34 +00:00
Twinaphex
510f88b343 Merge pull request #1264 from vanfanel/master
Added fbdev res detection and term cursor blinking disabling to mali ctx
2015-01-03 21:00:38 +01:00
Twinaphex
b244b25082 Merge pull request #1308 from gizmo98/patch-2
RPI/VIDEOCORE: enable hardware upscaling...
2015-01-03 20:56:34 +01:00
twinaphex
e44092e589 (XDK) Fix d3d_get_video_size 2015-01-03 20:54:49 +01:00
gizmo98
e699f7e46e videocore: enable upscaling...
...if retroarch.cfg contains custom resolution.
2015-01-03 09:54:56 +01:00
Toad King
3830dbebaf fix emscripten build 2014-12-31 20:26:49 -06:00
twinaphex
d39a6ef45f shader_parse.h - fix C++ comments to C 2014-12-21 20:41:26 +01:00
twinaphex
3cdf90deeb Move gl_wrap_type_to_enum outside of HAVE_FBO ifdef 2014-12-20 00:44:14 +01:00
twinaphex
ed2c4ec04f Add HAVE_FBO ifdef 2014-12-20 00:41:03 +01:00
CautiousAlbino
b1c6a2bfd8 Log when context driver fails to bind API.
Some generic cleanups to context init as well.
2014-12-14 14:37:25 +01:00
Alcaro
8137c4c9f2 (Cg) Clean this up a little. 2014-12-08 17:05:21 +01:00
Alcaro
e19078e2b5 Don't rely on implicit nulling of this stack array. 2014-12-08 17:02:45 +01:00
twinaphex
181d163b36 Rename 'player' to 'user' 2014-12-05 13:48:54 +01:00
twinaphex
d3977690f2 (gl.c) Cleanup 2014-12-03 21:21:55 +01:00
twinaphex
7c33b76818 Improve some log messages 2014-12-03 18:36:25 +01:00
twinaphex
c5cb86a47e Get rid of unneeded HAVE_OPENGLES3 ifdef 2014-12-03 18:31:43 +01:00
twinaphex
9ed2ba8412 [PATCH] Fix some C++ build issues. 2014-11-29 21:07:12 +01:00
vanfanel
4bedc9f0a9 Changed native window declaration to fix vsync 2014-11-22 08:20:33 +00:00
vanfanel
ac0cfc8b0f Added fbdev resolution detection and term cursor blinking disabling to mali_fbdev driver 2014-11-21 12:51:26 +00:00
twinaphex
a099e75825 Rename gfx/filter.c to gfx/video_filter.c 2014-11-20 06:45:57 +01:00
twinaphex
7acaaa9cb3 (2xBR) Build fix 2014-11-19 03:00:00 +01:00
Twinaphex
ec93f315e0 Merge pull request #1251 from lioncash/cond
Remove redundant conditions
2014-11-15 12:37:15 +01:00
Lioncash
ee80a34974 Add/fix some trivial null checks 2014-11-14 23:06:34 -05:00
Lioncash
5d65c73be3 Remove redundant conditions 2014-11-14 22:50:33 -05:00
twinaphex
bb327684aa Update d3d_set_osd_msg 2014-11-09 20:27:51 +01:00
twinaphex
0a3be12302 (PSP) psp1_gfx.c - robustness checks 2014-11-08 16:35:59 +01:00
Jean-André Santoni
26f35861d0 (Menu) Fix two warnings 2014-11-07 22:51:42 +01:00
Jean-André Santoni
82e67e7605 (Lakka) Use theme font + responsive font size 2014-11-07 15:05:59 +01:00
Alcaro
2710be9b1c Fix typoed typedef name. 2014-11-06 01:47:11 +01:00
Alcaro
cb1b7695cb (GLX) Remove a global and a reinvented typedef. 2014-11-05 22:46:47 +01:00
twinaphex
cf7d975b19 Fix GL_DEBUG compilation 2014-11-04 18:59:25 +01:00
Andrés Suárez
4f46f8bed0 Fix shader parameter issues 2014-10-29 23:15:25 -05:00
twinaphex
595a2e80b9 (Shader) Parameter pointer variable should be a local scoped variable 2014-10-30 05:00:13 +01:00
twinaphex
811280f048 (Filters) Hardcode amount of threads for blargg_ntsc_snes to 1 for stability
reasons
2014-10-29 08:16:45 +01:00