Commit graph

19 commits

Author SHA1 Message Date
Marco Satti f9c6862156 Does this fix submodules? 2018-08-08 21:42:47 +08:00
Marco Satti dd133df21a Remove boost-cmake submodule, use system boost through FindBoost cmake module. 2018-04-23 21:27:55 +08:00
Marco Satti 4df314dbfe Merge branch 'Thunder07-build' 2018-01-10 21:46:02 +08:00
Marco Satti 773d2676ed Merge branch 'build' of https://github.com/Thunder07/PCSX2_rewrite into Thunder07-build 2018-01-10 21:45:20 +08:00
Marco Satti ba9f25c575 Add back in boost-cmake. 2018-01-10 21:33:05 +08:00
Mahmood(Thunder07) 63198b9f94 Partial build Fix 2018-01-09 14:53:25 +00:00
Marco Satti cb485ab942 Fix up errors for unix compiles. 2018-01-09 22:31:21 +08:00
Marco Satti 208c48d5a1 Fix up errors for unix compiles.
Signed-off-by: Mahmood(Thunder07) <m.a.hot.m+git@gmail.com>
2018-01-09 14:30:35 +00:00
Marco Satti 356b70af3b Fix cmake install rules. 2018-01-07 22:20:50 +08:00
Marco Satti d29f91a58f Major refactor, moved to a scalable multithreaded design (executor). 2018-01-01 21:41:39 +08:00
Marco Satti 261698ae8e Refactor all of the resources into a memory friendly (spatial) structure. WIP still.
Removed individual register logging, use controller memory access ranges to do this.

Controllers will need to be updated, the instruction tables will be auto generated shortly.
2017-11-18 14:41:23 +08:00
Marco Satti e9772a6cee ... Fix windows building. 2017-06-11 09:56:43 +08:00
Marco Satti 9325e42695 Fix linux (and mac probably) building. 2017-06-10 21:06:58 +08:00
Marco Satti 76a618dd30 Move from google test to boost test - no point in having 2 of the same thing, since boost is now required for other stuff anyway. Not working just yet. 2017-06-07 16:59:42 +08:00
Marco Satti 2f05b23f4f Fixed the boost submodule to be actual directory, git doesn't recognise symlinks... 2017-06-07 08:47:20 +08:00
Marco Satti fbdac27846 Changes are being made towards a thread-safe ring buffer implementation as the backend of the FIFOQueue_t type. Unfortunately, this means including boost as a submodule... Sorry! 2017-06-06 22:30:29 +08:00
Marco Satti ecee81bdb4 WIP 3 2017-06-01 22:32:18 +08:00
Marco Satti 9cb026f3f9 Testing cmake builds out. New to this... 2017-05-31 22:25:38 +08:00
Marco Satti 26373a0715 More fixes for cross-platform. 2017-05-17 21:14:44 +08:00