Commit Graph
1926 Commits
Author SHA1 Message Date
Glenn Maynard 39535c11e5 move common high-level device checking logic into base class:
- report STATE_CHECKING when a device is first seen, so "checking" shows up quickly
 - read quick profile data once bMount is true
2005-12-10 02:07:30 +00:00
Glenn Maynard bd6b59df43 sync with Linux 2005-12-10 01:49:01 +00:00
Glenn Maynard 7bf4380fb5 reuse Mount and Unmount 2005-12-10 01:46:58 +00:00
Glenn Maynard ad7ee70346 fix error 2005-12-10 01:46:17 +00:00
Glenn Maynard 3f27a018b3 nudge closer to Windows driver 2005-12-10 01:42:49 +00:00
Glenn Maynard 8896e8b664 cleanup 2005-12-10 01:40:19 +00:00
Glenn Maynard 03ba527b58 remove unused vConnects 2005-12-10 01:37:28 +00:00
Glenn Maynard a46a80ba3c refactor to look more like the Linux driver 2005-12-10 01:36:15 +00:00
Glenn Maynard e94119a957 break out MemoryCardDriverThreaded_Windows::GetUSBStorageDevices 2005-12-10 01:24:11 +00:00
Glenn Maynard 908e60fc0a don't make an extra copy 2005-12-10 01:19:53 +00:00
Glenn Maynard 3751c6dc88 revert last 2005-12-10 01:11:12 +00:00
Glenn Maynard cc5798a416 simplify 2005-12-10 01:05:58 +00:00
Glenn Maynard 48a313372b don't log non-removable drives 2005-12-10 01:04:16 +00:00
Glenn Maynard db4cc8df2e Floppy drives can be reassigned, and other things can end up on A: and B:. Check the actual device type. 2005-12-10 00:36:34 +00:00
Glenn Maynard 9dc6b7366a cleanup 2005-12-09 23:54:18 +00:00
Chris Danford 37f82b43f7 remove CStringArray #define 2005-12-09 21:36:22 +00:00
Chris Danford f1c876a16c fix compile 2005-12-09 04:28:49 +00:00
Chris Danford bea1d2dfd8 save cache in Application Data 2005-12-09 04:23:44 +00:00
Glenn Maynard 473b080ef9 just "backspace", not "key backspace" 2005-12-09 02:07:34 +00:00
Glenn Maynard b683be9023 better default InputHandler::GetDeviceSpecificInputString 2005-12-09 02:04:55 +00:00
Glenn Maynard cfe76dd96e cleanup 2005-12-09 01:48:20 +00:00
Chris Danford 4165c887f0 mount all writable dirs to user's dir 2005-12-09 01:22:31 +00:00
Chris Danford ed6634ba6b remove arbitrary switching on whether exe is in Program Files. Always save to user's dir. 2005-12-09 01:09:01 +00:00
Glenn Maynard 8c8c5c2dc7 use librt and CLOCK_MONOTONIC 2005-12-08 22:10:51 +00:00
Glenn Maynard afbd2f3bbc Fix ArchHooks::FixupTimeIfBackwards when the time becomes negative
in Linux.  This can happen if the clock is turned back when using
the system clock; the time will be less than ArchHooks_Unix::m_iStartTime.
2005-12-08 21:48:57 +00:00
Chris Danford f02b8e3a3d move FS mounting to ArchHooks
if executable is under Program Files, then mount /Save to ~/PRODUCT_ID/Save
2005-12-08 21:38:18 +00:00
Chris Danford 225262cc20 clean up floating globals
move FS mounting to ArchHooks
2005-12-08 21:36:03 +00:00
Chris Danford 17cf7eaa7c Make InputHander_Win32_Para initialize the device so that the joystick feature of the same device will function. 2005-12-08 05:33:31 +00:00
Glenn Maynard 6497ac8f94 style 2005-12-07 03:03:21 +00:00
Glenn Maynard 321931c19a not used 2005-12-07 03:01:23 +00:00
Glenn Maynard b617542b62 cleanup 2005-12-07 03:00:27 +00:00
Chris Danford cb8a48e254 fix Mac compile 2005-12-07 00:34:11 +00:00
Glenn Maynard a6414302b6 cleanup 2005-12-06 21:54:23 +00:00
Glenn Maynard a4c0b8e963 Test writable without writing a file. This reduces the chance of corruption: merely mounting a device should not write to it. 2005-12-06 21:53:47 +00:00
Chris Danford 5a2c4504f2 add volume size 2005-12-04 09:02:40 +00:00
Ben Anderson 7da3272486 Add proper fullscreen and resolution changing support using XRandR. This makes XRandR mandatory, but I don't see any reason why we can't do that, and providing alternatives would be difficult at best for little payoff. 2005-12-02 21:17:36 +00:00
Ben Anderson 58eb9115db Return to compilable state (.h still breaks arch.o however) 2005-12-02 00:05:29 +00:00
Glenn Maynard be332f9883 remove old trace 2005-11-29 00:22:38 +00:00
Glenn Maynard b6ba17a7bb fix busy looping on slower systems, inefficient buffer filling 2005-11-28 17:17:35 +00:00
Chris Danford c2e84323b1 add res enumeration to LLW SDL 2005-11-28 17:17:16 +00:00
Chris Danford 299e1f7d68 add memcard blacklist by OsMountDir and UI to disable specific drives 2005-11-27 01:50:10 +00:00
Chris Danford 730a113ed6 enumerate resolutions
use mixed case for prefs values
2005-11-26 07:22:33 +00:00
Glenn Maynard b948f686cc cleanup 2005-11-25 20:38:03 +00:00
Glenn Maynard 9ed3cde95a cleanup 2005-11-25 18:36:44 +00:00
Chris Danford b3c7b9c99d fix viewport not correctly reset when alt+tabbing out of and back into full-screen opengl 2005-11-24 10:40:23 +00:00
Glenn Maynard ecd8d199bd missed commit: update for USB cleanup 2005-11-23 22:43:17 +00:00
Glenn Maynard d08e4d0a14 LoadingWindow_SDL 2005-11-23 16:19:25 +00:00
Glenn Maynard efae87bb4b HAVE_SDL is only defined on OSX, and that has its own loading window. Remove
LoadingWindow_SDL.  (This is still marginally useful, since we don't have a native
X11, non-GTK loading window yet.  But using SDL at all is a hassle, and it hasn't
been active in a long time, so let's remove this and add a native loading
window later if wanted instead of  keeping this around.)
2005-11-23 16:17:14 +00:00
Renaud Lepage 6e6e89276d Fix for Xbox compilation. It was easier with HAVE_FOO, but oh well. 2005-11-16 04:38:28 +00:00
Glenn Maynard 7828dd60ad g_X11Display is unused 2005-11-13 19:09:13 +00:00