Commit graph

452 commits

Author SHA1 Message Date
Nicolas 'Pixel' Noble
b29823626c Merge branch 'main' of github.com:grumpycoders/pcsx-redux into gpu-cleanse 2022-11-15 15:25:04 -08:00
Nicolas Pixel Noble
721500d861 Merge remote-tracking branch 'origin/gpu-cleanse' into gpu-debugger
# Conflicts:
#	src/gui/gui.h
#	vsprojects/gui/gui.vcxproj
#	vsprojects/gui/gui.vcxproj.filters
2022-09-09 18:45:19 -07:00
Nicolas Pixel Noble
e6c3f13038 Merge remote-tracking branch 'upstream/main' into gpu-cleanse 2022-09-09 18:38:55 -07:00
johnbaumann
d93b3c0c21
Merge branch 'grumpycoders:main' into sio0_pocketstation_stuff 2022-09-03 02:01:04 -05:00
Nicolas Pixel Noble
12893a50a4 Basic GPU logger PoC 2022-09-01 21:45:23 -07:00
Nicolas Pixel Noble
a9b578173a Reworked OpenGL GPU + more cleanup. 2022-08-30 23:18:01 -07:00
Nicolas Pixel Noble
3af3edbabb Adding GP1 writes. 2022-08-29 21:04:16 -07:00
Nicolas Pixel Noble
5c0a52eb40 Still more cleanup. 2022-08-29 17:26:45 -07:00
Nicolas Pixel Noble
b8a544c880 More cleanup. 2022-08-28 23:27:06 -07:00
Nicolas Pixel Noble
5e123e432b Improving kernel debug UI
- fixing C0 kcall logs
- adding handlers view
2022-08-28 12:24:52 -07:00
Nicolas Pixel Noble
e15eadfc24 Merge branch 'gpu-cleanse' of github.com:nicolasnoble/pcsx-redux into gpu-cleanse 2022-08-25 20:42:26 -07:00
Nicolas Pixel Noble
60671d98a0 Purge. 2022-08-25 20:42:14 -07:00
John Baumann
4ad87d4f5c Fully involved dumpster fire 2022-08-24 13:40:06 -05:00
Nicolas Pixel Noble
1a6406d05a Fixing clang-cl build. 2022-08-16 20:57:01 -07:00
Nicolas Pixel Noble
06330e7a71 Trying to fix capstone include paths. 2022-08-14 11:01:47 -07:00
twevs
f3abd8b7e0 Various bugfixes and usability improvements. 2022-08-11 18:51:25 +01:00
Nicolas Pixel Noble
baff569b2e Merge remote-tracking branch 'upstream/main' into opengl-gpu 2022-08-03 21:57:44 -07:00
Nicolas Pixel Noble
b56fef1275 Fixing core filter file conflict. 2022-08-03 17:38:28 -07:00
Nicolas Pixel Noble
ce60aa12e0 Adding Windows CLI version. 2022-08-01 17:20:10 -07:00
wheremyfoodat
7df7c808d0 Address more comments 2022-07-28 03:07:56 +03:00
wheremyfoodat
05daf3f3d5 Fix up display class 2022-07-27 01:11:12 +03:00
wheremyfoodat
9d17edc864 Merge branch 'main' into opengl-gpu 2022-07-01 00:39:06 +03:00
Nicolas Pixel Noble
2fe35fac83 Vendoring imgui_club's hex editor. 2022-06-26 20:50:12 -07:00
Nicolas Pixel Noble
1fb4a1c41f Fixing mistakes in the Windows build. 2022-06-25 22:45:33 -07:00
Nicolas Pixel Noble
5b13955a17 New File Dialog widget. 2022-06-25 21:31:50 -07:00
Nicolas Pixel Noble
e78a24093b Silencing some warnings. 2022-06-24 22:16:50 -07:00
Nicolas Pixel Noble
f7b9233995 Better cop0 debug support. 2022-06-09 21:27:34 -07:00
Nicolas Pixel Noble
7d2d4a2a23 Lua Event Bus bindings, and some fixes. 2022-06-04 18:38:27 -07:00
wheremyfoodat
2b2a9ede81 Merge branch 'main' into opengl-gpu 2022-06-02 13:12:20 +03:00
Nicolas Pixel Noble
1af0493089 Updating LuaJIT & adding pairs for settings. 2022-05-23 20:26:50 -07:00
Nicolas Pixel Noble
4ddf2e0a91 Creating Lua settings & misc fixes. 2022-05-22 21:03:03 -07:00
wheremyfoodat
e6ac1cd16b Merge branch 'main' into opengl-gpu 2022-05-20 19:36:35 +03:00
Nicolas Pixel Noble
535daf47fb Adding multipart/form-data support. 2022-05-19 13:45:58 -07:00
Nicolas Pixel Noble
7df3c57c86 Merge remote-tracking branch 'upstream/main' into credits
# Conflicts:
#	vsprojects/common.props
2022-05-09 21:28:42 -07:00
Nicolas Pixel Noble
edac31efa8 Removing useless / obsolete code. 2022-05-09 20:46:12 -07:00
Nicolas Pixel Noble
06eb4ba59d Adding markdown support. 2022-05-09 00:07:26 -07:00
wheremyfoodat
c1bc695065 Merge branch 'main' into opengl-gpu 2022-05-08 11:29:41 +03:00
Nicolas Pixel Noble
3af93731d7 Removing zstr. 2022-05-06 19:14:16 -07:00
wheremyfoodat
8d453919f4 Merge branch 'main' into opengl-gpu 2022-05-07 02:37:45 +03:00
Nicolas Pixel Noble
db04b7239b Using a different Concurrent Queue code. 2022-05-03 20:04:57 -07:00
wheremyfoodat
272ce4af9a Merge branch 'main' into opengl-gpu 2022-04-22 18:09:00 +03:00
Nicolas Pixel Noble
e5f61eb603 Updating fmt. 2022-04-18 20:46:46 -07:00
wheremyfoodat
cde53d30e1 Merge branch 'main' into opengl-gpu 2022-04-19 02:31:36 +03:00
Nicolas Pixel Noble
66643cc845 Auto-update system. 2022-04-16 19:51:18 -07:00
wheremyfoodat
db2502965f Fix filters. 2022-04-16 01:14:43 +03:00
wheremyfoodat
67e3b654d0 Merge branch 'main' into opengl-gpu 2022-04-09 15:04:01 +03:00
johnbaumann
6deb3b6009
Merge pull request #799 from johnbaumann/sio1_updoot_and_debugger
Revise sio1 behavior and add a debugger
2022-04-08 23:49:54 -05:00
wheremyfoodat
c00e0432c5 Disgusting early GPU command parsing. 2022-04-09 01:35:21 +03:00
Nicolas Pixel Noble
5433c423d6 Upgrading json.hpp and adding some File helpers. 2022-04-07 10:04:08 -07:00
John Baumann
98d0e78c5a Merge branch 'main' of https://github.com/grumpycoders/pcsx-redux into sio1_updoot_and_debugger 2022-04-05 17:00:07 -05:00