summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* DFInput: Implement SDL2 GameController support.SND\MaddTheSane_cp2014-04-084-55/+193
| | | | | | | | This change allows the user to use SDL2’s GameController API instead of the Joystick API. The Game Controller API maps the buttons similar to an Xbox 360 controller, so some tricky mapping needed to be done. Note that it currently only supports OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89828 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - bugfix: when controller is connected configuration dialog does not show up ↵SND\dario86_cp2014-02-221-8/+13
| | | | | | | | with SDL 2.0 on GNU/Linux (issue #11479). - legal: about dialog shows GPLv2 instead of GPLv3. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89187 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* peopsgl/xvideo: CPUToVRAM write: wrap to beginning of same scanline when ↵SND\ckain_cp2014-01-302-8/+22
| | | | | | going past GPU FB width. Fixes Alunda CLUT being destroyed. Hopefully breaks nothing. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88616 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added rewind feature. Currently only supported via GTK and needs SHM. Rewind ↵SND\ckain_cp2014-01-243-2/+13
| | | | | | save state depth is configured via RewindCount config param. Recommended value is 200 or so -> uses less than 1G of memory git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88433 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: memleak fix and no warn about incompatible parameter.SND\ckain_cp2014-01-211-1/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88392 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Xvideo: Use YUV mode from primary Xv adapter rather than RGB mode from ↵SND\ckain_cp2014-01-214-223/+278
| | | | | | non-primary adapter. Fixes Intel adapter black screen. Also Xv's sync on vblank is now cfg param and disabled by default. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88391 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* build system fixes by Michał Górny.SND\edgbla_cp2013-12-176-9/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88128 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* peopsgl/xvideo: fixed interlace/frame bit31 toggling. Now X-Men Academies ↵SND\ckain_cp2013-11-142-11/+52
| | | | | | are fine. Obsoletes use of odd/even hack. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87829 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix Toshinden Subaru with a hack for now. Seems that xa.c needs some further ↵SND\ckain_cp2013-10-021-5/+20
| | | | | | debugging. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87349 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-09-051-3/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87087 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfcdrom: type fix;SND\edgbla_cp2013-08-311-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87044 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SDL2/SDL1.2 (Linux);SND\edgbla_cp2013-08-295-21/+21
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87020 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use __private_extern__ on OS X's localization functions.SND\MaddTheSane_cp2013-08-267-14/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86932 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CdromId fix;SND\edgbla_cp2013-08-251-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86908 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Some better checking for disabling haptic feedback on the dfinput plug-in.SND\MaddTheSane_cp2013-08-221-1/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86850 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix compiling issue.SND\MaddTheSane_cp2013-08-212-34/+36
| | | | | | A few indentation changes in the Mac section of the XGL plug-in. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86809 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* make silence.SND\edgbla_cp2013-08-191-5/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86749 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK/dfinput: added "prevent screensaver" feature. Makes ugly call to ↵SND\ckain_cp2013-07-266-6/+61
| | | | | | xdg-screensaver script which seems to be only sopisticated way of handling multiple screensaver backends. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86254 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: added "hide mouse cursor" feature. Enable/disable via dfinput config ↵SND\ckain_cp2013-07-254-14/+33
| | | | | | dialog's option tab. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86239 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix some integer values being too small (according to Xcode) on 64-bit hardware.SND\MaddTheSane_cp2013-07-092-11/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85930 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix the CALLBACK placement in the sio1 plug-in: I messed it up when I copied ↵SND\MaddTheSane_cp2013-07-092-4/+4
| | | | | | over the localization preprocessors for OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85925 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Get rid of a warning about integer truncationSND\MaddTheSane_cp2013-07-081-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85918 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Change some +stringWithCString and -initWithCString:encoding: to modern ↵SND\MaddTheSane_cp2013-07-051-1/+1
| | | | | | | | | | Objective-C syntax. Change the encoding of a couple of info.plists to UTF-8, otherwise Xcode was complaining. Removing some extra line breaks on OS X code. Other minor changes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85867 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Moving some code around.SND\MaddTheSane_cp2013-07-052-7/+40
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85829 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* DoConfiguration() for DFSound on OS X returns an int, and the function it ↵SND\MaddTheSane_cp2013-07-041-1/+1
| | | | | | calls also returns an int. Let's combile the two. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85815 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Even more work on the memory card management.SND\MaddTheSane_cp2013-06-261-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85558 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* PSXCPU_LOG for dynarec64 (dumped only compile). Dump log only if PSXCPU_LOG ↵SND\ckain_cp2013-06-071-2/+2
| | | | | | defined and Config.PsxOut option is used. Minor code polishments. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85183 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 14419 (0KgaSChgRDOPtzXyC);SND\edgbla_cp2013-05-043-1/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84398 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Ignore case XK_section on OS X for now.SND\MaddTheSane_cp2013-04-192-1/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84144 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: dfinput added emulator key (hotkey) mapping to keyboard or controller. ↵SND\ckain_cp2013-04-168-179/+610
| | | | | | Existing hotkeys are hard coded like F1 for savestate, but now it can have an alias hotkey on keyboard s button for example. These can be configured from dfinput dialog. Also added support for fastforward key (tilde / section key). Currently only dfxvideo supports it by full extent. Hopefully someone can merge these changes to Windows build. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84102 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 14257 (BlackLotus);SND\edgbla_cp2013-04-051-2/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83958 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-03-193-43/+81
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83652 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 14090 (KrossX2);SND\edgbla_cp2013-03-193-7/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83651 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Make OS X's localization implementation functions match the signature of ↵SND\MaddTheSane_cp2013-03-035-9/+9
| | | | | | gettext. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83305 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-03-021-2/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83296 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* link cable plugin for Windows;SND\edgbla_cp2013-02-242-2/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83125 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-2312-875/+920
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83100 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfcdrom CDRreadCDDA fix;SND\edgbla_cp2013-02-221-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83096 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Link cable emulation for Linux.SND\edgbla_cp2013-02-2211-0/+1624
| | | | | | | | | | pcsxr must be configured with --enable-sio1 option. Emulation accuracy is quite low, but all games work well. Around fifty games was tested. Port to Windows will be some later. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83091 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-228-970/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83090 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ...SND\edgbla_cp2013-02-144-15/+81
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82904 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ...SND\edgbla_cp2013-02-141-24/+108
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82903 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* sio1;SND\edgbla_cp2013-02-141-13/+37
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82900 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 13831, Castlevania Chronicles fix (ckain);SND\edgbla_cp2013-02-122-6/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82818 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 13787 (ckain);SND\edgbla_cp2013-02-041-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82713 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* linux cdrom device name (sr0, sr1, etc);SND\edgbla_cp2013-01-131-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82242 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Finally finish applying patch 13469.SND\MaddTheSane_cp2013-01-111-1/+15
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82197 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* setting eol metadata.SND\MaddTheSane_cp2013-01-1110-0/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82196 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* spu: don't play in decode buffersSND\notaz_cp2013-01-091-1/+4
| | | | | | | no idea if this is right, but right now Tomb Raider 2, Wip3out plays adpcm there, and nobody wants that. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82140 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* spu: don't subtract cycles on bIRQReturnSND\notaz_cp2013-01-091-3/+3
| | | | | | | this was causing underflows, because no samples were generated, but cycles were used up, breaking FMVs (Chrono Cross intro FMV). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82138 e17a0e51-4ae3-4d35-97c3-1a29b211df97