http://bugs.winehq.org/show_bug.cgi?id=29573
Erich Hoover ehoover@mines.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #41566|0 |1 is obsolete| | Attachment #41569|0 |1 is obsolete| |
--- Comment #8 from Erich Hoover ehoover@mines.edu 2012-09-04 14:00:31 CDT --- Created attachment 41571 --> http://bugs.winehq.org/attachment.cgi?id=41571 Fix for the system checker reporting no RAM [v3]
(In reply to comment #7)
... Looks ok, though the adapter index is supposed to be unsigned, and I'd probably have done something like this for the loop in there: ...
How about the attached?
... Maybe, although I'm not sure if it'll end up really being worth it. You could perhaps also do something similar to ddraw_surface4_EnumAttachedSurfaces() and similar functions.
Oh, I like that - please see the attached patch. I envision this patch being split into two parts for submission, DirectDrawEnumerateA as part 1/2 and the DirectDrawEnumerateExA as part 2/2, does that sound ok to you?