aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Expand)Author
2017-04-07Remove dead non retroarch platforms, prepare for second memcardmeepingsnesroms
2017-04-05These are needed to reset on systems without a keyboard.meepingsnesroms
2017-04-03Fix running on CTR: dyncache mmap doesn't specify MAP_FIXED anymoreYuxuan Shui
2017-03-10libretro: Remove reset in retro_run() hackAdrien Plazas
2017-03-02define PATH_MAX if needed.aliaspider
2017-03-02fix implicit-function-declaration warnings/errors.aliaspider
2017-02-11Use disabled/enabled instead, like other core settings.Sérgio Benjamim
2017-02-07Fix buggy option being on by defaultmeepingsnesroms
2017-01-24Revert "return false if info is NULL inside retro_load_game"orbea
2017-01-24Merge pull request #98 from ilag11111/cheatSupportmeepingsnesroms
2017-01-24Cleanup a bit more.iLag
2017-01-24Enable support for multiline cheats. All non hexdec characters will be read ...iLag
2017-01-24return false if info is NULL inside retro_load_gameorbea
2017-01-23Add option to display bootlogomeepingsnesroms
2017-01-22Fix crash on restart from menumeepingsnesroms
2016-12-22Do some light multitap cleanupAndrew
2016-12-19fix multitap and analogalexis-puska
2016-12-09Report git version with library_versionGregor Richards
2016-11-26enable dynarec core - was hardcoded to off - fixes #78Jools Wills
2016-10-11Fixed analog stick ranges to be [0, 255]Nick Rivera
2016-09-28Fix software bufferFrancisco José García García
2016-09-28Add support for software framebufferFrancisco José García García
2016-09-27(Vita) Fix deinit bugFrancisco José García García
2016-09-26Fix build error about undefined reference to `deinit_vita_mmap'Sunguk Lee
2016-09-26(VITA) Dynarec workingFrancisco José García García
2016-09-21Update libretro.cFrancisco José García García
2016-09-21Merge branch 'mainline' into libretronotaz
2016-09-19drc: try to support w^x platforms like iOSnotaz
2016-09-06(VITA) I think that is not VM Memory and do some alignmentfrangarcj
2016-09-06(VITA) Some dynarecfrangarcj
2016-08-03Please, don't use for loop initial declarations because it forces us to use h...vanfanel
2016-07-30libretro: Split update_controller_port_device()Adrien Plazas
2016-07-30libretro: Check 'environ_cb' in controller settersAdrien Plazas
2016-07-30libretro: Fix key passing of update_controller_port_device()Adrien Plazas
2016-07-29libretro: Implement retro_set_controller_port_device()Adrien Plazas
2016-07-29libretro: Allow to auto detect multitapsAdrien Plazas
2016-07-29Add PSE_PAD_TYPE_NONEAdrien Plazas
2016-07-29libretro: Refactor reading controller typeAdrien Plazas
2016-06-18suppress hack for crazy value on read port 2alexis-puska
2016-05-13Style nitscbransden
2016-05-13Defensive code to avoid SEGFAULTdankcushions
2016-05-13comment debugging printfalexis-puska
2016-05-13fix analog valuealexis-puska
2016-05-13Init in_type fullycbransden
2016-05-13second implementation of multitapalexis-puska
2016-05-13Added multitap core option & style nitscbransden
2016-05-13Initial multitap supportalexis-puska
2016-04-22Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-masterdankcushions
2016-04-01don't use __ARM_ARCH_7A__notaz
2016-03-02Merge https://github.com/notaz/pcsx_rearmedtwinaphex