Commit Graph
957 Commits
Author SHA1 Message Date
Glenn Maynard d86482e298 move XGetCustomLaunchData into ArchHooks
remove empty functions (they're not pure virts)
2004-07-21 23:08:04 +00:00
Glenn Maynard d44e35b889 close m_fd 2004-07-19 20:39:52 +00:00
Glenn Maynard 6fe94c6206 cleanup, fix warnings 2004-07-17 21:27:29 +00:00
Glenn Maynard 8a3fb77328 allow specifying ALSA device to use 2004-07-17 21:22:36 +00:00
Glenn Maynard c81e737d85 fix thread busy looping if bus/usb/devices isn't available 2004-07-17 20:44:37 +00:00
Glenn Maynard fcf46a9f61 fix "pure virtual method called" on quit 2004-07-17 20:38:59 +00:00
Steve Checkoway f33e9db593 Simplify 2004-07-16 09:25:43 +00:00
Kevin Slaughter 0d67f2e43d Upgrade WeedTech lights driver 2004-07-16 07:45:02 +00:00
Steve Checkoway e1163df683 Fix off by one crash. I meant to commit this days ago. 2004-07-09 00:49:26 +00:00
Kevin Slaughter ea8833bf1c Weeder Technologies WTDIO-M now fully functioning. 2004-07-08 11:46:20 +00:00
Glenn Maynard e47f331924 move some stuff out of arch.cpp, so arch drivers aren't all cross-dependent 2004-07-07 20:11:30 +00:00
Steve Checkoway 57fcd732fd Remove unneeded headers. 2004-07-04 01:54:15 +00:00
Steve Checkoway 0066f3e1d4 Cleanup garbage. I don't remember why this was required at one point but it no longer is. 2004-07-04 01:50:09 +00:00
Steve Checkoway e275a793da Remove unused header. Quiet warnings. 2004-07-04 01:47:54 +00:00
Glenn Maynard 16170de423 zero out blank image 2004-07-04 00:37:19 +00:00
Steve Checkoway d674f57968 Fix Canonical conversion. 2004-07-02 08:26:02 +00:00
Steve Checkoway 4b52a182e1 == not =, shouldn't gcc warn about that without extra ()? Also, my conversion codes doesn't quite work as I had expected, force format to Other for now. 2004-07-02 07:16:36 +00:00
Steve Checkoway 72b4599cd3 Remove CHECKPOINT, a disproportionate amount of time is spent in there. 2004-07-02 07:10:39 +00:00
Chris Danford 1296cd775d add port detection through lsusb 2004-06-28 05:23:55 +00:00
Steve Checkoway be30fd0236 Cleanup 2004-06-25 23:00:01 +00:00
Glenn Maynard 902182ae8d fix RageThread::HaltAllThreads() deadlock in Windows 2004-06-25 19:07:30 +00:00
Steve Checkoway 8b98d83a50 Attempt to make the callback faster when the proc format is either exactly what SM wants (unlikely from what I've read) or the canonical format (according to apple). 2004-06-24 22:04:55 +00:00
Glenn Maynard b97fe704bf re-disable TimeCriticalSection 2004-06-21 23:29:26 +00:00
Glenn Maynard b084adf625 don't spam the log with lots of 1- and 2-call underruns 2004-06-21 20:08:02 +00:00
Kevin Slaughter 17486aa8b7 Not completed yet, but adding to repository for assistance if possible from other module holders 2004-06-21 11:11:35 +00:00
Glenn Maynard af7df3315f g_iNumMixCallsForLastIOProc is almost always 1 2004-06-21 02:44:14 +00:00
Chris Danford 6bd2a34271 Xbox builds again 2004-06-20 01:35:25 +00:00
Steve Checkoway f5ec5019d6 simplify 2004-06-19 06:46:13 +00:00
Steve Checkoway 4814159fcf fix left/right switched. 2004-06-19 05:12:12 +00:00
Glenn Maynard c809d31d35 fix infinite recursion 2004-06-17 01:18:41 +00:00
Glenn Maynard 0fbc1e7c33 fix dialogs not always showing up 2004-06-17 01:13:25 +00:00
Glenn Maynard fbfe94e68e debugging 2004-06-16 23:27:24 +00:00
Steve Checkoway 63a046d369 Fix warning. 2004-06-16 23:02:11 +00:00
Glenn Maynard 8b5099690d comment 2004-06-16 21:11:56 +00:00
Glenn Maynard 125141f996 really, don't need SDL for hats 2004-06-16 21:10:30 +00:00
Glenn Maynard 416e15e256 don't need SDL for hats 2004-06-16 21:06:59 +00:00
Glenn Maynard 7fdcaa15d8 simplify 2004-06-16 20:48:53 +00:00
Glenn Maynard f1bcd1cbdc update 2004-06-16 20:34:26 +00:00
Glenn Maynard d89d883e9f KEY_KP_EQUAL 2004-06-16 20:33:10 +00:00
Glenn Maynard 98ecd82db5 phasing out SDL_keysym.h 2004-06-16 20:26:45 +00:00
Glenn Maynard 2ec6b55568 try using conditions for semaphores; standard semaphores are apparently too hard for OSX 2004-06-16 04:23:50 +00:00
Glenn Maynard cd59c6a68b cleanup 2004-06-16 04:07:19 +00:00
Glenn Maynard 78411846e0 simplify; use SemaImpl_Pthreads instead of using low-level semaphores in two places 2004-06-16 03:13:11 +00:00
Glenn Maynard 075bc0ff9a compile fix 2004-06-16 03:08:21 +00:00
Glenn Maynard f6876a8f12 set piThreadID 2004-06-16 03:07:28 +00:00
Glenn Maynard f5a35af702 use errno 2004-06-16 02:20:14 +00:00
Glenn Maynard 7821347dee use errno 2004-06-16 02:18:56 +00:00
Glenn Maynard 994c367deb don't throw in thread setup 2004-06-16 02:17:20 +00:00
Glenn Maynard 76f41546e2 fix various races 2004-06-16 01:53:27 +00:00
Glenn Maynard 8e72c0d28b fix more dialog bugs (crashes when showing an error before init) 2004-06-16 01:12:56 +00:00