26 Commits

Author SHA1 Message Date
twinaphex
0789b05d0b (miscellaneous.h) Add BIT32_ * macros 2014-10-06 01:51:45 +02:00
twinaphex
c94d66a8be Avoid PS3 compiler warning 2014-10-05 16:46:50 +02:00
twinaphex
7bad7e295d miscellaneous.h - Indenting nits 2014-10-05 16:32:47 +02:00
twinaphex
4d1125b664 Fix BIT64_CLEAR (was unused at this point) and bitwise AND against
63
2014-10-05 16:30:49 +02:00
twinaphex
ea0d572ef1 Create new macros BIT_SET/BIT_CLEAR/BIT_GET based on input_common.h helpers 2014-10-05 15:58:06 +02:00
twinaphex
e0b977215f Rename some macros for bit get/setting 2014-10-05 15:48:06 +02:00
twinaphex
e306553cea Fixup BIND_PRESSED 2014-10-03 16:55:01 +02:00
twinaphex
32446917d5 Fix BIND_PRESSED to silence warnings with PS3 compiler 2014-10-03 16:49:58 +02:00
twinaphex
cfaa59e67a Cleanup BIT64_GET macro 2014-10-03 16:41:48 +02:00
twinaphex
2523337416 Split up endianness functions into separate header file 2014-09-28 23:21:27 +02:00
twinaphex
7a66467161 Create macro BIND_PRESSED - wrapper around BIT64_GET 2014-09-16 18:08:44 +02:00
twinaphex
c391249e3f Optimizations -
* reduce amount of calls to input_key_pressed_func all throughout
rarch_main_iterate - call input_keys_pressed_func only once and
then pass an input state value around to all subsequent functions
* define retro_input_t typedef - simply an uint64_t for now since
meta binds don't exceed 64 entries yet
2014-09-16 09:26:08 +02:00
twinaphex
9d783b6627 Style cleanups 2014-09-07 05:47:18 +02:00
twinaphex
0856091296 Cleanups - 80-char limit 2014-09-02 05:57:53 +02:00
twinaphex
2016e1965e (miscellaneous.h) Get rid of some extranous else 2014-08-27 01:10:04 +02:00
Themaister
3cd1f11ba1 Also include msvc_compat.h in misc.h. 2014-03-27 21:47:19 +01:00
Themaister
1e7771ce28 Include limits.h in miscellaneous.h.
Might fix BSD issues.
2014-03-27 21:44:41 +01:00
Themaister
a3f6904dde Use abort() in rarch_assert() to make it debuggable.
SIGABRT is nice.
2014-03-27 10:44:23 +01:00
twinaphex
d4f9c211ee (PSP) Build fixes 2014-02-11 16:10:40 +01:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
twinaphex
030012f664 (360) Some build fixes 2013-12-29 04:08:42 +01:00
ToadKing
f3fec499ca [GX] enable threads, build warning fixes 2013-11-07 21:01:49 -05:00
twinaphex
9ec02f0668 (RARCH_CONSOLE) Build fix - move PATH_MAX to miscellaneous.h 2013-11-06 22:01:23 +01:00
Themaister
8ac21493a1 Fix Win32 build. 2013-11-06 20:32:27 +01:00
twinaphex
389f255227 Make hash.c dependent on miscellaneous.h and not on general.h 2013-11-06 14:55:42 +01:00
twinaphex
cf20416aab Make file_path.c more self-contained.h 2013-11-06 14:21:12 +01:00