Commit Graph

26 Commits

Author SHA1 Message Date
twinaphex
cce198f66c Don't add extern "C" namespace around thread.h if MSC_VER is defined 2014-06-26 23:47:10 +02:00
twinaphex
4e8633f7f3 Don't add extern "C" around thread wrappers 2014-06-26 02:59:14 +02:00
twinaphex
42b2423a9c thread.h - Xbox needs this header for the prototype of Sleep 2014-06-25 02:01:14 +02:00
twinaphex
9b6efe540f thread.h - ifndef for RARCH_CONSOLE no longer necessary 2014-06-23 16:00:21 +02:00
twinaphex
ccc3384709 Update thread.h for PSP 2014-06-23 00:56:24 +02:00
twinaphex
ae1ddad530 (thread.h) Add defined(_WIN32) && !defined(_XBOX) rule for including
windows.h when RARCH_INTERNAL is undefined - for Sleep
2014-06-20 20:39:20 +02:00
twinaphex
682e6878c1 Make thread.h reusable for outside RA 2014-06-16 23:08:41 +02:00
twinaphex
b7c476def3 Add RARCH_INTERNAL block for retro_sleep 2014-06-16 23:03:07 +02:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
Themaister
6d6e964672 Fixup CXX_BUILD.
Cleans lots of sign-related warnings as well.
2013-11-16 17:31:49 +01:00
Themaister
83cdd0f250 Remove sthread_exit(). Fix detach. 2013-11-01 09:12:36 +01:00
twinaphex
e4c1ebf344 Expand thread.c - replace pthread with thread.c wrappers 2013-11-01 04:49:29 +01:00
twinaphex
dd68d46b4c (Android) Wrap pthread calls 2013-10-31 23:12:40 +01:00
Themaister
51b17039d4 Completely new approach for threaded video.
Allows a good compromise between jitter and avoiding audio stutter.
2013-08-02 23:54:07 +02:00
Themaister
0b4cf2d053 Update license headers to 2013. 2013-01-01 01:41:15 +01:00
Twinaphex
69496bc291 Replace more SSNES strings/references 2012-04-22 02:06:34 +02:00
Themaister
ce740f8948 More fixups. 2012-04-21 23:31:57 +02:00
Themaister
aab8fb6151 ssnes_* => rarch_*. 2012-04-21 23:25:32 +02:00
Themaister
9ab51ad23a SSNES => RetroArch. 2012-04-21 23:17:43 +02:00
Themaister
e3a71a8c5b Fixup headers. 2012-04-09 22:05:26 +02:00
Themaister
62c96ea937 Change license header. 2012-04-09 22:03:57 +02:00
Themaister
9698cd7dbd Change headers. 2012-04-09 22:03:57 +02:00
TwinAphex51224
4b67a3c59e (PS3) Compiles in rsound now 2012-03-01 21:32:01 +01:00
Themaister
b4248038fb Update license headers. 2012-01-08 01:12:05 +01:00
Themaister
d5fca50a2f Can build for C++. 2011-12-24 15:26:01 +01:00
Themaister
1ee9722e5f Start working on custom thread implementation.
Avoids SDL dependency for this to improve portability.
2011-10-06 20:31:39 +02:00