aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
AgeCommit message (Expand)Author
2017-01-24Sound improvements - some by me, most from snes9x2002 and snes9x 1.51.João Silva
2017-01-16Many cleanups.João Silva
2017-01-15Fixed input for games like SMAS and removed joypad swapping option.João Silva
2017-01-14Removed a LOT of useless stuff.João Silva
2017-01-14Moved copyright information to copyright file.João Silva
2016-12-09Use git version as library_versionGregor Richards
2016-10-16Remove unused variables.meepingsnesroms
2016-10-16The popping should now be fixed!(If using blare apu)meepingsnesroms
2016-10-15Add copyright notices since certain guys try to push their lucktwinaphex
2016-08-09Remove some unused functionstwinaphex
2016-08-08Cleanupstwinaphex
2016-08-06Reimplement save RAM - do it the libretro way by implementingtwinaphex
2016-08-05Lower-case x for nametwinaphex
2016-08-05Update nametwinaphex
2015-11-09improve sound quality a bit when using the regular APU core.aliaspider
2015-11-02fix savestates when using blargg's apu.aliaspider
2015-11-01add "Video Mode" core option.aliaspider
2015-10-21(CTR/3DS) allocate GFX.Screen_buffer in linear memory.aliaspider
2015-10-06add a core option to swap joypads.aliaspider
2015-09-21change library name when compiled with USE_BLARGG_APU=1aliaspider
2015-09-13fix the last commit, now it loads fineradius
2015-09-13use SAVE_DIR for SRAMradius
2014-12-20LOAD_FROM_MEMORY_TEST - enable it for every target but PSPtwinaphex
2014-12-06Implement cheat code stufftwinaphex
2014-12-05Implement input descriptorstwinaphex
2014-11-29(windows) _makepath / _splitpath are already part of msvcrtaliaspider
2014-11-18libretro.c Fix version numberOggom
2014-11-03use stdint/stdboolaliaspider
2014-11-03blargg's apu implementation can now be used.aliaspider
2014-11-03can build with USE_BLARGG_APU enabled, still not working.aliaspider
2014-11-02comment out NO_VIDEO_OUTPUT.aliaspider
2014-11-02tweak buildaliaspider
2014-11-02cleanups.aliaspider
2014-11-02small cleanupaliaspider
2014-11-02implement rom loading from memory.aliaspider
2014-11-01nit.aliaspider
2014-11-01fix buildaliaspider
2014-11-01fix frameskip.aliaspider
2014-11-01improve audio quality and audio/video syncaliaspider
2014-10-31fix retro_load_game, don't return false when no srm is found.aliaspider
2014-10-31remove S9xDeinitUpdate.aliaspider
2014-10-31add a perf counter.aliaspider
2014-10-31correct retro_load_gamealiaspider
2014-10-31prevent loading incompatible savestates ( does only check for size ).aliaspider
2014-10-31remove snapshot.c/h and snaporig.c/haliaspider
2014-10-31Merge branch 'master' of https://github.com/libretro/CATSFC-libretroaliaspider
2014-10-31implement serialization code correctly.aliaspider
2014-10-30Code readability - turn ZeroMemory into memset(a, 0, b)twinaphex
2014-10-30improve serialization code, still unfinished.aliaspider
2014-10-30add skeleton code for retro_serialize.aliaspider