johnbaumann

Results 9 issues of johnbaumann

Add a GDB server

When the GDB bridge client disconnects, either unexpectedly or after a standard transfer, the program crashes in GDB.cs RecieveCallback: ConnectionReset exception - need to overload EndReceive call with an out...

Initial efforts. Currently lacks config mode. Draft request for picking at and discussing changes required.

Add documentation for PCSX.getCPUCycles, with note about PCSX.CONSTS.CPU.CLOCKSPEED

When loading a saved state, occasionally the pad may become unresponsive. I speculate this could be caused by either one or more unsaved/un-sanitized variable, or perhaps an old save state...

Fixing up some cdrom behavior around command responses. The main focus is currently around disc type detection and to avoid sending the license string for a non-bootable disc, though ideally...

~~Draft~~ PR, trying to shore up various changes I had worked up in preparation of adding multitap support. My initial branch became sorely outdated and conflicted, this branch attempts to...

### Describe the bug When saving there is a long delay(around 30 seconds) before the file is saved to the memory card. The save file's thumbnail is corrupted ![image](https://github.com/grumpycoders/pcsx-redux/assets/76951440/68ceba52-3671-4db6-9ec8-74b3c45ab9fe) ###...