diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-09 08:55:41 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-09 08:55:41 +0000 |
| commit | a2e6c179be60efa937f1f51a45c53919bb44083d (patch) | |
| tree | 12b572eebb64e367294c315d0c43b8426d3c0ea0 /macosx/PcsxrController.h | |
| parent | 59fabe735ceec97744859484ad4cd9c52f73d938 (diff) | |
| download | pcsxr-a2e6c179be60efa937f1f51a45c53919bb44083d.tar.gz | |
Some more work on PCSXR's logging on OS X.
More fiddling with the configuration window.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85935 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrController.h')
| -rwxr-xr-x | macosx/PcsxrController.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h index 8688cde6..8bf7b3c3 100755 --- a/macosx/PcsxrController.h +++ b/macosx/PcsxrController.h @@ -9,6 +9,7 @@ @class CheatController; void ShowHelpAndExit(FILE* output, int exitCode) __dead2; +void CloseEmuLog(); @interface PcsxrController : NSObject <NSApplicationDelegate> { @@ -16,8 +17,8 @@ void ShowHelpAndExit(FILE* output, int exitCode) __dead2; CheatController *cheatController; PluginList *pluginList; - IBOutlet NSWindow *preferenceWindow; - IBOutlet NSWindow *cheatWindow; + NSWindow *preferenceWindow; + NSWindow *cheatWindow; IBOutlet RecentItemsMenu *recentItems; struct _PSXflags { |
