summaryrefslogtreecommitdiff
path: root/macosx/Source/EmuThread.h
Commit message (Collapse)AuthorAgeFilesLines
* OS X: make all ivars either be in the implementation block, or converted to ↵SND\MaddTheSane_cp2014-11-101-3/+1
| | | | | | Objective C 2.0 properties. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92227 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Move away from ivars in headers, beginning with the main app.SND\MaddTheSane_cp2014-11-101-1/+0
| | | | | | Also have NSString properties be declared with copy, as recommended by Apple. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92226 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: fix an oversight with the paused state in EmuThread.SND\MaddTheSane_cp2014-11-091-0/+7
| | | | | | This could have caused bugs later down the line. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92220 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Move source files to their own folder.SND\MaddTheSane_cp2014-07-201-0/+40
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90999 e17a0e51-4ae3-4d35-97c3-1a29b211df97