Commit graph

4742 commits

Author SHA1 Message Date
Nicolas Noble
faebc5f24e
Merge pull request #961 from DigitalTheoryLtd/main
Kiosk Mode
2022-08-10 18:42:18 -07:00
Nicolas Pixel Noble
c1ca02ec4b Hopefully finally fixing Windows' auto update. 2022-08-10 18:01:50 -07:00
wheremyfoodat
a3ef4a2cfe
Merge pull request #963 from wheremyfoodat/opengl-gpu
[GUI] Add VRAM editor
2022-08-10 17:19:28 +03:00
Mehar
4bf43672ce Update psxemulator.cc
- Added Command Line Flags to toggle Kiosk Mode status
2022-08-10 08:11:23 -06:00
wheremyfoodat
326a1927c3
Merge pull request #965 from wheremyfoodat/boing
[GUI] Check `show` variable of widgets before showing them
2022-08-10 16:36:58 +03:00
Nicolas Noble
779af43b8e
Typo. 2022-08-09 22:49:58 -07:00
Nicolas Noble
e0e6ecf19c
Merge pull request #964 from nicolasnoble/pads-reconnect
Proper joypad remapping on reconnection
2022-08-09 21:03:18 -07:00
Nicolas Noble
ef83bf4a57
Adding MacOS derp. 2022-08-09 20:28:21 -07:00
wheremyfoodat
3ca551c709 [GUI] Check show variable of widgets before showing them 2022-08-10 06:14:23 +03:00
Nicolas Pixel Noble
ba9e2f096a Proper joypad remapping on reconnection
+ typo fixing.
2022-08-09 20:10:05 -07:00
wheremyfoodat
23910b63ee [GUI] Add VRAM editor 2022-08-10 01:40:39 +03:00
Mehar
024025a719 Kiosk Mode
- Added basic Kiosk Mode. Disables support for hotkeys when the setting is manually enabled through json
2022-08-09 10:48:09 -06:00
Nicolas Noble
641652e792
Merge pull request #960 from nicolasnoble/packed
Packing openbios cart versions.
2022-08-09 01:33:16 -07:00
Nicolas Noble
83b0da080e
Typo. 2022-08-09 01:30:38 -07:00
Nicolas Noble
e4b7a44d51
Force pushing to the read only mirror. 2022-08-09 01:29:57 -07:00
Nicolas 'Pixel' Noble
9caba20995 Packing openbios cart versions. 2022-08-08 23:26:23 -07:00
Nicolas Noble
106ace70d8
Merge pull request #958 from wheremyfoodat/opengl-gpu
OpenGL GPU rendering and savestate fixes (Make Castlevania: SotN, FF7 & Bob l'éponge better)
2022-08-08 16:29:39 -07:00
wheremyfoodat
91d8121e55 [OpenGL GPU Savestates] Flip texture format 2022-08-09 01:13:53 +03:00
wheremyfoodat
3caa7e0a70 Merge branch 'main' into opengl-gpu 2022-08-09 00:43:31 +03:00
wheremyfoodat
d822510563 [OpenGL GPU] More commands 2022-08-09 00:02:29 +03:00
wheremyfoodat
4e1d4cbe6f Merge branch 'main' into opengl-gpu 2022-08-08 23:09:36 +03:00
Nicolas Noble
267ca2d8b7
Merge pull request #957 from nicolasnoble/faster-compilation
Trying to reduce dependencies.
2022-08-08 00:09:22 -07:00
Nicolas Pixel Noble
c3c67a3354 Trying to reduce dependencies. 2022-08-07 23:15:12 -07:00
Nicolas Noble
e062a00611
Merge pull request #955 from nicolasnoble/gpu-cleanup
More GPU cleanup.
2022-08-07 22:00:42 -07:00
Nicolas Pixel Noble
d33a02a8b3 Savestates :P 2022-08-07 20:53:32 -07:00
wheremyfoodat
6ce7591eae [OpenGL GPU] Optimize B-F blend 2022-08-07 21:57:18 +03:00
wheremyfoodat
8e7d86ae78 [OpenGL GPU] Some WIP blending fixes. 2022-08-07 21:42:49 +03:00
Nicolas Pixel Noble
4d19d34719 More cleanup. 2022-08-06 23:41:56 -07:00
Nicolas Pixel Noble
6e46623a5e More GPU cleanup. 2022-08-06 23:16:06 -07:00
Nicolas Noble
70fb27ca6a
Merge pull request #954 from nicolasnoble/gpu-cleanup
API cleanup.
2022-08-06 21:43:05 -07:00
Nicolas Pixel Noble
94891137e1 Fixing x86 build. 2022-08-06 20:51:40 -07:00
Nicolas Pixel Noble
aa2c757833 Fixing arm64 build. 2022-08-06 20:33:44 -07:00
Nicolas Pixel Noble
7f8a0be30d More cleanup. 2022-08-06 20:03:35 -07:00
Nicolas Pixel Noble
07aa0f2681 GPU API cleanup. 2022-08-06 19:53:48 -07:00
Nicolas Pixel Noble
39b28cc2e8 Start/stop/resume/pause cleanup. 2022-08-06 17:43:43 -07:00
wheremyfoodat
90708389b7 Don't render batch vertices on GP1 writes. 2022-08-07 00:34:36 +03:00
Nicolas Noble
89df8b4f7e
Merge pull request #936 from grumpycoders/chores-code-format
[Chores] Format code
2022-08-06 09:39:11 -07:00
wheremyfoodat
ccf37b741e [OpenGL GPU] More commands 2022-08-06 19:19:44 +03:00
Nicolas "Pixel" Noble
ded72aa924 Fixing build. 2022-08-06 08:55:15 -07:00
wheremyfoodat
a9ba640d32 Merge branch 'opengl-gpu' of https://github.com/wheremyfoodat/pcsx-redux into opengl-gpu 2022-08-06 17:29:53 +03:00
nicolasnoble
cfdd030aab [Chores] Format code 2022-08-06 06:28:40 +00:00
Nicolas Noble
d56b70005e
Merge pull request #808 from wheremyfoodat/opengl-gpu
OpenGL GPU core.
2022-08-05 23:22:35 -07:00
Nicolas Pixel Noble
627771490b Status system for Shaders and Programs. 2022-08-05 22:30:31 -07:00
Nicolas Pixel Noble
99f7c1bed2 Proper serialization of LinearFiltering setting. 2022-08-05 20:57:27 -07:00
Nicolas Pixel Noble
ad15d15480 Proper handling of reset. 2022-08-05 20:23:33 -07:00
wheremyfoodat
eba812e933 Some more commands 2022-08-06 06:05:27 +03:00
Nicolas Pixel Noble
e7efb41521 Clarifying GL context system. 2022-08-05 19:25:06 -07:00
Nicolas Pixel Noble
56bd2a4072 Adding GLSL disclaimer. 2022-08-05 17:50:49 -07:00
Nicolas Pixel Noble
f2938e34b8 Do not break users. 2022-08-05 17:50:25 -07:00
Nicolas Pixel Noble
e17861de54 Re-bonk. 2022-08-05 17:50:13 -07:00