psxbios: Do the same for heap_size.
[pcsx_rearmed.git] / libpcsxcore /
2019-07-21 gameblablapsxbios: Do the same for heap_size.
2019-07-20 gameblablapsxbios : Use bfreezel for pad_stopped instead of setti...
2019-07-20 gameblablapsxbios : Implement stub for wait_card.
2019-07-20 gameblablapsxbios : Fix a few mistakes :
2019-07-18 gameblablapsxbios: Add note and update copyright.
2019-07-18 gameblablapsxbios: Merge heap fix from PCSX4ALL.
2019-07-18 gameblablapsxbios: Init some vars just to be sure.
2019-07-18 gameblablapsxbios: Merge PCSX4ALL pad_stopped fix.
2019-07-18 gameblablapsxbios.cpp: Add psxBios_card_status(); doesn't seem...
2019-07-18 gameblablapsxbios: Fixes save issues on Parasite Eve II, Parasite...
2019-07-18 gameblablapsxbios: Callback Events should not set event status...
2019-07-18 gameblablapsxbios: Support other syscalls
2019-07-18 gameblablapsxbios: Add checks for strlen.
2019-07-18 gameblablapsxbios: Add checks for strcpy & strncpy.
2019-07-18 gameblablapsxbios: Fixup free.
2019-07-18 gameblablapsxbios: Add checks for strcmp & strncmp.
2019-07-18 gameblablapsxbios: Stub for get_error
2019-07-18 gameblablapsxbios : Several fixes to malloc.
2019-07-18 gameblablapsxbios: Add checks for memmove.
2019-07-18 gameblablapsxbios : Add checks to memset.
2019-07-18 gameblablapsxbios: Add checks to memcpy.
2019-07-18 gameblablapsxbios: Add checks for bzero.
2019-07-18 gameblablapsxbios: Add checks for bcopy
2019-07-18 gameblablapsxbios : Add checks to index and rindex calls
2019-07-18 gameblablapsxbios: Merge upstream fix for Deliverevent in firstfile
2019-07-18 gameblablapsxbios: Should fix input issues in some games.
2019-07-18 gameblablapsxbios: Fix out-of-bounds issue.
2019-07-18 gameblablaOnly PCSX4ALL uses ResetIoCycle. Remove it for now.
2019-07-18 gameblablaFixup buread & buwrite being undefined.
2019-07-18 gameblablapsxbios: Improve WaitEvent behaviour according to docum...
2019-07-18 gameblablapsxbios: Better realloc implementation
2019-07-18 gameblablapsxbios : Add checks for strncat
2019-07-17 gameblablapsxbios: Add todigit implementation
2019-07-17 gameblablapsxbios: Adds putc and getc implementation
2019-07-17 gameblablapsxbios: Return 0x1f801814 for gpu_abort_dma
2019-07-17 gameblablapsxbios: Better EnterCiritcal implementation
2019-07-17 gameblablapsxbios: Add checks for card_write, card_read
2019-07-17 gameblablapsxbios: Merging improved card_info function from upstream
2019-07-17 gameblablapsxbios: Merging fixes from upstream.
2019-07-17 gameblablapsxbios: Add checks to PAD_init
2019-07-17 gameblablapsxbios: Add checks to strcat
2017-05-02 notazuse pc-relative offsets for PIC too
2016-09-30 notazdrc: fix a mistake from w^x change
2016-09-20 notazdrc: some vita and 3ds support
2016-09-20 notazdrc: avoid MAP_FIXED
2016-09-18 notazdrc: try to support w^x platforms like iOS
2016-09-18 notazdrc: remove unnecessary cache flushing
2016-09-18 notazdrc: enable and fix warnings
2016-09-18 notazdrc: mark things static
2016-09-18 notazdrc: strip eol blanks
2016-09-18 notazdrc: drop less obvious dead code
2016-09-18 notazdrc: drop heaps of dead code
2016-03-31 notazfix build on some archs
2016-03-31 notazdon't use __ARM_ARCH_7A__
2016-03-05 notazlarge file support
2016-02-28 notazpsxmem: use rounding that's more likely to work
2016-02-28 notazdrc: handle any immediate
2015-03-24 notazpsxmem: fix error handling
2015-02-05 notazdma: some timing hacks
2015-02-05 notazdma: do some madr updates
2015-02-02 notazfrontend: update libpicofe
2015-01-31 gizmo98gte_arm.S: Use ARMv6 if possible
2015-01-31 gizmo98assem_arm.c: Use ARMv6 instructions if possible
2015-01-03 notazmingw build fixes
2014-12-25 notazdrc: more timing hacks
2014-12-23 notazcdrom: handle old savestates better
2014-12-23 notazdrc: implement block addr list saving
2014-12-23 notazdrc: replace unused reg32 with new reg_sv_flags
2014-12-21 notazpsxbios: don't crash on negative length
2014-12-21 notazmisc: merge from pcsxr r91261,r91276
2014-12-21 notazcdriso: merge from pcsxr r90558
2014-12-21 notazpsxbios: merge from pcsxr r90224-r90227
2014-12-21 notazmisc: merge from pcsxr r86908
2014-12-20 twinaphexpsxmem: Add mman wrapper for Win32 and use it for PCSX...
2014-12-20 notazpsxcounters: don't do many spu updates
2014-12-20 notazspu: rework synchronization
2014-12-20 notazspu: add a schedule callback
2014-12-20 notazpsxinterpreter: don't break strict aliasing rules
2014-12-06 notazmisc: length is unsigned
2014-12-06 notazmisc: don't succeed on trash input
2014-12-06 notazpsxmem: remove hard requirement for a mapping
2013-12-22 meancoot(iOS) Work around clang crash when compiling libpcsxcor...
2013-11-03 notazpsxbios: fix NULL use warnings on newer GCCs
2013-06-04 notazdrc: add a test to catch broken platforms early
2013-06-04 notazpsxmem: handle map failures so that it can be retried
2013-06-04 notazcdriso: log file open errors
2013-05-26 notazcdriso: make sure to open correct file for cdda
2013-05-26 notazcdriso: use correct buffer in .toc check
2013-04-05 notazdon't rely on unsigned char on arm
2013-04-04 notazcdriso: look for data files if other one is selected
2013-04-04 notazcdriso: prefer .toc over .cue
2013-04-02 notazdrc: fix a bug made during UAL conversion
2013-04-02 notazdrc: handle more calling conventions
2013-04-02 notazdrc/psx_gpu: handle more calling conventions
2013-04-01 notazavoid MAP_FIXED, log mappings
2013-04-01 notazasm: fix incorrect offsets
2013-03-31 notazlibretro/ios: enable dynarec, update target names
2013-03-31 notazdrc: convert linkage_arm to UAL, adjust loads
2013-03-31 notazfix clang warnings
2013-03-31 notazdrc: use print wrapper to output errors
next