Skip to content

Commit af1e9e6

Browse files
committed
WoopsX2
1 parent 4522a8b commit af1e9e6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

MarathonRecomp/api/Marathon.inl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,4 @@
1818
#define MARATHON_VIRTUAL_FUNCTION(returnType, virtualIndex, ...) \
1919
GuestToHostFunction<returnType>(*(be<uint32_t>*)(g_memory.Translate(*(be<uint32_t>*)(this) + (4 * virtualIndex))), __VA_ARGS__)
2020

21-
#define MARATHON_DEFINE_VIRTUAL_FUNCTION(returnType, virtualFunc, ...) \
22-
returnType virtualFunc(__VA_ARGS__) \
23-
{ \
24-
return GuestToHostFunction<returnType>(m_pVftable->virtualFunc, this, __VA_ARGS__); \
25-
}
26-
2721
struct marathon_null_ctor {};

0 commit comments

Comments
 (0)