twinaphex
|
c0800cf0d4
|
(SDK) Document file_path.c
|
2015-01-08 23:08:53 +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
|
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
|
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 |
|
Alcaro
|
dc3086495b
|
Update rthreads.h
|
2015-01-04 12:39:37 +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
|
c6cc3b8d90
|
CXX_BUILD - Fix some undefined reference linker errors
|
2014-11-29 21:18:45 +01:00 |
|
twinaphex
|
edbb81c269
|
(SDK) Add memory_stream
|
2014-11-01 20:49:57 +01:00 |
|
twinaphex
|
d7dc5a2492
|
Move stdint.h to libretro-sdk/include/compat/msvc
|
2014-11-01 20:45:33 +01:00 |
|
twinaphex
|
92581cd803
|
Add stdint.h implementation for MSVC 2003 up to MSVC 2010
|
2014-11-01 20:44:17 +01:00 |
|
twinaphex
|
fcc4e6041d
|
(Libretro SDK) Add win32 dirent compat version
|
2014-11-01 20:35:17 +01:00 |
|
twinaphex
|
4587d42271
|
matrix_4x4.h - change header guard name
|
2014-10-26 02:40:17 +01:00 |
|
twinaphex
|
d24691e810
|
Convert math/matrix.c to math/matrix_4x4.c
|
2014-10-26 02:32:10 +01:00 |
|
twinaphex
|
288c6941de
|
(SDK) Add libretro-sdk/include/clamping.h
|
2014-10-26 02:18:56 +01:00 |
|
twinaphex
|
60901771ea
|
(Libretro SDK) Libco - style nits
|
2014-10-23 08:19:36 +02:00 |
|
twinaphex
|
6979b62bdc
|
(SDK) Move math/matrix code to SDK
|
2014-10-23 04:48:34 +02:00 |
|
twinaphex
|
58f09ce79e
|
Move scaler code over to libretro SDK
|
2014-10-23 04:34:35 +02:00 |
|
twinaphex
|
2997af48fa
|
Move config-file code to SDK
|
2014-10-22 03:35:04 +02:00 |
|
Twinaphex
|
925b1ad9b8
|
(SDK) Fix header guard for retro_inline.h
|
2014-10-22 01:21:51 +02:00 |
|
twinaphex
|
174d011bed
|
Move dir_list to SDK
|
2014-10-22 01:13:05 +02:00 |
|
twinaphex
|
25a18c3b42
|
Add retro_inline.h to SDK
|
2014-10-22 01:00:59 +02:00 |
|
twinaphex
|
9a9fa6532a
|
Move file_path.c to libretro SDK
|
2014-10-22 00:23:06 +02:00 |
|
twinaphex
|
a92b675f8e
|
Move string_list to SDK
|
2014-10-21 19:59:27 +02:00 |
|
twinaphex
|
85980e6671
|
(Libretro SDK) Move libco.h to include dir
|
2014-10-21 19:25:25 +02:00 |
|
twinaphex
|
3d9186f680
|
Move file_list.c to libretro SDK
|
2014-10-21 19:23:28 +02:00 |
|
twinaphex
|
9e6e01e714
|
Add IS_SALAMANDER ifdef
|
2014-10-21 18:01:58 +02:00 |
|
Twinaphex
|
986f2a873b
|
Fix retroarch_logger.h include in retro_miscellaneous with dirty
hack for now
|
2014-10-21 08:43:00 +02:00 |
|
twinaphex
|
81c5019afb
|
Move miscellaneous header over to libretro SDK
|
2014-10-21 08:39:37 +02:00 |
|
twinaphex
|
b1293c1b82
|
Move endianness header to SDK
|
2014-10-21 08:29:05 +02:00 |
|
twinaphex
|
bf8cec3d04
|
(MSVC) Build fixes
|
2014-10-21 08:02:40 +02:00 |
|
twinaphex
|
8f635757ca
|
(libretro-sdk) Add new headers
|
2014-10-21 07:59:31 +02:00 |
|
twinaphex
|
c62d52de0f
|
Start properly implementing libretro SDK for boolean.h include
header, glsym, and rthreads
|
2014-10-21 05:05:52 +02:00 |
|