aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore
AgeCommit message (Expand)Author
2019-07-18psxbios : Several fixes to malloc.gameblabla
2019-07-18psxbios: Add checks for memmove.gameblabla
2019-07-18psxbios : Add checks to memset.gameblabla
2019-07-18psxbios: Add checks to memcpy.gameblabla
2019-07-18psxbios: Add checks for bzero.gameblabla
2019-07-18psxbios: Add checks for bcopygameblabla
2019-07-18psxbios : Add checks to index and rindex callsgameblabla
2019-07-18psxbios: Merge upstream fix for Deliverevent in firstfilegameblabla
2019-07-18psxbios: Should fix input issues in some games.gameblabla
2019-07-18psxbios: Fix out-of-bounds issue.gameblabla
2019-07-18Only PCSX4ALL uses ResetIoCycle. Remove it for now.gameblabla
2019-07-18Fixup buread & buwrite being undefined.gameblabla
2019-07-18psxbios: Improve WaitEvent behaviour according to documentationgameblabla
2019-07-18psxbios: Better realloc implementationgameblabla
2019-07-18psxbios : Add checks for strncatgameblabla
2019-07-18psxbios: Add todigit implementationgameblabla
2019-07-18psxbios: Adds putc and getc implementationgameblabla
2019-07-18psxbios: Return 0x1f801814 for gpu_abort_dmagameblabla
2019-07-18psxbios: Better EnterCiritcal implementationgameblabla
2019-07-18psxbios: Add checks for card_write, card_readgameblabla
2019-07-18psxbios: Merging improved card_info function from upstreamgameblabla
2019-07-18psxbios: Merging fixes from upstream.gameblabla
2019-07-18psxbios: Add checks to PAD_initgameblabla
2019-07-18psxbios: Add checks to strcatgameblabla
2019-05-19Allow building without CHD, disable CHD for 3DSretro-wertz
2019-05-15fix track information when loading CHDs.aliaspider
2019-05-14add CHD support.aliaspider
2019-03-27Revert "Fix input not working in some games"retro-wertz
2019-03-26Sync gte fixes from upstream (#260)retro-wertz
2019-03-26Fix input not working in some gamesretro-wertz
2019-03-25Merge pull request #127 from retro-wertz/fix_rtps_rtptnotaz
2019-03-23gte: change return to s64 for BOUNDS_retro-wertz
2019-03-23gte: backport fix for RTPS/RTPTretro-wertz
2019-03-13merge remote-tracking branch 'notaz/master'retro-wertz
2019-03-10Fix memcard2 still detected by games when its supposed to be disabledretro-wertz
2019-03-09Merge pull request #124 from gameblabla/buildingfixesnotaz
2019-03-07Fix for compiling it against newer zlib versions.gameblabla
2019-03-07Merge pull request #235 from retro-wertz/core_fixesTwinaphex
2019-03-07Merge pull request #234 from notaz/masterTwinaphex
2019-03-07Fix show bios bootlogo core optionretro-wertz
2019-02-17psxmem: Reads of PIO Expansion area read all-ones.gameblabla
2019-01-27Fix segfault when loading cue files from relative paths.orbea
2017-09-01Fix polygon issuesmeepingsnesroms
2017-05-03Merge https://github.com/notaz/pcsx_rearmedtwinaphex
2017-05-03use pc-relative offsets for PIC toonotaz
2017-04-07Remove dead non retroarch platforms, prepare for second memcardmeepingsnesroms
2017-03-02(WIN32) move #define statements after all #include statements.aliaspider
2017-03-02fix implicit-function-declaration warnings/errors.aliaspider
2017-03-02clean windows line endings in libpcsxcore/plugins.caliaspider
2017-01-24Rename uncompress2 to avoid conflicts with zlib.h on some systems. Fixes http...orbea