pcsxr/libpcsxcore
Stelios Tsampas 8f19dd4bc9 Bring cdriso.c up to date to enable CCDDA 2017-07-16 21:21:14 +03:00
..
ix86 Fix possible function pointer initialisation problem 2016-08-03 19:30:54 +01:00
ix86_64 Fix OSX build 2016-08-05 22:21:28 +08:00
ppc * GTE; 2013-10-06 16:51:35 +00:00
Makefile.am Bring cdriso.c up to date to enable CCDDA 2017-07-16 21:21:14 +03:00
cdriso.c Bring cdriso.c up to date to enable CCDDA 2017-07-16 21:21:14 +03:00
cdriso.h CDRISO: support for common archive formats (7z, rar, zip, etc) via libarchive. Streams requested sectors on-fly and eventually buffers whole image in-memory. In some optimal cases reading compressed data without any noticable delays, but however usually with long decompression delays. 2014-02-04 13:26:02 +00:00
cdrom.c Bring up to date with PCSX-R master (97809) 2016-03-30 15:07:35 +01:00
cdrom.h cdrom: use single read/play cursor, handle cdlRead for cdda 2013-03-11 23:36:10 +00:00
cheat.c GTK: autoload cheats from default path and filename, e.g. /home/user/.pcsxr/cheats/SLUS_90064-SLUS90064.cht. Also if entered cheat code is incorrect don't close input dialog. 2013-07-31 15:17:44 +00:00
cheat.h all_extension_cht, dot_extension_cht, tla_extension_cht fix; 2013-08-26 20:42:35 +00:00
coff.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
debug.c Patch 16583 (MaddTheSane); 2014-07-12 23:56:04 +00:00
debug.h . 2013-02-22 07:14:27 +00:00
decode_xa.c Unix style EOL (thanks to darktjm); 2012-11-18 18:15:59 +00:00
decode_xa.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
disr3000a.c ostr overflow (Cyrez); 2014-10-14 20:04:01 +00:00
ecm.h ECM file support: mature enough so it can be now integrated with other platforms aswell. 2013-09-16 09:54:43 +00:00
gpu.c Initial PGXP CPU commit 2016-06-07 15:57:46 +01:00
gpu.h Unix style EOL (thanks to darktjm); 2012-11-18 18:15:59 +00:00
gte.c Fix NCLIP related crash 2016-08-01 13:10:53 +01:00
gte.h * GTE; 2013-10-06 16:51:35 +00:00
mdec.c mdec: don't save raw pointers to savestate 2013-01-09 01:16:12 +00:00
mdec.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
misc.c Add support for arbitrary clock multipliers 2017-03-17 21:09:39 +00:00
misc.h Added rewind feature. Currently only supported via GTK and needs SHM. Rewind save state depth is configured via RewindCount config param. Recommended value is 200 or so -> uses less than 1G of memory 2014-01-24 13:59:46 +00:00
pgxp_cpu.c Various CPU updates 2016-07-30 17:43:12 +01:00
pgxp_cpu.h Additional checks 2016-07-02 16:52:21 +01:00
pgxp_debug.c Various CPU updates 2016-07-30 17:43:12 +01:00
pgxp_debug.h Various CPU updates 2016-07-30 17:43:12 +01:00
pgxp_gte.c Prevent incomplete vertices using precise NCLIP 2017-04-25 14:58:00 +01:00
pgxp_gte.h Fix compilation on linux. 2017-07-16 21:20:53 +03:00
pgxp_mem.c Various CPU updates 2016-07-30 17:43:12 +01:00
pgxp_mem.h Various CPU updates 2016-07-30 17:43:12 +01:00
pgxp_value.c Prevent incomplete vertices using precise NCLIP 2017-04-25 14:58:00 +01:00
pgxp_value.h Prevent incomplete vertices using precise NCLIP 2017-04-25 14:58:00 +01:00
plugins.c Implement vertex caching 2016-05-15 16:26:39 +01:00
plugins.h Implement vertex caching 2016-05-15 16:26:39 +01:00
ppf.c Patch 16583 (MaddTheSane); 2014-07-12 23:56:04 +00:00
ppf.h ppf: accept optional filename argument 2013-01-08 00:47:21 +00:00
psemu_plugin_defs.h sio; 2013-02-14 19:18:22 +00:00
psxbios.c Added: 2016-04-01 01:37:04 +02:00
psxbios.h Unix style EOL (thanks to darktjm); 2012-11-18 18:15:59 +00:00
psxcommon.c Imporved CPU integration 2016-06-27 15:28:33 +01:00
psxcommon.h Add support for arbitrary clock multipliers 2017-03-17 21:09:39 +00:00
psxcounters.c Use overclock on load state 2016-07-30 17:26:32 +01:00
psxcounters.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
psxdma.c Changed DMA4 burst transfer factor from 1/3 to 1/2. Fixes Harry Potter and the Philosopher's Stone 2013-09-24 12:36:24 +00:00
psxdma.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
psxhle.c Fix some minor warnings on SysPrintf and SysMessage use in libpcsxcore. 2013-07-09 06:19:35 +00:00
psxhle.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
psxhw.c New config param HackFix which enables compatibility hacks on certain games and is disabled by default. 2014-07-24 04:06:57 +00:00
psxhw.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
psxinterpreter.c Fix possible function pointer initialisation problem 2016-08-03 19:30:54 +01:00
psxinterpreter_pgxp.h Fix OSX build 2016-08-05 22:21:28 +08:00
psxmem.c Added: 2016-04-01 01:37:04 +02:00
psxmem.h Unix style EOL (thanks to darktjm); 2012-11-18 18:15:59 +00:00
r3000a.c Imporved CPU integration 2016-06-27 15:28:33 +01:00
r3000a.h Fix possible function pointer initialisation problem 2016-08-03 19:30:54 +01:00
sio.c Added: 2016-04-01 01:37:04 +02:00
sio.h Added: 2016-04-01 01:37:04 +02:00
sjisfont.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
socket.c Unix style EOL (thanks to darktjm); 2012-11-18 18:15:59 +00:00
socket.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
spu.c Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
spu.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00
system.h Setting end-of-line metadata. 2012-12-24 21:25:14 +00:00