mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 12:11:15 +00:00
Create native palette in LegoVideoManager
This commit is contained in:
parent
41837abc80
commit
5140e4162d
@ -40,8 +40,9 @@ LegoVideoManager::~LegoVideoManager()
|
|||||||
// STUB: LEGO1 0x1007ac40
|
// STUB: LEGO1 0x1007ac40
|
||||||
MxResult LegoVideoManager::Create(MxVideoParam& p_videoParam, MxU32 p_frequencyMS, MxBool p_createThread)
|
MxResult LegoVideoManager::Create(MxVideoParam& p_videoParam, MxU32 p_frequencyMS, MxBool p_createThread)
|
||||||
{
|
{
|
||||||
// TODO
|
MxResult result = MxVideoManager::Create(p_videoParam, p_frequencyMS, p_createThread);
|
||||||
return MxVideoManager::Create(p_videoParam, p_frequencyMS, p_createThread);
|
m_videoParam.GetPalette()->CreateNativePalette();
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1007b5e0
|
// FUNCTION: LEGO1 0x1007b5e0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user