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 |
|
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
|
4920882042
|
(Libretro SDK) Cleanup
|
2014-11-01 20:37:55 +01:00 |
|
twinaphex
|
fcc4e6041d
|
(Libretro SDK) Add win32 dirent compat version
|
2014-11-01 20:35:17 +01:00 |
|
twinaphex
|
011e7cf1f9
|
Rewrite scaler_ctx_scale to make it more efficient
|
2014-11-01 10:08:12 +01:00 |
|
twinaphex
|
4c707e9e00
|
Remove early return in scaler_ctx_scale to avoid performance
regression
|
2014-11-01 09:42:45 +01:00 |
|
twinaphex
|
8e0d1ed70f
|
Revert "(Libretro SDK) Simplify scaler_ctx_scale somewhat - also only call function callback" -
big performance regression
This reverts commit d3a7b69f84 .
|
2014-11-01 09:39:53 +01:00 |
|
twinaphex
|
d3a7b69f84
|
(Libretro SDK) Simplify scaler_ctx_scale somewhat - also only call function callback
if it is bound
|
2014-10-30 07:12:44 +01:00 |
|
twinaphex
|
95c774ef74
|
(libretro SDK) scaler_ctx_scale - add early return in case ctx is NULL
|
2014-10-30 04:04:20 +01:00 |
|
twinaphex
|
6056a52dfe
|
Update SDK
|
2014-10-29 20:35:28 +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
|
05c8bb5609
|
(Libretro SDK) Add crt/include/string.h
|
2014-10-25 06:52:47 +02:00 |
|