Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-29 | libretro: Implement retro_set_controller_port_device() | Adrien Plazas | |
Add the 'default' value to controller type variables and set it as the default value and implements the retro_set_controller_port_device() function. When the variable's value is 'default', the value set via the function is used, otherwise the value of the variable is used. This allows the frontends to use retro_set_controller_port_device() or the variables, pleasing both the users and frontends prefering the standard API and the ones prefering the custom API. | |||
2016-07-29 | libretro: Allow to auto detect multitaps | Adrien Plazas | |
Add the 'auto' multitape vairable value. This allows to automatically detect multitaps based on the number of plugged controllers. | |||
2016-07-29 | Add PSE_PAD_TYPE_NONE | Adrien Plazas | |
Allow to set no controller to a port. This will be used in the next commit to allow auto detecting whether multitaps are plugged. | |||
2016-07-29 | libretro: Refactor reading controller type | Adrien Plazas | |
Refactor the way the controller type variables are read as we were doing 8 times almost exactly the same thing. This makes the code more readable and maintainable. | |||
2016-07-26 | Merge pull request #51 from alexis-puska/master | Twinaphex | |
add rumble support for controler 1 and 2 | |||
2016-07-15 | comment some debugging printf. | alexis-puska | |
comment some debugging printf. | |||
2016-07-10 | libretro: clean up | notaz | |
2016-07-10 | libretro: fix a typo | notaz | |
2016-07-10 | libretro: try to prevent bad builds | notaz | |
2016-07-10 | libretro: try to prevent bad builds | notaz | |
2016-07-05 | Merge pull request #49 from meepingsnesroms/master | Twinaphex | |
Fix compiling with ndk r11 > | |||
2016-07-04 | Fix compiling with ndk r11 > | meepingsnesroms | |
2016-07-03 | pad index fix | alexis-puska | |
2016-07-03 | refactor some code + bug fix | alexis-puska | |
2016-07-02 | fix compilation error | alexis-puska | |
2016-07-02 | code refactor | alexis-puska | |
Code refactor to build the response of request 0x42 read the pad key state | |||
2016-07-02 | Add dual shop request/response | alexis-puska | |
Add dualshock request/response to declare Analog pad correctly and retrieved the vibration information. | |||
2016-06-26 | fixed lag with analog pad device | alexis-puska | |
Fixed lag with analog pad device, some code is override when have a pad in analog mode. | |||
2016-06-18 | Merge pull request #47 from alexis-puska/master | Twinaphex | |
Suppress segmentation fault and crazy integer value. | |||
2016-06-18 | init default value for dfInput plugins | alexis-puska | |
init default value for dfInput plugins | |||
2016-06-18 | suppress hack for crazy value on read port 2 | alexis-puska | |
pass pad index in pad datas structure. | |||
2016-05-15 | Merge pull request #39 from dankcushions/master | Andrés | |
Added multitap 1 & 2 core options - adds 3-8 player support. | |||
2016-05-13 | Style nits | cbransden | |
2016-05-13 | Defensive code to avoid SEGFAULT | dankcushions | |
2016-05-13 | comment debugging printf | alexis-puska | |
2016-05-13 | fix analog value | alexis-puska | |
fix analog value | |||
2016-05-13 | Init in_type fully | cbransden | |
2016-05-13 | second implementation of multitap | alexis-puska | |
add game/core option to enabled or disabled multitap. Test with micro machine V3 and 5 devices, 2 multitap enabled, all device react good i can’t test the 6 7 8 select player but i can select 8 gamer. The 2 multitap works fine. i detect a bug, when we change the game pad type to analog, the library crash, see it next time | |||
2016-05-13 | Added multitap core option & style nits | cbransden | |
2016-05-13 | Initial multitap support | alexis-puska | |
2016-05-06 | Merge pull request #37 from loganmc10/master | Twinaphex | |
Add rpi3 platform | |||
2016-05-04 | Add rpi3 platform | Logan McNaughton | |
2016-05-02 | Merge pull request #36 from loganmc10/master | Twinaphex | |
Add ASFLAGS for rpi2 platform | |||
2016-05-02 | Add ASFLAGS for rpi2 platform | Logan McNaughton | |
2016-05-02 | Merge pull request #35 from loganmc10/master | Twinaphex | |
Add support for Raspberry Pi 2 | |||
2016-05-02 | Add support for Raspberry Pi 2 | Logan McNaughton | |
2016-04-22 | Merge pull request #33 from dankcushions/master | Twinaphex | |
Merging in latest upstream changes | |||
2016-04-22 | Merge branch 'notaz-master' | dankcushions | |
2016-04-22 | Merge branch 'master' of https://github.com/notaz/pcsx_rearmed into notaz-master | dankcushions | |
2016-04-01 | fix build on some archs | notaz | |
just some unneeded preprocessor check | |||
2016-04-01 | don't use __ARM_ARCH_7A__ | notaz | |
github issue #68 | |||
2016-04-01 | use __ARM_ARCH | notaz | |
2016-03-22 | Backport this - ↵ | twinaphex | |
https://github.com/jsonn/pkgsrc/commit/9d0d89dbc3ab94147676f296c61f977ee5ce5e36 | |||
2016-03-05 | large file support | notaz | |
not tested if it actually reads over 2GB | |||
2016-03-02 | Merge https://github.com/notaz/pcsx_rearmed | twinaphex | |
2016-03-01 | Merge pull request #29 from dankcushions/master | Twinaphex | |
Fix undefined compile error | |||
2016-03-01 | Fix undefined compile error | Christopher Bransden | |
2016-02-28 | psxmem: use rounding that's more likely to work | notaz | |
2016-02-28 | drc: handle any immediate | notaz | |
2016-01-19 | Merge pull request #24 from sergiobenrocha2/master | aliaspider | |
Fix #23, space after USE_DYNAREC bugs it. |