summaryrefslogtreecommitdiff
path: root/plugins/dfxvideo
Commit message (Collapse)AuthorAgeFilesLines
* * Fix file and folder permissionsStelios Tsampas2018-03-1925-0/+0
|
* * CMake messagesStelios Tsampas2018-03-191-1/+1
|
* * Remove autotools build system.Stelios Tsampas2018-01-121-60/+0
|
* * Add gnu99 compiler directive, make build compatible with earlier automake ↵Stelios Tsampas2018-01-111-2/+6
| | | | versions
* * Fix CMake to include PGXP sources. Import updated translations.Stelios Tsampas2017-07-311-1/+1
| | | | | | Includes some small fixes on CMake, such as prettier status messages, host and target arch detection (taken from PCSX2), and various other small errors.
* * Import CMake build system from codeplexStelios Tsampas2017-07-311-0/+69
|
* * Sync with codeplex branch (libpcsxcore, linux gui)Stelios Tsampas2017-07-312-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit reflects mostly changes that happened in upstream since the last sync. Commit messages in upstream are lacking information. Most important changes are commented below, the rest of them are either formating or just trivial stuff. Memory viewer, invalidate dynarec gui/DebugMemory.c libpcsxcore/cdrom.c libpcsxcore/gpu.c libpcsxcore/misc.c libpcsxcore/psxdma.c Load binary files and psx executables libpcsxcore/misc.c libpcsxcore/misc.h libpcsxcore/plugin.c libpcsxcore/plugin.h Support for psxida libpcsxcore/debug.c libpcsxcore/r3000a.c plugins/bladesio1/connection.c disable loading save states with digits gui/Plugin.c Fix psxDIV in interpreter libpcsxcore/psxinterpreter.c
* * Add configuration UI for PGXP.Stelios Tsampas2017-07-171-0/+3
| | | | * Clean generated files with `make clean`
* * Bring pluing Linux(gtk) interfaces up to date.Stelios Tsampas2017-07-173-168/+141
|
* Bring up to date with PCSX-R master (97809)iCatButler2016-03-303-63/+92
|
* OS X: Minor changesSND\MaddTheSane_cp2014-05-221-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* peopsgl/xvideo: CPUToVRAM write: wrap to beginning of same scanline when ↵SND\ckain_cp2014-01-301-4/+11
| | | | | | 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
* 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-171-1/+1
| | | | 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-141-5/+25
| | | | | | are fine. Obsoletes use of odd/even hack. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87829 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use __private_extern__ on OS X's localization functions.SND\MaddTheSane_cp2013-08-261-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86932 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
* Ignore case XK_section on OS X for now.SND\MaddTheSane_cp2013-04-191-0/+2
| | | | 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-161-4/+8
| | | | | | 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
* Make OS X's localization implementation functions match the signature of ↵SND\MaddTheSane_cp2013-03-031-1/+1
| | | | | | gettext. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83305 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-232-196/+196
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83100 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-221-1/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83090 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
* 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
* gtk3 (thanks to Rafał Mużyło);SND\edgbla_cp2012-11-203-67/+119
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81326 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Unix style EOL (thanks to darktjm);SND\edgbla_cp2012-11-1827-16503/+16503
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Do not leave zombie process when running configure utilities.SND\weimingzhi_cp2012-10-231-6/+21
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80664 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* pcsxr-fix-implicit-int-to-pointer-warning.patch (gber);SND\edgbla_cp2012-10-151-11/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80437 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quieting a warning in OS X localization implementation.SND\MaddTheSane_cp2012-09-231-1/+1
| | | | | | | Fixing a few bugs on the OS X Software Shader support, and adding a quality selector. Changing the hacks type used in the Mac preference selector from unsigned long to unsigned int. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79982 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* We don't want to reference X11 on the Mac side.SND\MaddTheSane_cp2012-09-171-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79893 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updated Free Software Foundation address in two more files (Jem256).SND\dario86_cp2012-02-192-2/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75200 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Adding a kludge around defines to get each plug-in to have a unique ↵SND\MaddTheSane_cp2011-11-181-3/+7
| | | | | | localization function on Mac OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72452 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 10831 from Durandal_1707:SND\MaddTheSane_cp2011-11-171-1/+1
| | | | | | This should bring the number of warnings when compiling the Mac version with Clang and the -Wall option down to zero. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72386 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* First steps for localization support for Mac OS X/Cocoa, including:SND\MaddTheSane_cp2011-11-171-0/+18
| | | | | | | | | | Localizable.strings files for each plug-in. Try to get localizable string from a c string (see Pcsxr_locale_text in main.m). Each Mac plug-in now has a Principal class declaration in their Info.plist Also updated the memory card extensions git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72361 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixing inlines to be either static inline or extern inline as the case may be.SND\MaddTheSane_cp2011-11-123-6/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72221 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 10804, 10805 (MaddTheSane).SND\edgbla_cp2011-11-122-5/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72189 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 10767 (Durandal_1707).SND\edgbla_cp2011-11-094-63/+63
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72138 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* WM_CLASS.WM_NAME (tschak909).SND\edgbla_cp2011-07-261-3/+21
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@69222 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67641 ↵SND\edgbla_cp2011-06-083-220/+263
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rebranding.SND\edgbla_cp2011-06-084-11/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66596 ↵SND\edgbla_cp2011-05-051-10/+8
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Temporarily reverted r64524 until I (or someone else) find the time to sort ↵SND\weimingzhi_cp2011-03-1311-16381/+16383
| | | | | | 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-1211-365/+363
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -(YarTour)replaced deprecated GTK_SIGNAL_FUNC() with G_CALLBACK(). (Patch ↵SND\weimingzhi_cp2011-02-121-7/+7
| | | | | | #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-111/+110
| | | | | | - padssspsx: imported. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61950 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61817 ↵SND\edgbla_cp2011-01-063-44/+73
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfsound (unix): Added mute option and freqresponse to the config utility.SND\weimingzhi_cp2010-12-291-5/+2
| | | | | | | | | | | - gxvideo: Fixed FTBFS. - Fixed Run BIOS (Issue #7806). - Updated gettext scripts. - Credit where it's due. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61576 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* * Removed unnecessary files.SND\weimingzhi_cp2010-12-274-745/+11
| | | | | | | | | | | * 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-66/+129
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60001 e17a0e51-4ae3-4d35-97c3-1a29b211df97