diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-10 00:07:42 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-10 00:07:42 +0000 |
| commit | 7979d29592d2b268d621c60eee73eaca351a9d00 (patch) | |
| tree | deda17d4a05f144d194c85196db8b87c25d238ef | |
| parent | 09b52df12a0dc938bdd9b4c2d36a1d13af88ca50 (diff) | |
| download | pcsxr-7979d29592d2b268d621c60eee73eaca351a9d00.tar.gz | |
Tab and spacing changes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85950 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rwxr-xr-x | macosx/main.m | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/macosx/main.m b/macosx/main.m index 614978cf..7fd2b56c 100755 --- a/macosx/main.m +++ b/macosx/main.m @@ -119,8 +119,8 @@ int SysInit() { } void SysReset() { - [EmuThread resetNow]; - //EmuReset(); + [EmuThread resetNow]; + //EmuReset(); } #ifdef EMU_LOG @@ -138,13 +138,13 @@ static NSDateFormatter* debugDateFormatter() #endif void SysPrintf(const char *fmt, ...) { - va_list list; - char *msg = calloc(sizeof(char), 512); - - va_start(list, fmt); + va_list list; + char *msg = calloc(sizeof(char), 512); + + va_start(list, fmt); vsnprintf(msg, 512, fmt, list); - va_end(list); - + va_end(list); + dispatch_block_t printfBlock = ^{ if (Config.PsxOut) printf ("%s", msg); @@ -246,18 +246,18 @@ void SysRunGui() { // Close mem and plugins void SysClose() { - EmuShutdown(); - //ReleasePlugins(); - + EmuShutdown(); + //ReleasePlugins(); + if (powerAssertion != kIOPMNullAssertionID) { IOPMAssertionRelease(powerAssertion); powerAssertion = kIOPMNullAssertionID; } - + //CloseEmuLog(); - sysInited = NO; - detachHotkeys(); + sysInited = NO; + detachHotkeys(); if (((PcsxrController *)[NSApp delegate]).endAtEmuClose) { [NSApp stop:nil]; |
