Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-18 | drc: mark things static | notaz | |
2016-09-18 | drc: strip eol blanks | notaz | |
Because people send patches while using editors that strip blanks and the patch becomes a mess. | |||
2016-09-18 | drc: drop less obvious dead code | notaz | |
2016-09-18 | drc: drop heaps of dead code | notaz | |
I've kept it around to keep the code similar to Ari64's version, so that it would be easier to merge back his fixes. However Mupen64plus has long reformatted the code and it kind of went different direction anyway, so there is no point to keep all this code now. | |||
2016-09-09 | redports backport | twinaphex | |
2016-09-08 | Merge pull request #64 from orbea/debug | Twinaphex | |
OPENGL_DEBUG is not needed | |||
2016-09-08 | OPENGL_DEBUG is not needed | orbea | |
2016-09-07 | Merge pull request #61 from frangarcj/master | Twinaphex | |
(VITA) I think this is not going to work but if someone can test it | |||
2016-09-07 | Merge pull request #62 from orbea/debug | Twinaphex | |
Use DEBUG=1 properly for debug builds | |||
2016-09-06 | Use DEBUG=1 properly for debug builds | orbea | |
2016-09-06 | (VITA) I think that is not VM Memory and do some alignment | frangarcj | |
2016-09-06 | (VITA) More dynarec fixes | frangarcj | |
2016-09-06 | (VITA) Another dynarec fix | frangarcj | |
2016-09-06 | (VITA) Some dynarec | frangarcj | |
2016-08-06 | (Vita) Have to set DRC_CACHE_BASE to 0 for now | twinaphex | |
2016-08-06 | (Vita) Try to enable dynarec now | twinaphex | |
2016-08-06 | Merge pull request #55 from vanfanel/master | Twinaphex | |
Please, don't use for loop initial declarations because it forces us … | |||
2016-08-03 | Please, don't use for loop initial declarations because it forces us to use ↵ | vanfanel | |
higher C std | |||
2016-07-31 | Merge remote-tracking branch 'libretro/master' | alexis-puska | |
2016-07-30 | Merge pull request #54 from Kekun/fix/set-controller-port-device | Twinaphex | |
libretro: Split update_controller_port_device() | |||
2016-07-30 | libretro: Split update_controller_port_device() | Adrien Plazas | |
Split update_controller_port_device() into update_controller_port_variable() updating the controllers from the variables, update_controller_port_device() updating the controllers from retro_set_controller_port_device() and controller_port_variable() sharing getting the controller variable between the two. Avoid setting to PSE_PAD_TYPE_NONE controllers whose variable is set to 'default' when updating them. | |||
2016-07-30 | Merge pull request #53 from Kekun/fix/set-controller-port-device | Twinaphex | |
Fix/set controller port device | |||
2016-07-30 | libretro: Check 'environ_cb' in controller setters | Adrien Plazas | |
Check that 'environ_cb' is valid before using it in update_multitap() and update_controller_port_device() as they may be called from retro_set_controller_port_device() before 'environ_cb' is set. | |||
2016-07-30 | libretro: Fix key passing of update_controller_port_device() | Adrien Plazas | |
Change the way the key of the controler type variables is passed to one which doesn't crash. | |||
2016-07-30 | Merge pull request #52 from Kekun/fix/set-controller-port-device | Twinaphex | |
Fix/set controller port device | |||
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 | |