summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Minor constraint changes on OS X xibs.SND\MaddTheSane_cp2013-12-023-42/+59
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88038 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Have the number in the memory card view be formatted using the ↵SND\MaddTheSane_cp2013-12-021-15/+23
| | | | | | NSNumberFormatter. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88036 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Some code changes.SND\MaddTheSane_cp2013-12-027-37/+29
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88035 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Removing old, outdated comments.SND\MaddTheSane_cp2013-12-023-6/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88034 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Replace three periods with ellipses on OS X localization files.SND\MaddTheSane_cp2013-12-026-11/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88033 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor info.plist change.SND\MaddTheSane_cp2013-11-291-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88012 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental: more in-place hack to fix PE2 startup issue and would obsolete ↵SND\ckain_cp2013-11-281-18/+39
| | | | | | explicit RCntFix hack. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88008 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: improved cheat file automatic loading / name generation.SND\ckain_cp2013-11-283-17/+27
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88007 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* VSyncWA.SND\edgbla_cp2013-11-281-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88006 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: made reset button to do something useful, not just cold boot to BIOS.SND\ckain_cp2013-11-281-4/+21
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88005 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added option to not have memory card plugged. Chronicles of the Sword ↵SND\ckain_cp2013-11-285-8/+32
| | | | | | password screen can now be accessed. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88004 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added MCD directory read bit to SIO which is used to detect memory card plug ↵SND\ckain_cp2013-11-281-8/+19
| | | | | | events. Games that use directory caching do not show old contents if card is changed during run like FM3. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88003 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Even MORE OS X localization work.SND\MaddTheSane_cp2013-11-2721-43/+1634
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87985 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Some more OS X refinement.SND\MaddTheSane_cp2013-11-274-20/+24
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87984 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor changes.SND\MaddTheSane_cp2013-11-271-18/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87983 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Moving things around.SND\MaddTheSane_cp2013-11-276-9/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87981 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* More localization stuff for OS X.SND\MaddTheSane_cp2013-11-277-96/+97
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87980 e17a0e51-4ae3-4d35-97c3-1a29b211df97