index
:
xavi/pcsxr
master
sio
sio-tcp
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macosx
/
PcsxrController.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
OS X:
SND\MaddTheSane_cp
2013-08-24
1
-4
/
+4
*
Messing with the order of arguments of the LaunchArg class in OS X.
SND\MaddTheSane_cp
2013-08-22
1
-23
/
+23
*
Fix a problem if the memory cards couldn't be found. This fixes the plug-ins ...
SND\MaddTheSane_cp
2013-08-10
1
-5
/
+24
*
Some work on OS X's cheat interface.
SND\MaddTheSane_cp
2013-08-01
1
-1
/
+3
*
Minor changes on OS X code.
SND\MaddTheSane_cp
2013-07-24
1
-1
/
+1
*
Remvoing SysPrintfs that I missed from Cocoa code the last time I did this.
SND\MaddTheSane_cp
2013-07-11
1
-1
/
+1
*
Revert some SysPrintfs in OS X to NSLogs.
SND\MaddTheSane_cp
2013-07-11
1
-14
/
+3
*
minor code tweaks.
SND\MaddTheSane_cp
2013-07-10
1
-13
/
+24
*
Some more work on PCSXR's logging on OS X.
SND\MaddTheSane_cp
2013-07-09
1
-0
/
+5
*
Changing a lot of NSLogs to SysPrintf on OS X's PCSXR.
SND\MaddTheSane_cp
2013-07-09
1
-23
/
+27
*
Have the arguments passed to the OS X app be done in a specific order, so i.e...
SND\MaddTheSane_cp
2013-07-08
1
-41
/
+80
*
Clang apparently doesn't respond to -falign-loops or -finline-limit. Removing...
SND\MaddTheSane_cp
2013-07-08
1
-5
/
+5
*
Rewriting the memory card management on OS X. It's lacking copy capability ri...
SND\MaddTheSane_cp
2013-07-08
1
-3
/
+2
*
Moving the memory card manager to the preferences window.
SND\MaddTheSane_cp
2013-07-06
1
-5
/
+0
*
Minor OS X changes.
SND\MaddTheSane_cp
2013-07-06
1
-1
/
+1
*
Get rid of the seperate ARCBridge headers.
SND\MaddTheSane_cp
2013-07-05
1
-1
/
+1
*
Change some +stringWithCString and -initWithCString:encoding: to modern Objec...
SND\MaddTheSane_cp
2013-07-05
1
-1
/
+1
*
Making the SIO plug-ins work on OS X.
SND\MaddTheSane_cp
2013-07-05
1
-0
/
+1
*
get rid of extra, blank lines on OS X.
SND\MaddTheSane_cp
2013-07-04
1
-1
/
+0
*
Even more work on the memory card management.
SND\MaddTheSane_cp
2013-06-26
1
-5
/
+19
*
Handle getting passed "files" that are actually command line options. This ha...
SND\MaddTheSane_cp
2013-06-22
1
-0
/
+5
*
Minor spacing changes.
SND\MaddTheSane_cp
2013-06-22
1
-8
/
+29
*
Ignore files passed via the command line if we're parsing.
SND\MaddTheSane_cp
2013-06-22
1
-52
/
+108
*
Adding some rudimentary command line support for OS X
SND\MaddTheSane_cp
2013-06-22
1
-0
/
+157
*
Make OS X use LidInterrupt.
SND\MaddTheSane_cp
2013-06-20
1
-4
/
+5
*
Apply patch 13980, with fixes to get it working properly. This allows a cheat...
SND\MaddTheSane_cp
2013-03-03
1
-3
/
+23
*
Only run the url if the emulator is running if we are using an ISO.
SND\MaddTheSane_cp
2013-03-02
1
-2
/
+6
*
sio;
SND\edgbla_cp
2013-02-14
1
-1
/
+1
*
Make sPluginList in PluginList.m unsafe-unretained so we can properly free it...
SND\MaddTheSane_cp
2013-01-14
1
-7
/
+5
*
Disable the dynarec core on OS X i386. It will still run in 64-bit mode.
SND\MaddTheSane_cp
2013-01-10
1
-1
/
+8
*
Use strlcpy on OS X code.
SND\MaddTheSane_cp
2013-01-10
1
-24
/
+37
*
Use ARC in 64-bit mode on the Mac.
SND\MaddTheSane_cp
2013-01-09
1
-12
/
+21
*
Making PCSX-R for Mac handle the added disc image formats.
SND\MaddTheSane_cp
2013-01-08
1
-78
/
+3
*
Setting end-of-line metadata.
SND\MaddTheSane_cp
2012-12-24
1
-0
/
+0
*
Add a recent menu.
SND\MaddTheSane_cp
2012-12-20
1
-3
/
+9
*
Mac Patch 13437.
SND\MaddTheSane_cp
2012-12-15
1
-4
/
+21
*
Break out of the file handling loop when we reach a handle.
SND\MaddTheSane_cp
2012-10-31
1
-0
/
+2
*
Mainly spacing changes, and a few OCD things.
SND\MaddTheSane_cp
2012-10-10
1
-9
/
+14
*
Changing encoding of c strings returned for the linker on OS X to ASCII: I do...
SND\MaddTheSane_cp
2012-09-23
1
-15
/
+39
*
Quiet a warning in 64-bit code while not triggering a similar warning in 32-b...
SND\MaddTheSane_cp
2012-09-21
1
-2
/
+2
*
Make repetitive array creation only happen once on OS X.
SND\MaddTheSane_cp
2012-05-23
1
-1
/
+4
*
Basic widescreen support for Mac OS X.
SND\MaddTheSane_cp
2012-05-23
1
-4
/
+6
*
Check to see if the file exists before returning it in HandleBinCue.
SND\MaddTheSane_cp
2011-12-30
1
-0
/
+2
*
Try to figure out the .bin name from a cue sheet. If that fails, use the old ...
SND\MaddTheSane_cp
2011-12-30
1
-2
/
+33
*
Use proper init function for NSURL. This should fix the inability to run ISOs...
SND\MaddTheSane_cp
2011-12-20
1
-1
/
+1
*
Changed utisCanHandle to supportedUTIs.
SND\MaddTheSane_cp
2011-12-18
1
-16
/
+16
*
Multiple plug-in directories support for Mac OS X. It could be better: curren...
SND\MaddTheSane_cp
2011-12-17
1
-0
/
+4
*
Reduce code duplication in -[PcsxrController application:openFile:].
SND\MaddTheSane_cp
2011-12-17
1
-20
/
+14
*
Passing CFStrings to UTTypeEqual for constant strings.
SND\MaddTheSane_cp
2011-12-15
1
-9
/
+9
*
Fixed a memory leak in HandleBinCue.
SND\MaddTheSane_cp
2011-12-12
1
-2
/
+6
[next]