summaryrefslogtreecommitdiff
path: root/plugins/dfinput
Commit message (Collapse)AuthorAgeFilesLines
...
* dfinput, mouse (experimental).SND\edgbla_cp2011-05-096-29/+167
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66705 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 9013 (Edomato).SND\edgbla_cp2011-04-173-4/+279
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@65925 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Temporarily reverted r64524 until I (or someone else) find the time to sort ↵SND\weimingzhi_cp2011-03-133-1352/+1378
| | | | | | out the stuff. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64536 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Commited patch in issue #8171 (by darktjm).SND\dario86_cp2011-03-123-53/+27
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixed reopened issue #8061 (by darktjm).SND\dario86_cp2011-03-101-8/+28
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64391 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixed issue #8061 (by darktjm).SND\dario86_cp2011-03-105-5/+39
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64383 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -(YarTour)replaced deprecated GTK_SIGNAL_FUNC() with G_CALLBACK(). (Patch ↵SND\weimingzhi_cp2011-02-121-11/+11
| | | | | | #8258). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63288 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfinput: visual vibration.SND\weimingzhi_cp2011-01-102-6/+66
| | | | | | - padssspsx: imported. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61950 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfnet, dfinput: migrated to gtkbuilder.SND\weimingzhi_cp2011-01-063-157/+178
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61799 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* * Removed unnecessary files.SND\weimingzhi_cp2010-12-272-670/+5
| | | | | | | | | | | * Clean up build system (Issue #7815, VoidMage). * properly init some variables on reset (Patch #7887, notaz). * dfxvideo: several fixes to FPS bar (Patch #7879, dario86). * Region autodetection for 3 PAL demos (Patch #7879, dario86). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61512 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* readded powerpc dynarec.SND\weimingzhi_cp2010-11-231-64/+127
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60001 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfinput: only accept axis input when the current axis position is off enough ↵SND\weimingzhi_cp2010-08-011-6/+26
| | | | | | from previous or initial position in config dialog box. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55344 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfinput (macosx): upgraded to SDL 1.3 Beta.SND\weimingzhi_cp2010-07-311-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55318 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ported dfinput to osx as well (prelimiary, no config dialog yet). will ↵SND\weimingzhi_cp2010-07-252-0/+13
| | | | | | eventually replace HIDInput. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55128 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* use pkg-config for libcdio detectionSND\weimingzhi_cp2010-07-121-127/+66
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54479 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54448 ↵SND\weimingzhi_cp2010-07-101-64/+127
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* I was really stupid... just use libcdio and everything's fine, no need to ↵SND\weimingzhi_cp2010-07-101-127/+64
| | | | | | deal with different OSes at all. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54442 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfinput: renamed LoadConfig()/SaveConfig() to avoid problems with Solaris.SND\weimingzhi_cp2010-07-094-7/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54400 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54388 ↵SND\weimingzhi_cp2010-07-091-64/+127
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54383 ↵SND\weimingzhi_cp2010-07-091-127/+64
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* added bladesio1 into build scriptSND\weimingzhi_cp2010-07-081-64/+127
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54326 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfcdrom: refactored for better portability.SND\weimingzhi_cp2010-07-081-127/+64
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54325 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix FTBFS on freebsdSND\weimingzhi_cp2010-07-071-64/+127
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54264 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* changed cdrom timing value so that it behaves the same as older revisions.SND\weimingzhi_cp2010-06-031-127/+64
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50743 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* fix FTBFS on Fedora 13SND\weimingzhi_cp2010-06-022-66/+129
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50541 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixed xcode project. Mac OS X port should compile again.SND\weimingzhi_cp2010-05-281-127/+64
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49461 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* readded oss/pulseaudio/alsa/null sound backends, added --enable-sound ↵SND\weimingzhi_cp2010-05-211-0/+4
| | | | | | configure flag to specify the backend to be used. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48419 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48367 ↵SND\weimingzhi_cp2010-05-202-4/+4
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use SDL for sound plugin, reverted the change to BIAS in r48024. (and I'm ↵SND\weimingzhi_cp2010-05-191-4/+0
| | | | | | too lazy to hunt down the bug with x64 dynarec :( feel free to revert this revert if not preferred :P) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48308 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* added netplay pluginSND\weimingzhi_cp2010-05-131-10/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47937 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* preparing for refactor/cleanup, moved all definations into .c files, other ↵SND\weimingzhi_cp2010-05-071-64/+127
| | | | | | minor cleanups. (Breaks Mac OS X and maybe windows as well for now, will fix later.) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47542 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41816 ↵SND\weimingzhi_cp2010-02-231-5/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41219 ↵SND\weimingzhi_cp2010-02-071-0/+3
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@39695 ↵SND\weimingzhi_cp2009-12-282-28/+3
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38792 ↵SND\weimingzhi_cp2009-12-047-130/+335
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38684 ↵SND\weimingzhi_cp2009-12-021-0/+18
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38674 ↵SND\weimingzhi_cp2009-12-021-7/+3
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38673 ↵SND\weimingzhi_cp2009-12-021-71/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38378 ↵SND\weimingzhi_cp2009-11-281-0/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38278 ↵SND\weimingzhi_cp2009-11-262-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34278 ↵SND\weimingzhi_cp2009-10-311-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34067 ↵SND\weimingzhi_cp2009-10-302-4/+4
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34009 ↵SND\weimingzhi_cp2009-10-301-11/+11
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@33750 ↵SND\weimingzhi_cp2009-10-292-4/+29
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@33235 ↵SND\weimingzhi_cp2009-10-271-11/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@33050 ↵SND\weimingzhi_cp2009-10-261-8/+8
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@32894 ↵SND\weimingzhi_cp2009-10-251-0/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@32892 ↵SND\weimingzhi_cp2009-10-257-8/+8
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@32889 ↵SND\weimingzhi_cp2009-10-2511-2434/+2192
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@31119 ↵SND\weimingzhi_cp2009-10-051-0/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97