diff options
| author | Carter Li <zhangsongcui3371@sina.com> | 2016-06-12 23:33:59 +0800 |
|---|---|---|
| committer | Carter Li <zhangsongcui3371@sina.com> | 2016-08-05 22:21:28 +0800 |
| commit | 9c8d8a52c1c267a2aaf09424da6c98214f0d339e (patch) | |
| tree | 38e1e3ba000071a91aa62b86961911c774e935a1 /libpcsxcore/psxinterpreter_pgxp.h | |
| parent | 36ef7277127e1010c296ce8792f74934c2ee9d2f (diff) | |
Fix OSX build
Diffstat (limited to 'libpcsxcore/psxinterpreter_pgxp.h')
| -rw-r--r-- | libpcsxcore/psxinterpreter_pgxp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxinterpreter_pgxp.h b/libpcsxcore/psxinterpreter_pgxp.h index 09a3ba93..a3cc6d3a 100644 --- a/libpcsxcore/psxinterpreter_pgxp.h +++ b/libpcsxcore/psxinterpreter_pgxp.h @@ -6,7 +6,7 @@ // PGXP wrapper functions ///////////////////////////////////////////// -pgxpPsxNULL() {} +void pgxpPsxNULL() {} #define psxMTC2 gteMTC2 #define psxCTC2 gteCTC2 |
