Commit graph

6641 commits

Author SHA1 Message Date
Nicolas Noble
5ff2abf4ea
Create README.md 2019-01-22 00:56:51 -08:00
Nicolas "Pixel" Noble
84fc0436bf Cleanup. 2019-01-22 09:39:05 +01:00
Nicolas Pixel Noble
a8d7cf2820 SPU debug window, part 2. 2019-01-21 19:40:02 -08:00
Nicolas Pixel Noble
21c101f982 SPU debug window, part 1. 2019-01-21 00:06:48 -08:00
Nicolas Pixel Noble
41d7ff82bc Merge branch 'master' of https://github.com/grumpycoders/pcsx-redux into GUI 2019-01-20 19:21:20 -08:00
Vincent Hamm
bc0e97b6ae Clamp textures 2019-01-20 19:21:09 -08:00
Nicolas Pixel Noble
b2c20e1e3d Merge branch 'master' of https://github.com/grumpycoders/pcsx-redux into GUI 2019-01-20 19:12:38 -08:00
Vincent Hamm
82b83c0ace Fix 24bpp mode 2019-01-20 19:12:06 -08:00
Nicolas "Pixel" Noble
f9cb6256e1 Created Soft GPU configuration panel. 2019-01-20 18:35:25 -08:00
Nicolas "Pixel" Noble
7d85865cf3 Removed the screensaver code. 2019-01-20 16:54:22 -08:00
Nicolas "Pixel" Noble
6f2e7e5d20 Inverted prim and softrender in the dependency tree. 2019-01-20 16:37:32 -08:00
Nicolas "Pixel" Noble
9c05be782f Cleaned up dead code and variables. 2019-01-20 15:26:25 -08:00
Nicolas "Pixel" Noble
eb8f581395 Adding registers window. 2019-01-20 12:25:02 -08:00
Nicolas Pixel Noble
607e995314 Added Memory Editors. 2019-01-20 01:35:18 -08:00
Nicolas Noble
64a601f798
Merge pull request #20 from nicolasnoble/GUI
Created basic UI for displaying the VRAM and the console's output.
2019-01-19 20:59:18 -08:00
Nicolas Pixel Noble
6b32d0d997 More code cleanup, and proper logging. 2019-01-19 20:55:33 -08:00
Nicolas "Pixel" Noble
f53d6bfd1b Some cleanup.
-) Fullscreen toggle on alt-enter now
-) Better fullscreen rendering
-) Proper keyboard interception from imgui.
2019-01-19 10:36:27 -08:00
Nicolas Pixel Noble
23abbfe4be Cleaned up GUI a bit. 2019-01-18 23:28:55 -08:00
Nicolas Pixel Noble
2abbb15416 Added a fullscreen switch. 2019-01-17 22:03:48 -08:00
Nicolas Pixel Noble
412eca0771 Integrated shader code, and started to cleanup GUI code a bit. 2019-01-17 21:32:58 -08:00
Nicolas Pixel Noble
c09cbbc525 Created basic UI for displaying the VRAM and the console's output. 2019-01-16 22:10:42 -08:00
Nicolas Noble
ea5fe56a8e
Merge pull request #19 from nicolasnoble/missing-file
Forgot to add one file.
2019-01-14 21:57:38 -08:00
Nicolas Pixel Noble
20ba7834e7 Forgot to add one file. 2019-01-14 21:56:52 -08:00
Nicolas Noble
3d0a9ed621
Merge pull request #18 from nicolasnoble/spu
SPU cleanup
2019-01-14 10:54:04 -08:00
Nicolas Pixel Noble
f124715f12 Adding quick hack for CDDA support in the SPU code. 2019-01-13 22:55:58 -08:00
Nicolas Pixel Noble
77d1217c61 Last few cleanups for the SPU. 2019-01-13 22:12:41 -08:00
Nicolas Pixel Noble
82b6d34c70 Folded a few more variables, and re-organized code a bit. 2019-01-13 21:50:05 -08:00
Nicolas Pixel Noble
c8c4b1d875 Removing dead files. 2019-01-13 20:03:36 -08:00
Nicolas Pixel Noble
81211b4fc1 Folded a few variables. 2019-01-13 20:00:16 -08:00
Nicolas Pixel Noble
393cb2968f Folded a few variables. 2019-01-13 19:58:15 -08:00
Nicolas Pixel Noble
0e6636ba8f Folded a few variables. 2019-01-13 19:43:40 -08:00
Nicolas Pixel Noble
320ae0508b Folded a few variables. 2019-01-13 19:19:24 -08:00
Nicolas Pixel Noble
3b805aa25b Cleanup of Windows-specific code, and removing timer code, only keeping thread. 2019-01-13 18:56:57 -08:00
Nicolas "Pixel" Noble
ff46a59e3c Created a class for the SPU. 2019-01-13 17:54:54 -08:00
Nicolas "Pixel" Noble
71dfa98c52 Correcting include paths. 2019-01-13 16:15:44 -08:00
Nicolas "Pixel" Noble
f93adbe3a8 Sprinkling code with pragma once. 2019-01-13 15:57:48 -08:00
Nicolas "Pixel" Noble
e167e721e6 Cleanup of the dirty includes. 2019-01-13 15:26:38 -08:00
Nicolas "Pixel" Noble
f1312370d3 Switching from DSound to SDL. 2019-01-13 14:34:29 -08:00
Nicolas "Pixel" Noble
381cbf2d03 Removing alsa code. 2019-01-13 10:57:02 -08:00
Nicolas Pixel Noble
4ad2c40dfe SPU from C to C++ 2019-01-13 00:19:16 -08:00
Nicolas Noble
3edfc24d3c
Merge pull request #17 from nicolasnoble/spu
SPU
2019-01-12 14:59:40 -08:00
Nicolas Pixel Noble
cdb08117f5 Sound works. 2019-01-12 14:06:40 -08:00
Nicolas Pixel Noble
c38520774e CALLBACK -> '' 2019-01-11 19:49:26 -08:00
Nicolas Pixel Noble
5da1fdd9e7 _WINDOWS -> _WIN32 2019-01-11 19:36:12 -08:00
Nicolas Pixel Noble
dbe18326fe Creating project files. 2019-01-11 19:29:21 -08:00
Nicolas "Pixel" Noble
f9ab06a651 SPU code drop. 2019-01-12 04:11:23 +01:00
Nicolas Noble
a24c6ebda8
Merge pull request #16 from nicolasnoble/format
Reformatting
2019-01-11 18:56:12 -08:00
Nicolas "Pixel" Noble
bcdbba685f Reformatting 2019-01-12 03:54:59 +01:00
Nicolas Noble
9ed584d521
Merge pull request #15 from nicolasnoble/gpu-debug
Adding a hotkey to toggle debug mode.
2019-01-10 22:51:44 -08:00
Nicolas Pixel Noble
cf3da398d3 Adding a hotkey to toggle debug mode. 2019-01-10 22:51:02 -08:00