summaryrefslogtreecommitdiff
path: root/libpcsxcore
Commit message (Expand)AuthorAgeFilesLines
* Consider sockets less than zero as invalidXavier Del Campo Romero2020-12-301-1/+1
* Provisionally redirect RawReadSocket to ReadSocketXavier Del Campo Romero2020-11-031-1/+4
* Notify gdb stub whenever a break instruction is executedXavier Del Campo Romero2020-11-031-3/+12
* Call perror on socket.cXavier Del Campo Romero2020-11-031-2/+6
* Do not continue program on add/remove breakpointXavier Del Campo Romero2020-10-261-2/+4
* gdb halt command was not being sent to CPU interpreterXavier Del Campo Romero2020-06-082-7/+16
* Implemented port-specific wrappers and logic for gdb stubXavier Del Campo Romero2020-06-044-5/+68
* Replaced in-house gdb stub by MIT-licensed implementationXavier Del Campo Romero2020-05-239-148/+8
* Started implementing GDB serverXavier Del Campo Romero2020-05-239-25/+169
* Added GDB server on CpuCfg UI dialog, rearranged layoutXavier Del Campo Romero2020-05-221-2/+3
* client_socket was being accidentally reset to -1Xavier Del Campo Romero2020-05-222-6/+21
* Introduced dynstr, other breaking changesXavi Del Campo2020-05-025-231/+327
* Added dynstr, fixed NULL pointer accessXavi Del Campo2020-05-021-18/+18
* Support for multiple socketsXavi Del Campo2020-05-022-63/+61
* Disable autoselect for PPC dynarec since it's brokenMystro2562019-02-131-2/+5
* * Fix file and folder permissionsStelios Tsampas2018-03-1964-0/+0
* * CMake messagesStelios Tsampas2018-03-191-1/+1
* Merge pull request #7 from loathingKernel/sync-with-codeplexiCatButler2018-03-1925-344/+458
|\
| * * Remove autotools build system.Stelios Tsampas2018-01-121-102/+0
| * * Fix CMake to include PGXP sources. Import updated translations.Stelios Tsampas2017-07-313-22/+31
| * * Import CMake build system from codeplexStelios Tsampas2017-07-311-0/+105
| * * Sync with codeplex branch (libpcsxcore, linux gui)Stelios Tsampas2017-07-3119-186/+263
| * * Revert parts of the per game memory card patch.Stelios Tsampas2017-07-307-52/+77
* | Merge branch 'master' into fix-linux-buildiCatButler2018-03-134-90/+144
|\ \ | |/ |/|
| * Fix PGXP support in 64bit dynarec on OSX/LinuxMrLavender2017-06-293-89/+143
| * Fix OSX debug buildMrLavender2017-06-272-1/+4
* | Bring cdriso.c up to date to enable CCDDAStelios Tsampas2017-07-162-307/+374
* | Fix compilation on linux.Stelios Tsampas2017-07-163-6/+23
|/
* Prevent incomplete vertices using precise NCLIPiCatButler2017-04-253-2/+3
* Add support for arbitrary clock multipliersiCatButler2017-03-172-27/+2
* Fix OSX buildCarter Li2016-08-052-2/+2
* Add PGXP support to 64bit dynareciCatButler2016-08-052-10/+384
* Fix possible function pointer initialisation problemiCatButler2016-08-033-4/+3
* Fix NCLIP related crashiCatButler2016-08-013-26/+30
* Various CPU updatesiCatButler2016-07-307-167/+923
* Use overclock on load stateiCatButler2016-07-301-0/+4
* Change "valid" flag to multiple bit flagsiCatButler2016-07-046-48/+76
* Additional checksiCatButler2016-07-028-162/+387
* Fix interpreter bugsiCatButler2016-06-302-21/+32
* Initialise GTE and CPU regsiters (invalidate)iCatButler2016-06-305-2/+25
* Disable debug modeiCatButler2016-06-294-2/+7
* Imporved CPU integrationiCatButler2016-06-2718-1398/+1207
* CPU op fixesiCatButler2016-06-111-35/+42
* Initial PGXP CPU commitiCatButler2016-06-0713-486/+2715
* Add PGXP configuration dialogiCatButler2016-05-162-3/+11
* Merge with OSX commitiCatButler2016-05-151-0/+5
|\
| * Fix build on OSXCarter Li2016-05-131-0/+4
* | Implement vertex cachingiCatButler2016-05-155-23/+74
* | Track memory read and writes with constant addressesiCatButler2016-05-151-0/+80
* | Define and initialise PsxClockSpeediCatButler2016-05-152-1/+4
|/