libretro: always use fixed samples per frame
[pcsx_rearmed.git] / frontend / libretro.c
2015-02-05 notazlibretro: always use fixed samples per frame
2015-02-05 notazrelease r22 r22
2015-01-12 notazrelease r21 r21
2015-01-03 notazmingw build fixes
2014-12-25 notazrelease r20 r20
2014-12-23 notazdrc: implement block addr list saving
2014-12-21 notazlibretro: enable dither for peops plugin
2014-12-20 notazfix up other platforms after rumble change
2014-12-20 ksv1986libretro: Add rumble support
2014-12-20 notazlibretro: minor fixes
2014-12-20 notazlibretro: add some SPU options
2014-12-20 notazlibretro: update for newer spu code
2014-12-20 twinaphexlibretro: Add core options to namespace
2014-12-20 twinaphexlibretro: Update input descriptors
2014-12-20 twinaphexlibretro: Implement input descriptors
2014-12-20 Tobias Jakobilibretro: adjust indentation style
2014-12-20 twinaphexlibretro: Set performance level
2014-12-20 Tobias Jakobilibretro: only use posix_memalign when it's safe
2014-12-20 Tobias Jakobilibretro: align vout_buf to 128-bit
2014-12-20 twinaphex(Libretro) Add frame duping core option
2013-12-22 notazlibretro: add dynarec switch
2013-11-03 meancootlibretro: Add analog option for player 1
2013-06-04 notazlibretro: search for BIOS harder
2013-06-04 twinaphex(Blackberry Playbook) Fix Blackberry Playbook build...
2013-06-04 twinaphexCore option: Add neon_enhancement_no_main
2013-06-04 twinaphexRemove #if 0 around NEON enhancement
2013-05-26 notazlibretro: don't call dfinput_activate too early
2013-05-26 notazlibretro: try to fix enhancement
2013-05-26 twinaphexPass correct type for RETRO_ENVIRONMENT_SET_MESSAGE
2013-05-26 twinaphexAdd system message warning if a BIOS file could not...
2013-05-26 twinaphexComment out neon_enhancement_enable for now
2013-05-26 twinaphex(Libretro) Add NEON interlace enable core option and...
2013-05-26 twinaphexTake out soft_filter for now as core option
2013-05-26 twinaphex(Libretro) Add core options - Frameskip and (for ARM...
2013-05-26 twinaphex(NEON ARM) Add NEON ARM core option (Enhanced resolutio...
2013-05-26 ToadKingimplement "add_image_index" correctly
2013-05-26 ToadKingfix bug with memory card files being overwritten with...
2013-05-26 ToadKingadd support for mednafen-style .m3u files for multi...
2013-05-26 twinaphexAdd .toc to valid_extensions
2013-05-26 twinaphex(libretro) Library version is too long to show in RGUI
2013-03-15 notazlibretro: support disk control interface
2013-02-08 notazmove cspace back to frontend
2013-01-28 notazlibretro: handle regions
2012-12-17 notazlibretro: support savestates and cheats
2012-12-16 notazlibretro: check for CAN_DUPE, as suggested by ToadKing
2012-12-11 notazlibretro: handle borders
2012-12-11 notazlibretro: set cycle_multiplier
2012-12-10 notazMerge branch 'libretro'
2012-12-10 notazlibretro: minor cleanups
2012-12-10 notazlibretro: only pass fb to video_cb when it's updated
2012-12-10 Toad Kinglibretro: initialize blank memory card
2012-12-10 twinaphexlibretro: Move flip screen counter increment back to...
2012-12-10 twinaphexlibretro: call video_cb on every frame
2012-12-10 twinaphexlibretro: make RGB565 support into compile-time option
2012-12-10 Toad Kinglibretro: use SRAM saving routines for memory card.
2012-12-09 notazpipe error messages through single function
2012-11-28 notazclean up mmap hacks
2012-11-17 notazfix gun handling in enhancement mode
2012-11-10 notazfrontend: avoid loading msg when not needed
2012-11-05 notazswitch over to libpicofe
2012-11-02 notazMerge branch 'enhancement'
2012-11-02 notazmove blit to core, allow filtering while blitting
2012-10-23 notazMerge pull request #3 from libretro/master
2012-10-23 ToadKingrgb565 fix
2012-10-23 Toad KingAdd RGB565 support
2012-08-04 notazlibretro: fix bytes/pixels confusion
2012-07-30 notazallow multiple sound drivers to be compiled
2012-07-29 notazfrontend: initial libretro support