diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-11 09:22:11 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-11 09:22:11 +0000 |
| commit | 115f535248b36a4a08bbb570e6fc971d3c40e654 (patch) | |
| tree | 40ec39212d9ba18581b5bd99971807bb660f4491 /macosx/PluginController.m | |
| parent | 1ca5686e1587d754f8f97c369b717679c95876a1 (diff) | |
| download | pcsxr-115f535248b36a4a08bbb570e6fc971d3c40e654.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23682 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PluginController.m')
| -rw-r--r-- | macosx/PluginController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PluginController.m b/macosx/PluginController.m index 958cad3a..a77f8850 100644 --- a/macosx/PluginController.m +++ b/macosx/PluginController.m @@ -12,7 +12,7 @@ - (IBAction)doConfigure:(id)sender { PcsxPlugin *plugin = [plugins objectAtIndex:[pluginMenu indexOfSelectedItem]]; - + [plugin configureAs:pluginType]; } |
