mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoBuildingManager::Tickle (#1156)
This commit is contained in:

committed by
GitHub

parent
ff0ef96782
commit
3383ae646f
@@ -46,12 +46,12 @@ Device* RendererImpl::CreateDevice(const DeviceDirect3DCreateData& data)
|
||||
return device;
|
||||
}
|
||||
|
||||
// GLOBAL: LEGO1 0x10101040
|
||||
static int g_SetBufferCount = 1;
|
||||
|
||||
// FUNCTION: LEGO1 0x100a1900
|
||||
Device* RendererImpl::CreateDevice(const DeviceDirectDrawCreateData& data)
|
||||
{
|
||||
// GLOBAL: LEGO1 0x10101040
|
||||
static int g_SetBufferCount = 1;
|
||||
|
||||
DeviceImpl* device = new DeviceImpl();
|
||||
HRESULT result = m_data->CreateDeviceFromSurface(
|
||||
const_cast<LPGUID>(data.m_driverGUID),
|
||||
|
Reference in New Issue
Block a user