summaryrefslogtreecommitdiff
path: root/macosx/LaunchArg.m
Commit message (Collapse)AuthorAgeFilesLines
* Messing with the order of arguments of the LaunchArg class in OS X.SND\MaddTheSane_cp2013-08-221-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86847 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix a bug in OS X 32-bit code.SND\MaddTheSane_cp2013-07-091-1/+1
| | | | | | | Get rid of an unused ivar, as pointed out by Clang. Adding a comment about a false positive in Clang's static analyzer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85933 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Have the arguments passed to the OS X app be done in a specific order, so ↵SND\MaddTheSane_cp2013-07-081-0/+66
i.e. you don't try to load a memory card after the emulator has started, or loading a freeze state before the emulator has started. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85919 e17a0e51-4ae3-4d35-97c3-1a29b211df97