summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* little fix for copyright noticeSND\dario86_cp2014-02-231-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89194 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - bugfix: when controller is connected configuration dialog does not show up ↵SND\dario86_cp2014-02-222-12/+16
| | | | | | | | 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
* Optimized SaveStateGz: Core i5 2520M: from ~45ms to less than 5ms call avg. ↵SND\ckain_cp2014-02-163-31/+45
| | | | | | Now rewind feature should be usable even more lower end machines. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89136 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Merge branch 'missing_include_dir' of https://github.com/vilhelmgray/pcsxrSND\ckain_cp2014-02-161-0/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89135 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 15812 (Cyrez);SND\edgbla_cp2014-02-1527-4211/+5703
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89133 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CDRISO: support for common archive formats (7z, rar, zip, etc) via ↵SND\ckain_cp2014-02-043-33/+196
| | | | | | libarchive. Streams requested sectors on-fly and eventually buffers whole image in-memory. In some optimal cases reading compressed data without any noticable delays, but however usually with long decompression delays. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88838 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rewind: states are now made after n vblanks and platform independ way. Also ↵SND\ckain_cp2014-02-0410-25/+140
| | | | | | GTK GUI to configure values. By default this feature is disabled (0 vblanks and 0 states) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88837 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CDRISO: when finding .sub, check if .img has two dot suffix. image.img.ecm > ↵SND\ckain_cp2014-02-011-2/+9
| | | | | | image.img.sub > image.sub git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88766 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: wrong template for long integer on fprintf. Rewind count now saved ↵SND\ckain_cp2014-01-311-1/+1
| | | | | | properly. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88745 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
* misc.c fix;SND\edgbla_cp2014-01-271-9/+13
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88505 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixed Win32 build (shm).SND\ckain_cp2014-01-271-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88501 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Once again, changing the info.plist Strings file for OS X.SND\MaddTheSane_cp2014-01-271-2/+2
| | | | | | This should be the last time. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88477 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* configure.ac fix;SND\edgbla_cp2014-01-261-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88476 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Correct plurality on PCSX-R’s English info.plist Strings file.SND\MaddTheSane_cp2014-01-261-3/+3
| | | | | | TODO: Fix plurality on other localizations. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88473 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: more messing with the preferences window:SND\MaddTheSane_cp2014-01-255-51/+71
| | | | | | | Some constraint changes. Replace the fake arrows used in the memory card section with actual unicode arrows (only in the strings file right now). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88472 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: messing with constraints of the preferences window.SND\MaddTheSane_cp2014-01-251-30/+69
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88471 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Minor changes to the PcsxrPlugin class.SND\MaddTheSane_cp2014-01-252-12/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88470 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Add precompiled header.SND\MaddTheSane_cp2014-01-253-5/+44
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88469 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Localize the PlayStation Disc string on the info.plist value.SND\MaddTheSane_cp2014-01-259-29/+29
| | | | | | Uncomment some info.plist Strings values. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88468 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added rewind feature. Currently only supported via GTK and needs SHM. Rewind ↵SND\ckain_cp2014-01-2411-45/+205
| | | | | | 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-213-2/+2
| | | | 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
* OS X: remove blank localization folders.SND\MaddTheSane_cp2014-01-200-0/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88382 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-171-0/+13
| | | | | | Putting some Korean in PCSX-R’s InfoPlist.strings file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88370 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-178-1/+9
| | | | | | Putting some Korean in PCSX-R’s InfoPlist.strings file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88369 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-169-11/+9
| | | | | | Set proper development region on the info.plists git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88348 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-121-8/+12
| | | | | | Use createDirectoryAtURL:… instead of createDirectoryAtPath:… where appropriate. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88276 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-057-131/+136
| | | | | | Fiddling with XIB constraints. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88251 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-021-16/+15
| | | | | | Changing some stuff in the Xcode project. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88220 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-022-3/+7
| | | | | | A few more minor changes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88211 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fix some Pedantic warnings.SND\MaddTheSane_cp2014-01-026-6/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88210 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-024-4/+4
| | | | | | | Fix spelling mistake in the Localizable.strings files. I think it might have been misspelled in the code in the past, but has since been fixed. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88209 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-01-015-2/+5
| | | | | | Fixing a copy-paste error. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88208 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2013-12-304-3/+80
| | | | | | Check to see if a BIOS file has been passed to us, and ask if the user wants to move or copy the BIOS over. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88203 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Better checking if we are launched from the Finder if we are on Mavericks. ↵SND\MaddTheSane_cp2013-12-304-35/+84
| | | | | | Code adapted from the 1.2 fork of SDL. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88202 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Remove untranslated Korean files.SND\MaddTheSane_cp2013-12-2931-1821/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88197 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2013-12-291-3/+10
| | | | | | Minor code style change. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88196 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Wow, I feel like an idiot: I didn’t realize there was a setStringValue: in ↵SND\MaddTheSane_cp2013-12-175-16/+22
| | | | | | NSTextField. Using that instead of setting the title via the cell. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88137 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Initial work on OS X Korean localization.SND\MaddTheSane_cp2013-12-1731-0/+1822
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88131 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* build system fixes by Michał Górny.SND\edgbla_cp2013-12-1710-81/+85
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88128 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ECM code is licensed under GPLv3SND\weimingzhi_cp2013-12-161-287/+622
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88120 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-12-141-11/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88107 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* * Korean translation (99skull);SND\edgbla_cp2013-12-1411-904/+4731
| | | | | | | * po files was updated; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88106 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2013-12-0812-45/+63
| | | | | | | Localizing some strings in the Net Plug-In Changing three periods to ellipses on all localizations. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88069 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor changes to OS X’s info.plist files.SND\MaddTheSane_cp2013-12-089-11/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88068 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Messing with the OS X credits.SND\MaddTheSane_cp2013-12-0616-87/+119
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88065 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Getting rid of a duplicate localization function.SND\MaddTheSane_cp2013-12-046-6/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88054 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Adding Chinese localization from Sdchun.SND\MaddTheSane_cp2013-12-0427-20/+1867
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88047 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor wording change on English version.SND\MaddTheSane_cp2013-12-021-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88039 e17a0e51-4ae3-4d35-97c3-1a29b211df97