Commit Graph

8 Commits

Author SHA1 Message Date
Christian Semmler
a9860c5236 Fix style 2023-09-10 08:53:06 -04:00
Christian Semmler
3229859c99 Match BuildErrorString and _DoEnumerate 2023-09-10 08:46:50 -04:00
disinvite
345044db09 Move a few things around on the Enumerate context obj 2023-08-29 17:22:13 -04:00
disinvite
e4d7c3b190 Building out MxDirect3D, link dxguid, add size asserts 2023-08-29 00:24:03 -04:00
Christian Semmler
688b55cf33 Match MxDirect3D::Clear 2023-08-27 08:05:04 -04:00
Joshua Peisach
da79eef03f
Implement MxDirect3D::Clear (not yet matching) 2023-08-25 21:52:44 -04:00
Joshua Peisach
5a300e8b89
MxDirect3D Constructor 2023-08-25 21:42:35 -04:00
Roman Masanin
db2b98c248
MxDirectDraw functions and structures (#33)
* MxDirectDraw functions and structures

* fix indents, and globals

* fix build, add mxdirectdraw build configuration

* add new files to cmake

* MxDirectDraw: Add code from my PR #19 on main repo

Merging in the missing functions from my pull request for MxDirectDraw on the main repo. Credit to @foxtacles for the GetPrimaryBitDepth function. All match 100% on reccmp except ErrorToString, but the problem there is with the jump table at the end.

Co-authored-by: Christian Semmler <mail@csemmler.com>

* improve match

* improve accuracy

* improve accuracy

* move _countof, impove up to 96.90%

* Update LEGO1/mxdirectdraw.h

Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com>

* Update LEGO1/mxdirectdraw.cpp

Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com>

* Update LEGO1/mxdirectdraw.cpp

Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com>

* Update LEGO1/mxdirectdraw.cpp

Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com>

* Update LEGO1/mxdirectdraw.cpp

* Update LEGO1/mxdirectdraw.cpp

---------

Co-authored-by: itsmattkc <34096995+itsmattkc@users.noreply.github.com>
Co-authored-by: disinvite <disinvite@users.noreply.github.com>
Co-authored-by: Christian Semmler <mail@csemmler.com>
2023-08-03 10:09:22 -07:00