15390 Commits

Author SHA1 Message Date
twinaphex
0570b4d11d Add documentation 2015-01-08 03:40:43 +01:00
Swizzy
f7117e9fd5 (XDK360) Fixed some D3D Debug exceptions 2015-01-08 01:09:00 +01:00
Swizzy
3944956889 (XDK360) Align the UI elements perfectly and make them share the same space 2015-01-08 01:08:10 +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
1add9858bd Merge pull request #1324 from Swizzy/master
(XDK360) New XUI Code
2015-01-07 21:53:37 +01:00
twinaphex
872a2d306e Change some SNES references 2015-01-07 21:52:10 +01:00
Swizzy
d60b5783a2 (XDK360) New XUI Code
Signed-off-by: Swizzy <swizzy@xeupd.com>
2015-01-07 21:51: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
9fee7f5c80 (audio/dsp_filter.c) Cleanups 2015-01-07 21:43:28 +01:00
twinaphex
cbfd7ad881 Nit in menu_start_screen_iterate 2015-01-07 20:47:07 +01:00
twinaphex
33cb810636 (libretro SDK) Start using MAX_PATH_LENGTH too 2015-01-07 20:45:34 +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
ef89a7a318 (patch.c) Declare variables at top of function 2015-01-07 19:58:19 +01:00
twinaphex
7784728fac (file_extract.c) Move declaration of variables to top of function 2015-01-07 19:50:29 +01:00
twinaphex
f2c86cb15f Add documentation to message_queue.c 2015-01-07 19:39:11 +01:00
twinaphex
6d5e719f99 Update header 2015-01-07 19:30:10 +01:00
twinaphex
46cc091981 (rarchdb) These two headers can go - already in libretro-sdk 2015-01-07 18:34:59 +01:00
twinaphex
fc83c35545 Update rarchdb 2015-01-07 18:34:37 +01:00
twinaphex
d351d6f9fc Update headers 2015-01-07 18:31:19 +01:00
twinaphex
ecf499c588 Update headers 2015-01-07 18:24:13 +01:00
twinaphex
3692bb2185 Update headers 2015-01-07 18:17:42 +01:00
twinaphex
bcfc9d9077 Update headers 2015-01-07 18:06:50 +01:00
twinaphex
453321c50b Start updating headers 2015-01-07 17:46:50 +01:00
twinaphex
9c5ac01718 Add some more documentation 2015-01-07 17:02:47 +01:00
twinaphex
c0ef2e9b3d Document some more functions in runloop.c 2015-01-07 16:29:46 +01:00
twinaphex
1a0f817893 Cleanups/build fix 2015-01-07 15:49:56 +01:00
Twinaphex
a4b92ca74c Merge pull request #1323 from jeapostrophe/master
Fix off-by-1 dir in iOS browser
2015-01-07 15:19:40 +01:00
Jay McCarthy
0bd1fc656e Fix off-by-1 dir in iOS browser 2015-01-07 08:07:47 -05:00
Twinaphex
f45336e5ac Merge pull request #1322 from jeapostrophe/master
Using iOS browser for Cores and Content
2015-01-07 11:56:36 +01:00
twinaphex
906b081bd2 Add documentation to functions 2015-01-07 03:53:36 +01:00
Jay McCarthy
7bb75162f7 Using iOS browser for Cores and Content 2015-01-06 21:53:18 -05:00
twinaphex
601db7741f Add documentation to dirent_is_directory 2015-01-07 03:35:18 +01:00
twinaphex
a4a133d700 Reimplementation of set_direct_pixel_conv and document the function 2015-01-07 03:23:19 +01:00
twinaphex
4bd347375f Document scaler_ctx_scale 2015-01-07 03:02:44 +01:00
twinaphex
ae1b4f8884 Start documenting scaler in libretro-SDK too 2015-01-07 02:59:07 +01:00
twinaphex
68f595fcf8 Start adding documentation - dir_list.c 2015-01-07 02:52:02 +01:00
twinaphex
681f332183 Add SD_FLAG_BROWSER_ACTION 2015-01-07 01:38:06 +01:00
Twinaphex
f0817c7864 (iOS) Cleanups to UI 2015-01-07 01:18:41 +01:00
twinaphex
4c3d0fea3b (audio/resamplers/nearest) Nit 2015-01-06 22:54:52 +01:00
twinaphex
0f38b0c0eb Refactor scaler_ctx_scale 2015-01-06 17:35:32 +01:00
Twinaphex
2d407625b3 Merge pull request #1321 from Swizzy/master
Some output fixes and a crash fix
2015-01-06 15:50:43 +01:00
Swizzy
320f8ce2bd Removed pointless ifdef 2015-01-06 15:43:02 +01:00
Swizzy
3f0cf9d47b (MSVC) A Mutex needs a name... 2015-01-06 15:37:36 +01:00
Swizzy
bd3d2b870f (XDK360) Updated Messagebox text 2015-01-06 15:35:49 +01:00
Swizzy
cbb00d3839 (XDK360) Fixed "MessageBox" output 2015-01-06 15:19:43 +01:00
Twinaphex
f2625d27ee Merge pull request #1320 from Swizzy/master
(XDK360) Fix XUI Output
2015-01-06 14:23:01 +01:00
Swizzy
3c9e888e4c (XDK360) Fix XUI Output 2015-01-06 14:17:40 +01:00
Twinaphex
6dce86f9bb Merge pull request #1318 from sergiobenrocha2/master
Fix debian packaging.
2015-01-06 02:20:31 +01:00