pcsx_rearmed.git
2019-09-25 TwinaphexMerge pull request #349 from negativeExponent/unai_plug...
2019-09-25 negativeExponentMerge branch 'gpu_unai_plugin_update'
2019-09-23 TwinaphexMerge pull request #348 from justinweiss/remove-utime
2019-09-23 Justin WeissStop calling utime on 3ds
2019-09-23 TwinaphexMerge pull request #347 from justinweiss/enable-chd-3ds
2019-09-23 Justin WeissEnable CHD on 3DS builds
2019-09-22 TwinaphexMerge pull request #345 from justinweiss/enable-unai-3ds
2019-09-22 TwinaphexMerge pull request #346 from justinweiss/fix-sound-3ds
2019-09-21 Justin WeissFix sound over-buffering on 3ds
2019-09-21 Justin WeissRe-enable unai on 3DS
2019-08-21 TwinaphexMerge pull request #339 from dankcushions/patch-1
2019-08-21 dankcushionsAdded support for PSXONPSP660.bin and psx* named BIOS...
2019-08-17 negativeExponentBackport GPU Unai plugin from PCSX4ALL
2019-08-14 TwinaphexMerge pull request #335 from yoshisuga/ios-arm64-buildb...
2019-08-14 TwinaphexMerge pull request #334 from jdgleaver/options-update
2019-08-14 jdgleaverUpdate 'libretro_core_options.h' to v1.3 format
2019-08-13 Yoshi SugawaraiOS: support for building using buildbot recipe
2019-08-07 TwinaphexMerge pull request #330 from retro-wertz/skip_plugins
2019-08-07 retro-wertzDo not compile plugins when using the non-static build...
2019-08-05 TwinaphexMerge pull request #328 from retro-wertz/sanitize_gpu_a...
2019-08-05 TwinaphexMerge pull request #327 from retro-wertz/patch-4
2019-08-05 retro-wertzClose plugins when exiting core
2019-08-05 retro-wertzUpdate advanced peops gpu core options
2019-08-04 retro-wertzFix main RAM size in retro_get_memory_size
2019-08-03 hizzlekizzleMerge pull request #326 from retro-wertz/silence_warnings
2019-08-03 retro-wertzSilence a few more warnings
2019-08-03 retro-wertzHLE BIOS: Fix corrupted memory card saves
2019-08-03 retro-wertzpsxbios.c: Cleanup buopen()
2019-08-03 retro-wertzFix region detection for Wild Arms
2019-08-03 retro-wertzSilence warning -Wstringop-truncation
2019-08-03 retro-wertzSilence warning -Wformat-overflow
2019-08-02 hizzlekizzleMerge pull request #325 from retro-wertz/SysPrintf_to_r...
2019-08-02 retro-wertzSanitize Loaded CD image string in log
2019-08-02 retro-wertzSilence warning about misleading indent
2019-08-02 retro-wertzSilence warning: missing braces around initializer
2019-08-02 retro-wertzRename PACKAGE_VERSION to PCSX_VERSION
2019-08-02 retro-wertzUse retro_log for SysPrintf
2019-07-30 TwinaphexMerge pull request #323 from fpscan/master
2019-07-30 Ömercan KömürUpdate libretro_core_options.h
2019-07-30 TwinaphexMerge pull request #322 from retro-wertz/fix_android_build
2019-07-30 retro-wertzFix android build
2019-07-30 hizzlekizzleMerge pull request #321 from fpscan/master
2019-07-30 hizzlekizzleMerge pull request #320 from retro-wertz/new_core_options
2019-07-30 Ömercan KömürTurkish Language Support
2019-07-30 retro-wertzSilence this log message
2019-07-30 retro-wertzMake advanced gpu options target actual gpu plugin...
2019-07-29 TwinaphexUpdate libretro_core_options.h
2019-07-29 hizzlekizzleMerge pull request #319 from retro-wertz/new_core_options
2019-07-29 retro-wertzAdd advanced gpu core options
2019-07-29 hizzlekizzleMerge pull request #318 from retro-wertz/psxbios
2019-07-29 retro-wertzAdd enhanced core options
2019-07-29 retro-wertzHLE: Merge HLE BIOS improvements from upstream
2019-07-29 TwinaphexMerge pull request #317 from retro-wertz/psxhle_log
2019-07-29 retro-wertzpsxhle.c: Silence logging when using HLE bios
2019-07-29 hizzlekizzleadd custom issue report template
2019-07-24 notazMerge pull request #137 from gameblabla/hle
2019-07-22 gameblablapsxbios: Don't accept 400h as a valid sector.
2019-07-22 gameblablapsxbios: Properly fix garbage area code.
2019-07-21 gameblablapsxbios: Fixup mistake in card_info function.
2019-07-21 gameblablapsxbios: Return value is always 1 for CloseTh and ChangeTh.
2019-07-21 gameblablapsxbios: Add checks for memchr.
2019-07-21 gameblablapsxbios: Some games read from address 0, fix that.
2019-07-21 gameblablapsxbios: Implement get_cd_status stub according to...
2019-07-21 gameblablapsxbios: Make HLE bios start from block 1, not 2.
2019-07-21 gameblablapsxbios: Fix card_status function as to use card_active...
2019-07-21 gameblablapsxbios: Merge interrupt_r26 fix from PCSX4ALL.
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
next