diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-08-05 16:55:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-05 16:55:28 +0100 |
| commit | aa5016339fca96c6a608a1d5dedf5eab250abe57 (patch) | |
| tree | 38e1e3ba000071a91aa62b86961911c774e935a1 /libpcsxcore | |
| parent | 36ef7277127e1010c296ce8792f74934c2ee9d2f (diff) | |
| parent | 9c8d8a52c1c267a2aaf09424da6c98214f0d339e (diff) | |
| download | pcsxr-aa5016339fca96c6a608a1d5dedf5eab250abe57.tar.gz | |
Merge pull request #3 from CarterLi/master
Fix OSX build
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/ix86_64/iPGXP-64.h | 2 | ||||
| -rw-r--r-- | libpcsxcore/psxinterpreter_pgxp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/ix86_64/iPGXP-64.h b/libpcsxcore/ix86_64/iPGXP-64.h index 69b3d775..be69c650 100644 --- a/libpcsxcore/ix86_64/iPGXP-64.h +++ b/libpcsxcore/ix86_64/iPGXP-64.h @@ -6,7 +6,7 @@ // PGXP wrapper functions ///////////////////////////////////////////// -pgxpRecNULL() {} +void pgxpRecNULL() {} // Choose between debug and direct function #ifdef PGXP_CPU_DEBUG 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 |
