Skip to content

Commit 26cfe0e

Browse files
committed
update
1 parent 12d67d1 commit 26cfe0e

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

GolDP/src/golcommonstate.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ GolCommonState::GolCommonState()
88
m_unk0x18 = 0;
99
m_unk0x1c = 0;
1010
}
11-
// FUNCTION: GOLDP 0x1001d5b0
12-
GolCommonState::~GolCommonState()
13-
{
14-
}
1511

1612
// STUB: GOLDP 0x100184e0
1713
undefined4 GolCommonState::VTable0x44(undefined4 p_width, undefined4 p_height, undefined4 p_bpp, undefined4 p_flags)
@@ -21,6 +17,11 @@ undefined4 GolCommonState::VTable0x44(undefined4 p_width, undefined4 p_height, u
2117
return 0;
2218
}
2319

20+
// FUNCTION: GOLDP 0x1001d5b0
21+
GolCommonState::~GolCommonState()
22+
{
23+
}
24+
2425
// STUB: GOLDP 0x10018510
2526
void GolCommonState::VTable0x48()
2627
{

GolDP/src/golstate.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ GolState::GolState()
1414
m_unk0x14 = NULL;
1515
}
1616

17+
// STUB: GOLDP 0x1001d5c0
18+
undefined4 GolState::VTable0x44(undefined4 p_width, undefined4 p_height, undefined4 p_bpp, undefined4 p_flags)
19+
{
20+
// TODO
21+
STUB(0x1001d5c0);
22+
return 0;
23+
}
24+
1725
// FUNCTION: GOLDP 0x1002c010 FOLDED
1826
void GolState::VTable0x0c(undefined4, undefined4)
1927
{
@@ -87,14 +95,6 @@ void GolState::VTable0x40()
8795
{
8896
}
8997

90-
// STUB: GOLDP 0x1001d5c0
91-
undefined4 GolState::VTable0x44(undefined4 p_width, undefined4 p_height, undefined4 p_bpp, undefined4 p_flags)
92-
{
93-
// TODO
94-
STUB(0x1001d5c0);
95-
return 0;
96-
}
97-
9898
// STUB: GOLDP 0x1001d640
9999
void GolState::VTable0x50()
100100
{

0 commit comments

Comments
 (0)