Revisions of libretro-picodrive (4)

Guo Yunhe Guo Yunhe (guoyunhe) committed almost 3 years ago (revision 4)
- Update to version 0~git20210611:
  * Fix minor typo (harmless cast of a buffer to an incorrect type)
  * Add support for RETRO_ENVIRONMENT_SET_CONTENT_INFO_OVERRIDE API extension - enables soft patching of non-CD content
  * move conditional out of loop
  * libretro, fix psp emulation display (RGB instead of BGR)
  * VDP DMA/CPU access timing improvements
  * 68k, synchronize timing in fame and musashi (for debugging)
  * sound, fix ym2612 output volume for keyon and level changes
  * sh2 interpreter, minor improvement for irq handling
  * 32x, minor improvement for poll detection
  * sh2 drc+interpreter, minor improvement for cycle counting
  * 68k, fix timing for BTST #imm,Dn and ADDQ.W #imm,An in fame
  * mcd, optimizations for polling detection
  * Add STATIC_LINKING_LINK
  * Define STATIC_LINKING for emscripten
  * Don't attempt to bake in compat_strcasestr when static linking is defined
  * mcd, improve polling detection
  * mcd, improve polling detection
  * 32x, drc, fix saving SH2 SR in dma
  * Buildfix
  * Cleanup
  * m3u:Fix "last disk index" not loaded correctly
  * Update libretro-common
  * Add support for m3u playlist format
  * core, big endian fix (cart sram detection)
  * mcd, improve polling detection
  * ui, scaling in sdl window mode (ATM hidden)
  * libretro, build change for PS3 (disable drc)
  * mcd, fix timing for irq while polling detected
  * mcd, fix crash when unloading cd while playing audio
Guo Yunhe Guo Yunhe (guoyunhe) committed over 3 years ago (revision 3)
- Update to version 0~git20200816:
  * Fix non-MSVC builds
  * Fixed MSVC compilation, VFS
Guo Yunhe Guo Yunhe (guoyunhe) committed over 3 years ago (revision 2)
- Update to version 0~git20200716:
  * libretro, build fixes ffor android/ios
  * libretro, tentative fix for android build
  * sh2 drc, optimize standard division insns (default off, needs more scrutiny)
  * Buildfix
  * Buildfix
  * Fix more conflicting types for prototypes
  * Prevent collission with PS2 SDK
  * Make sure function prototype signatures match, and put typedefs into separate header file
  * core, keep offsets header from being build if no preprocessed asm files
  * libretro, build fixes
  * libretro, build fixes
  * core, fix type issues by using stdint types
  * libretro, build fixes
  * sh2, fix for interpreter crash if drc is compiled in too
  * sh2 drc, fix for x86_64 backend
  * libretro, more fixes and cleanups for windows and osx
  * libretro, fix for windows and osx
  * libretro, changes to allow for both standalone and libretro build
  * SDL UI, 2x overlay mode, for improved color resolution
  * libretro make fix for non-arm architectures
  * sh2 drc, fix for SH2 T handling in Mips/RiscV
  * SDL UI, preparation for 2x mode, for improved color resolution
  * sh2 drc, optimisation for SH2 16x16 multiplication
  * SDL UI, fix for CD LED display
  * sh2 drc, backend 32/64 bit compatibility fixes for Mips/RiscV
  * vdp fifo, DMA bugfix
  * sh2 drc, add powerpc64le backend
  * sh2 drc, preparations for powerpc support
  * vdp rendering, bugfix for overlapping high prio sprites
Olaf Hering Olaf Hering (olh) accepted request 4999 about 4 years ago (revision 1)
MegaDrive/Genesis emulation core of RetroArch.
Show all