mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Refactor: int bVideoMode -> uint32_t uVideoMode
This commit is contained in:
@@ -427,7 +427,7 @@ public:
|
||||
|
||||
private:
|
||||
bool m_bIsVideoModeValid;
|
||||
UINT m_uVideoMode;
|
||||
uint32_t m_uVideoMode;
|
||||
|
||||
static DebugVideoMode m_Instance;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user