Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-23 | Silence some warnings | negativeExponent | |
Silences some [-Wformat-truncation=] and [-Wstringop-truncation] | |||
2020-02-21 | Fix second instance runahead without breaking reset | Zachary Cook | |
2020-02-09 | (Android) Aarch64/x86/x64 now has lightrec support | twinaphex | |
2019-08-03 | Fix region detection for Wild Arms | retro-wertz | |
- Wild Arms EU and US version has non-standard string (probably for region protection) causing auto-region detection to fail and wrong CDROM info in log. - This fix sanitizes the string name to remove unneeded characters ("EXE\" in this case that comes before the serial-number). This would sanitize the CD-ROM info in log as well. | |||
2019-08-03 | Silence warning -Wstringop-truncation | retro-wertz | |
-strncpy replaced with strcpy and memcpy where appropriate | |||
2019-08-02 | Rename PACKAGE_VERSION to PCSX_VERSION | retro-wertz | |
- this should silence warning for another PACKAGE_VERSION define used for flac - PACKAGE_VERSION is not used within pcsx other than version logging. Savestate does not check for this and is using another define for savestate version number. | |||
2019-03-07 | Fix show bios bootlogo core option | retro-wertz | |
2014-12-23 | drc: implement block addr list saving | notaz | |
should give better experience after savestate load | |||
2014-12-21 | misc: merge from pcsxr r91261,r91276 | notaz | |
Author: edgbla Small fixes. 11834, 11836 (Lioncash); | |||
2014-12-21 | misc: merge from pcsxr r86908 | notaz | |
Author: edgbla CdromId fix; | |||
2014-12-20 | spu: rework synchronization | notaz | |
2014-12-06 | misc: length is unsigned | notaz | |
2014-12-06 | misc: don't succeed on trash input | notaz | |
2013-04-05 | don't rely on unsigned char on arm | notaz | |
2012-12-17 | make non-zlib save compression possible | notaz | |
2012-12-11 | misc: make error message remind about common mistake | notaz | |
2012-11-24 | fix various warnings | notaz | |
the idea here was to disable them to avoid drifting from pcsx-reloaded, but there doesn't seems to be much need for syncing. | |||
2012-11-13 | workaround pandora hugetlb bug, revert this later | notaz | |
2012-11-04 | handle bad cd images better | notaz | |
2012-07-18 | misc: setup GPU if logos are skipped | notaz | |
some games rely on the state BIOS leaves | |||
2011-12-05 | move some gpu status handling to core | notaz | |
this removes need to update each gpu plugin when this stuff is changed | |||
2011-10-30 | make root counters use generic event scheduling code | notaz | |
simplifies event handling code a bit | |||
2011-07-13 | misc: invaliadte dynarec on HLE file loads | notaz | |
also add some missing sanity checks. | |||
2011-02-09 | misc: backport pal detection from pcsxr | notaz | |
2011-01-16 | remove hle savestate restriction | notaz | |
we have enough data to load any savestate | |||
2010-12-25 | sync cdrom.h with pcsxr-svn | notaz | |
this may help to avoid savestate format change in the future. | |||
2010-12-23 | drc: improved interrupt code for emu_if | notaz | |
2010-12-22 | core: update to newer interrupt code, seems to affect timings too | notaz | |
pcsxr-svn commit: Author: weimingzhi Date: Sat Aug 7 23:52:44 2010 +0000 refactored the interrupt scheduling code a bit to make it a little more readable than using those "magic" numbers. | |||
2010-12-05 | fix some alignment issues | notaz | |
2010-11-16 | pcsxr-1.9.92 | PCSX* teams | |