Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C++ by toto ( 16 years ago )
#define MUPEN_FUNCTION(x) \
public: \
ptr_##x x; \
Q_INVOKABLE bool mupen_resolve_##x () { \
x = (ptr_##x) loader().resolve(#x); \
return x; \
} \
private:
Revise this Paste
Children: 25418