Commit graph

452 commits

Author SHA1 Message Date
Nicolas Noble
625873152d
Merge pull request #802 from nicolasnoble/zip
Zip files support.
2022-04-04 17:40:03 -07:00
Nicolas Pixel Noble
9224067590 Restore the wrapper after ClangCL setup.
After using ClangCL, the wrapper once again requires the runtime dlls, which is counter productive to its existence.
2022-04-04 12:29:27 -07:00
Nicolas Pixel Noble
c52182b7f0 Preparing for zip Archive file support. 2022-04-03 22:48:42 -07:00
John Baumann
78460a08ae Revise sio1 behavior and add a debugger 2022-04-02 11:42:03 -05:00
Nicolas Pixel Noble
1f57ac484d Starting LuaISO stuff. 2022-03-29 23:42:38 -07:00
Nicolas Pixel Noble
235c309cda Proper cdrom "ID" and Label detection. 2022-03-27 23:17:41 -07:00
Nicolas Pixel Noble
2b5535f0c0 Making progress with the iso reader. 2022-03-26 23:27:12 -07:00
Nicolas Pixel Noble
72ccd8665f Starting the CDRIso File class. 2022-03-26 00:08:02 -07:00
Nicolas Pixel Noble
4806c2c138 Merge remote-tracking branch 'upstream/main' into cdriso
# Conflicts:
#	src/core/misc.cc
#	src/core/psxemulator.cc
2022-03-24 21:25:32 -07:00
Nicolas Pixel Noble
e7982b4da4 Bit more tests & API. 2022-03-24 20:51:18 -07:00
wheremyfoodat
17795f282a Starting work on OpenGL GPU. 2022-03-25 01:18:33 +02:00
wheremyfoodat
83aaf5e2ec More purging. 2022-03-24 16:31:57 +02:00
wheremyfoodat
2cd516612e Purge unnecessary GPU code. 2022-03-24 15:00:50 +02:00
Nicolas Pixel Noble
dc0606f185 Beginning the iso reader work. 2022-03-20 23:29:59 -07:00
Nicolas Pixel Noble
4f509fe1ed Finished cleaning misc.h 2022-03-20 12:12:09 -07:00
Nicolas Pixel Noble
69c9d0fc0c Moving cdrom files to their own project. 2022-03-19 22:20:18 -07:00
Nicolas Pixel Noble
5ff794dc65 More cleanup... 2022-03-19 21:25:11 -07:00
Nicolas Pixel Noble
e274b003dd Renaming iec-60908b-math to iec-60908b 2022-03-19 09:25:30 -07:00
Nicolas Pixel Noble
34caa4ca92 Fixing Windows build. 2022-03-18 20:39:56 -07:00
Nicolas Pixel Noble
e7df45e4de Refactoring ECC / EDC code, and simplified ECM decoder. 2022-03-17 22:21:29 -07:00
Nicolas Noble
4f84a9c928 House keeping after the clang-cl switch. 2022-03-16 11:33:42 -07:00
Nicolas Pixel Noble
8756bf92a7 Fixing gtest for clang-cl. 2022-03-15 18:48:06 -07:00
Nicolas Pixel Noble
24004914fe Adding ClangCL support. 2022-03-15 17:25:18 -07:00
Nicolas Pixel Noble
e51e869a9c Adding libcurl dependency 2022-03-11 13:00:13 -08:00
Nicolas Pixel Noble
3882d53bd7 Adding some more raw-lua dependencies. 2022-03-09 21:24:41 -08:00
Nicolas Pixel Noble
13ceead40a Fixing project files. 2022-03-07 21:30:10 -08:00
Nicolas "Pixel" Noble
c7ad00967f Merge branch 'main' of https://github.com/grumpycoders/pcsx-redux into file-stuff 2022-03-05 07:14:02 -08:00
Nicolas Pixel Noble
3f466fed1d Adding zfile + some tweaks and fixes. 2022-02-28 21:23:16 -08:00
Nicolas Pixel Noble
ad30469735 Cleanup 2022-02-24 21:03:29 -08:00
Nicolas Noble
d3908c512c
Merge pull request #718 from johnbaumann/main
Add SIO1 Server + cdrom adjustments to support Unirom/NotPSXSerial
2022-02-21 21:39:54 -08:00
Nicolas Pixel Noble
9895fbf3ff Adding sjis support for memory card manager. 2022-02-15 20:57:33 -08:00
johnbaumann
3c3e1ae06a
Merge branch 'grumpycoders:main' into main 2022-02-14 22:22:28 -06:00
Nicolas Pixel Noble
d8ae8b8b21 Collapsing png export into clip. 2022-02-14 00:04:35 -08:00
Nicolas Pixel Noble
5d4cf9536c Adding clip codedrop. 2022-02-13 23:14:12 -08:00
twevs
25f1d9d1dc Added Memory Observer. 2022-02-12 22:42:24 +01:00
johnbaumann
6b19b76b67
Merge branch 'grumpycoders:main' into main 2022-02-12 13:53:51 -06:00
wheremyfoodat
cd29cadd5b
Merge pull request #706 from wheremyfoodat/gpu_purge
Bimonthly GPU code purge
2022-02-05 02:13:45 +02:00
Nicolas Pixel Noble
77990fea21 Merge branch 'main' of github.com:johnbaumann/pcsx-redux into sio1 2022-02-01 21:55:20 -08:00
johnbaumann
d57bd37bac
Merge branch 'grumpycoders:main' into main 2022-02-01 23:55:03 -06:00
Nicolas Pixel Noble
185bb0adcd Reverting weird visual studio changes. 2022-02-01 21:42:11 -08:00
wheremyfoodat
1e684b48d1 Merge branch 'main' into memcard_mgr 2022-02-01 23:41:03 +02:00
johnbaumann
50af7ee426
Merge branch 'grumpycoders:main' into main 2022-02-01 09:57:10 -06:00
John Baumann
3312b15be1 Tidy SIO1-Server(and client) 2022-01-24 00:50:27 -06:00
John Baumann
df8d669c1b Tidy up SIO1 2022-01-23 21:54:37 -06:00
John Baumann
9e9ae4358b Fixed SIO1 server buffer length, started adding callback support 2022-01-23 10:18:03 -06:00
John Baumann
83abb952df Mid-progress commit 2022-01-16 15:29:26 -06:00
wheremyfoodat
8085a6fee7 Purge some GPU code 2022-01-04 00:05:03 +02:00
wheremyfoodat
acdbc2ffe6 Memory card manager prototype. 2021-12-31 02:02:01 +02:00
wheremyfoodat
7c71cc89fc Fix Windows build. 2021-12-25 22:02:22 +02:00
Nicolas 'Pixel' Noble
048804bf34 Merge remote-tracking branch 'upstream/main' into vs-2022 2021-12-20 22:07:48 -08:00