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
a4bdd072099b67f4b5c63158a88af5f1197ccfcb
itgmania212121
/
stepmania
/
src
/
arch
/
ArchHooks
T
History
Steve Checkoway
04d4f0447e
Do not use datadir at Glenn's behest. Look for Packages as well as Songs so that this can be installed with the data in Packages.
2007-04-24 09:21:34 +00:00
..
ArchHooks_darwin.cpp
Mount StepMania.app/Contents/Resources/SMData.smzip, if it exists. This makes SM installable as a single drag and drop application bundle.
2007-04-23 06:27:02 +00:00
ArchHooks_darwin.h
Cleanup. The time critical stuff will never work like that on OS X.
2007-03-14 07:06:41 +00:00
ArchHooks_Unix.cpp
Do not use datadir at Glenn's behest. Look for Packages as well as Songs so that this can be installed with the data in Packages.
2007-04-24 09:21:34 +00:00
ArchHooks_Unix.h
…
ArchHooks_Win32.cpp
fix uncaught errors in VC8 triggering watson instead of our crash handler
2007-02-12 00:40:35 +00:00
ArchHooks_Win32.h
remove EnterTimeCriticalSection/ExitTimeCriticalSection
2006-12-19 08:03:42 +00:00
ArchHooks_Win32Static.cpp
…
ArchHooks_Xbox.cpp
…
ArchHooks_Xbox.h
…
ArchHooks.cpp
Make* -> Driver::Create. Having these floating in arch.h isn't
2006-12-17 08:00:03 +00:00
ArchHooks.h
remove EnterTimeCriticalSection/ExitTimeCriticalSection
2006-12-19 08:03:42 +00:00
ArchHooksUtil.cpp
…