Commit graph

142 commits

Author SHA1 Message Date
PSISP 8498439372
Merge pull request #459 from Ziemas/chd
CDVD: CHD reading
2021-03-01 14:13:37 -05:00
Ziemas c70605e672 libdeflate: delete libdeflate 2020-12-30 13:45:01 +01:00
Ziemas 542843e429 CSO: use zlib instead of libdeflate 2020-12-30 13:45:01 +01:00
Ziemas 5e6bc8d850 CHD: Introduce all the CHD stuff
Not yet working properly.
2020-12-30 13:45:01 +01:00
Ziemas 61d5a4cdd9 SPU: Split reverb to separate file 2020-07-04 08:54:03 +02:00
Ziemas e32f963539 SPU: Generate gaussian interpolation table
Generate at runtime rather than having the huge table
2020-07-04 08:54:03 +02:00
Kojin 3dde6e77da qt: fix some mac errors 2020-06-22 18:22:31 -04:00
Ziemas 78eedbceb6 test build fix 2020-06-08 21:36:07 +02:00
Ziemas 0ab22eca7b Move SPU to its own directory 2020-06-08 21:36:06 +02:00
Ziemas b240181fcd Clean up attempt made 2020-06-08 21:36:06 +02:00
Ziemas ce15660e1d Gaussian interpolation 2020-06-08 21:36:05 +02:00
Ziemas f2d3bd3546 Add audio files to qmake 2020-06-08 21:36:04 +02:00
Kojin 6fdc1676bc vs: cleanup 2020-06-07 17:47:49 -04:00
PSI-Rockin 50641ae2c8 VS: Attempt to fix build 2020-06-05 17:05:20 -04:00
PSI-Rockin fb5edf49a3 qmake: Fix formatting 2020-06-05 16:49:51 -04:00
PSI-Rockin f8ec2c2838 Merge branch 'master' into memcards 2020-06-05 16:45:15 -04:00
Kojin cd234ebf47 vs: add support for ui files 2020-06-05 05:55:46 -04:00
Kojin fc92044ba8 vs: move core project to core source directory 2020-06-05 02:12:25 -04:00
Kojin f29c4f6ef8 vs: move qt project to qt source directory 2020-06-05 02:04:33 -04:00
Kojin 09b64ad5cf vs: remove whitespace from qt project 2020-06-05 01:20:26 -04:00
refractionpcsx2 b256b747ac Fix QMake 2020-04-21 22:35:53 +01:00
refractionpcsx2 6be0f81a0d Add firewire stub support to help games boot which look for iLink 2020-04-21 22:21:14 +01:00
refractionpcsx2 a09195fab5 VS Fix filters due to use of fancy quotes 2020-03-27 18:45:25 +00:00
PSI-Rockin c20516f793 IOP INTC: Fully decouple interrupt logic from Emulator
Now components no longer need an Emulator pointer to raise an interrupt
2020-03-20 18:21:07 -04:00
PSI-Rockin 475322e4cf IOP INTC: Organize interrupt logic into a separate class
Next step is to fully decouple interrupt logic from Emulator
2020-03-20 15:29:03 -04:00
PSI-Rockin bed9b08d47 Try to fix build 2020-03-14 03:49:42 -04:00
PSI-Rockin d53e836af9 Qt: Add basic UI for accessing a memcard 2020-03-14 03:37:34 -04:00
PSI-Rockin 583092c33a Merge branch 'master' into cdvd_changes 2020-03-13 19:08:59 -04:00
PSI-Rockin 18eaef8ce7 More VS fixes 2020-03-13 19:02:15 -04:00
PSI-Rockin cfdf85c89e Try to fix VS 2020-03-13 18:59:35 -04:00
PSISP 38b54b2fcb
Merge pull request #300 from tadanokojin/vs-add-thirdparty-folder
vs-build: add ThirdParty solution folder
2020-02-18 15:12:25 -05:00
Kojin 23cafc4949 vs-build: add ThirdParty solution folder
Getting ready for additional externals
2020-02-18 10:30:44 -05:00
Kojin 2b6d45f9c7 vs-build: force cpp14
prevent sou from being naughty
2020-02-18 10:19:22 -05:00
PSI-Rockin 8bcb1dc8c1 Update application to C++14
Fixes what seems to be a C++11 bug involving custom enums being used as hashes for unordered_map
2020-02-17 20:54:33 -05:00
Margen67 251cc3de99 Move CONTRIBUTING.md to .github, add FUNDING.yml 2020-01-30 02:25:13 -08:00
Margen67 5c0529dc79 Fix QtPlugins not being present in Devel and Release Optimized 2020-01-29 15:11:42 -08:00
PSI-Rockin 218928f315 CDVD: Experimental BIN/CUE support
More error-checking and CUE parsing needs to be implemented, but this is a good start
2020-01-08 22:41:08 -05:00
PSI-Rockin 5a4014d161 CDVD: Create separate folder and encapsulate format readers in virtual interface 2020-01-06 19:26:33 -05:00
PSI-Rockin 13737426a7 Remove inline assembly from VU JIT
Remove some dead code that's commented out
2019-12-31 19:34:49 -05:00
PSI-Rockin b6c0ced4c1 GS JIT: Replace inline assembly and assembly files with recompiled blocks 2019-12-24 23:39:24 -05:00
PSI-Rockin f57d534cec Add Windows compatibility to new dispatcher
Not tested!
2019-12-17 22:57:39 -05:00
Kojin e4e52f2aa6 vs-build: make dobieqt project output dobiestation.exe 2019-09-30 01:45:31 -04:00
Kojin eed9623f9e vs-build: more qt cleanup 2019-09-27 17:19:11 -04:00
Kojin 8bd49211d3 vs-build: cleanup qt prop 2019-09-27 09:33:33 -04:00
Kojin b91a2b2807 vs-build: rename dobiestation project to core 2019-09-27 07:44:45 -04:00
Kojin 01f62f0961 vs-build: statically link core 2019-09-27 04:52:42 -04:00
Kojin 9d3ef2f518 vs-build: remove some useless stuff 2019-09-27 00:52:02 -04:00
Kojin 7647949be6 vs-build: add devel build 2019-09-26 23:52:33 -04:00
Kojin e18a637705 vs-build: more cleanup 2019-09-26 20:10:19 -04:00
Kojin 4db572e943 vs-build: further cleanup 2019-09-25 08:03:29 -04:00