We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4522a8b commit af1e9e6Copy full SHA for af1e9e6
1 file changed
MarathonRecomp/api/Marathon.inl
@@ -18,10 +18,4 @@
18
#define MARATHON_VIRTUAL_FUNCTION(returnType, virtualIndex, ...) \
19
GuestToHostFunction<returnType>(*(be<uint32_t>*)(g_memory.Translate(*(be<uint32_t>*)(this) + (4 * virtualIndex))), __VA_ARGS__)
20
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
-
27
struct marathon_null_ctor {};
0 commit comments