Implement LegoVideoManager::DrawFPS (#1243)

* Implement LegoVideoManager::DrawFPS

* Implement MxDisplaySurface::FUN_100bc8b0

* Match functions

* type

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Anonymous Maarten
2024-12-20 17:05:40 +01:00
committed by GitHub
parent 7ed2ac9ccc
commit 6f3f8c2ade
3 changed files with 158 additions and 3 deletions

View File

@@ -109,6 +109,8 @@ public:
MxU8 p_bpp
);
LPDIRECTDRAWSURFACE FUN_100bc8b0(MxS32 width, MxS32 height);
private:
MxU8 CountTotalBitsSetTo1(MxU32 p_param);
MxU8 CountContiguousBitsSetTo1(MxU32 p_param);