aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/misc.c
AgeCommit message (Collapse)Author
2020-02-09(Android) Aarch64/x86/x64 now has lightrec supporttwinaphex
2019-08-03Fix region detection for Wild Armsretro-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-03Silence warning -Wstringop-truncationretro-wertz
-strncpy replaced with strcpy and memcpy where appropriate
2019-08-02Rename PACKAGE_VERSION to PCSX_VERSIONretro-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-07Fix show bios bootlogo core optionretro-wertz
2014-12-23drc: implement block addr list savingnotaz
should give better experience after savestate load
2014-12-21misc: merge from pcsxr r91261,r91276notaz
Author: edgbla Small fixes. 11834, 11836 (Lioncash);
2014-12-21misc: merge from pcsxr r86908notaz
Author: edgbla CdromId fix;
2014-12-20spu: rework synchronizationnotaz
2014-12-06misc: length is unsignednotaz
2014-12-06misc: don't succeed on trash inputnotaz
2013-04-05don't rely on unsigned char on armnotaz
2012-12-17make non-zlib save compression possiblenotaz
2012-12-11misc: make error message remind about common mistakenotaz
2012-11-24fix various warningsnotaz
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-13workaround pandora hugetlb bug, revert this laternotaz
2012-11-04handle bad cd images betternotaz
2012-07-18misc: setup GPU if logos are skippednotaz
some games rely on the state BIOS leaves
2011-12-05move some gpu status handling to corenotaz
this removes need to update each gpu plugin when this stuff is changed
2011-10-30make root counters use generic event scheduling codenotaz
simplifies event handling code a bit
2011-07-13misc: invaliadte dynarec on HLE file loadsnotaz
also add some missing sanity checks.
2011-02-09misc: backport pal detection from pcsxrnotaz
2011-01-16remove hle savestate restrictionnotaz
we have enough data to load any savestate
2010-12-25sync cdrom.h with pcsxr-svnnotaz
this may help to avoid savestate format change in the future.
2010-12-23drc: improved interrupt code for emu_ifnotaz
2010-12-22core: update to newer interrupt code, seems to affect timings toonotaz
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-05fix some alignment issuesnotaz
2010-11-16pcsxr-1.9.92PCSX* teams