diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-30 00:18:10 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-30 00:18:10 +0000 |
| commit | ebafaceb5b5d75b102474ab49e7489fd68cb71d7 (patch) | |
| tree | 6727f807d018732a7bac8c63f471a1bebc5dfe5a /macosx/plugins/DFNet/macsrc | |
| parent | 460faedba401d0f1a754e8d3b9d4fd1c853d9413 (diff) | |
Preference changes in OS X plug-ins.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87024 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFNet/macsrc')
| -rwxr-xr-x | macosx/plugins/DFNet/macsrc/PluginConfigController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFNet/macsrc/PluginConfigController.m b/macosx/plugins/DFNet/macsrc/PluginConfigController.m index 155adf7e..ad186d6d 100755 --- a/macosx/plugins/DFNet/macsrc/PluginConfigController.m +++ b/macosx/plugins/DFNet/macsrc/PluginConfigController.m @@ -101,7 +101,7 @@ void ReadConfig() [defaults registerDefaults:[NSDictionary dictionaryWithObjectsAndKeys: [NSDictionary dictionaryWithObjectsAndKeys: @"127.0.0.1", kIPADDRKEY, - @((unsigned short)33306), kIPPORT, + @33306, kIPPORT, @1, kPLAYERNUM, nil], PrefsKey, nil]]; |
