Commit Graph

97 Commits

Author SHA1 Message Date
twinaphex
4e5cec22d9 (Libretro SDK) Update 2015-02-11 02:32:20 +01:00
twinaphex
3a062538dd Move rpng to libretro SDK 2015-02-11 02:30:56 +01:00
twinaphex
378bd85610 Move rxml in libretro-SDK 2015-02-11 02:23:41 +01:00
twinaphex
1bb8ff6f20 Move rxml to libretro SDK 2015-02-11 02:22:20 +01:00
twinaphex
df2b550502 (gfx/math) Updates 2015-02-10 20:37:30 +01:00
twinaphex
2d35ab7fe1 (Scaler) Try to prevent calling NULL function pointer 2015-02-10 20:31:17 +01:00
twinaphex
a8222087f8 (file_list.c) Improve stability some more 2015-02-10 18:47:59 +01:00
twinaphex
c2bd8dbf71 Make file_list_push more stable 2015-02-10 18:42:09 +01:00
Toad King
206797c6f9 creating all our mutexes with the same name very bad :P 2015-02-08 22:51:45 -06:00
twinaphex
55c898b880 rthreads.c - Take out code that is prone to deadlocks 2015-02-09 03:55:29 +01:00
twinaphex
621d406429 Update SDK 2015-02-05 19:18:34 +01:00
twinaphex
0728d1d412 (Libretro SDK) Update 2015-01-30 23:31:46 +01:00
twinaphex
2edd943c08 Update libretro SDK 2015-01-26 21:35:23 +01:00
twinaphex
78f3d554be (Libretro SDK) Update SDK 2015-01-23 11:04:59 +01:00
twinaphex
fe13a548f2 (Libretro SDK) Add file_list_sort_on_type to file_list.c 2015-01-19 07:15:16 +01:00
twinaphex
bf4dd752de Update SDK 2015-01-12 15:06:29 +01:00
twinaphex
751f2b7403 (SDK) Move fifo_buffer.c to libretro SDK 2015-01-11 05:43:10 +01:00
twinaphex
1463d5e7dc Move message queue to libretro-sdk 2015-01-11 05:35:47 +01:00
twinaphex
c0800cf0d4 (SDK) Document file_path.c 2015-01-08 23:08:53 +01:00
twinaphex
7c4307329a (SDK) Minor cleanups in file_list.c/file_path.c 2015-01-08 21:55:05 +01:00
twinaphex
c255387282 (SDK) Add documentation to string_list 2015-01-08 21:47:02 +01:00
twinaphex
f2be2ddc0c (SDK) Document rthreads.c 2015-01-08 21:23:34 +01:00
twinaphex
96f83fad48 Fix co_create documentation 2015-01-08 20:35:22 +01:00
twinaphex
cc48325ed9 Refactor rthreads.c 2015-01-08 20:33:20 +01:00
twinaphex
90722b645e Document libco.h 2015-01-08 20:15:03 +01:00
twinaphex
d36a6fc895 clamping.h - add documentation 2015-01-08 20:10:19 +01:00
twinaphex
a8982cd9ee retro_miscellaneous.h - correct documentation 2015-01-08 20:07:30 +01:00
twinaphex
4e17e365fa (SDK) Document retro_endianness.h/retro_miscellaneous.h 2015-01-08 19:46:08 +01:00
twinaphex
2779298371 Update SDK/documentation 2015-01-08 19:23:59 +01:00
twinaphex
c72fdcf1c3 Document dir_list.h 2015-01-08 19:14:50 +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
d351d6f9fc Update headers 2015-01-07 18:31:19 +01: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
0f38b0c0eb Refactor scaler_ctx_scale 2015-01-06 17:35:32 +01:00
Swizzy
3f0cf9d47b (MSVC) A Mutex needs a name... 2015-01-06 15:37:36 +01:00
twinaphex
9fce7e6258 (file_list.c) Some cleanups 2015-01-05 16:00:03 +01:00
Alcaro
dc3086495b Update rthreads.h 2015-01-04 12:39:37 +01:00
twinaphex
e0a364786c Further cleanups to dir_list_new 2014-12-31 19:25:45 +01:00
twinaphex
88c8c3b81e (SDK) Simplify dir_list_new 2014-12-31 19:17:43 +01:00
twinaphex
dd713037b0 (Libretro SDK) Build fix for Wii 2014-12-31 11:07:45 +01:00
twinaphex
e1691a8d92 Move SWAP16 to retro_endianness.h 2014-12-30 21:49:45 +01:00
twinaphex
c37249baf7 If RARCH_INTERNAL is not defined, turn rarch_assert into plain assert() call 2014-12-21 01:16:57 +01:00
twinaphex
b22d58fd10 rarch_defer_core - put another codeblock around an ifdef 2014-12-15 17:29:29 +01:00
twinaphex
63fe97c0a5 Cleanup some useless casts pt. 2 2014-12-15 17:13:08 +01:00
twinaphex
a8629c62bd (libretro-sdk/libco) Silence warnings 2014-12-10 17:59:24 +01:00