This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c4f600fa9f168ac3ba56cc0d6b8f445bbffe9563
itgmania212121
/
stepmania
/
src
/
archutils
/
Darwin
T
History
Steve Checkoway
58715e319f
It seems that gcc decided that even though _mm_load_ps and _mm_loadu_ps are static inline functions calling a gcc builtin, it should emit a call to them because they were used as template parameters. Oh well, the code is short enough to just copy.
2007-01-28 23:12:06 +00:00
..
arch_setup.h
remove HAVE_CRYPTOPP
2007-01-24 09:41:16 +00:00
Crash.cpp
…
Crash.h
…
DarwinThreadHelpers.cpp
lroundf -> lrintf.
2007-01-03 05:05:28 +00:00
DarwinThreadHelpers.h
…
HIDDevice.cpp
Actually check that PumpDevices have the correct vid/pid.
2007-01-18 07:18:41 +00:00
HIDDevice.h
Actually check that PumpDevices have the correct vid/pid.
2007-01-18 07:18:41 +00:00
JoystickDevice.cpp
Simplify.
2007-01-18 12:46:02 +00:00
JoystickDevice.h
Add support for the hat switch. This only works if the hid device uses 3 or 7 values plus a null position for the hat and furthermore, the minimum value needs to correspond to up with increasing values moving clockwise.
2007-01-18 12:30:35 +00:00
KeyboardDevice.cpp
…
KeyboardDevice.h
…
PreferredLanguage.m
…
PumpDevice.cpp
Use IsJoystick() and IsPump().
2007-01-18 12:35:13 +00:00
PumpDevice.h
Actually check that PumpDevices have the correct vid/pid.
2007-01-18 07:18:41 +00:00
SMMain.mm
…
SMMainThread.h
…
SMMainThread.m
…
StepMania.pch
…
VectorHelper.cpp
It seems that gcc decided that even though _mm_load_ps and _mm_loadu_ps are static inline functions calling a gcc builtin, it should emit a call to them because they were used as template parameters. Oh well, the code is short enough to just copy.
2007-01-28 23:12:06 +00:00
VectorHelper.h
Remove unneeded header and comment.
2007-01-28 22:27:25 +00:00
wchar.cpp
…