summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFInput/macsrc
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-08 09:27:25 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-08 09:27:25 +0000
commit5f868fa161d5827e45a060a0b17b44a997625315 (patch)
tree1694ae3dfcb0189abdf098edbf6dae0bf2a18e4d /macosx/plugins/DFInput/macsrc
parentc7eb23ccf1813fb4ca47c309c40baff308151237 (diff)
downloadpcsxr-5f868fa161d5827e45a060a0b17b44a997625315.tar.gz
Rebranding.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFInput/macsrc')
-rw-r--r--macosx/plugins/DFInput/macsrc/ControllerList.h2
-rw-r--r--macosx/plugins/DFInput/macsrc/MappingCell.h2
-rw-r--r--macosx/plugins/DFInput/macsrc/PadController.h2
-rw-r--r--macosx/plugins/DFInput/macsrc/PadController.m4
-rw-r--r--macosx/plugins/DFInput/macsrc/PadView.h2
-rw-r--r--macosx/plugins/DFInput/macsrc/cfg.c4
6 files changed, 8 insertions, 8 deletions
diff --git a/macosx/plugins/DFInput/macsrc/ControllerList.h b/macosx/plugins/DFInput/macsrc/ControllerList.h
index 176d403b..af0d0407 100644
--- a/macosx/plugins/DFInput/macsrc/ControllerList.h
+++ b/macosx/plugins/DFInput/macsrc/ControllerList.h
@@ -19,7 +19,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses>.
*/
-#define ControllerList NetPcsxHIDInputPluginControllerList
+#define ControllerList NetPcsxrHIDInputPluginControllerList
#import <Foundation/Foundation.h>
#import <AppKit/NSTableView.h>
diff --git a/macosx/plugins/DFInput/macsrc/MappingCell.h b/macosx/plugins/DFInput/macsrc/MappingCell.h
index f803696a..311d0c46 100644
--- a/macosx/plugins/DFInput/macsrc/MappingCell.h
+++ b/macosx/plugins/DFInput/macsrc/MappingCell.h
@@ -19,7 +19,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses>.
*/
-#define MappingCell NetPcsxHIDInputPluginMappingCell
+#define MappingCell NetPcsxrHIDInputPluginMappingCell
#import <AppKit/AppKit.h>
diff --git a/macosx/plugins/DFInput/macsrc/PadController.h b/macosx/plugins/DFInput/macsrc/PadController.h
index 26a5a152..63a1b1d2 100644
--- a/macosx/plugins/DFInput/macsrc/PadController.h
+++ b/macosx/plugins/DFInput/macsrc/PadController.h
@@ -19,7 +19,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses>.
*/
-#define PadController NetPcsxHIDInputPluginPadController
+#define PadController NetPcsxrHIDInputPluginPadController
#import <Cocoa/Cocoa.h>
#import "PadView.h"
diff --git a/macosx/plugins/DFInput/macsrc/PadController.m b/macosx/plugins/DFInput/macsrc/PadController.m
index 06bce2eb..49edcf21 100644
--- a/macosx/plugins/DFInput/macsrc/PadController.m
+++ b/macosx/plugins/DFInput/macsrc/PadController.m
@@ -26,7 +26,7 @@
static NSWindow *padWindow;
static PadController *padController;
-#define APP_ID @"net.pcsx.DFInputPlugin"
+#define APP_ID @"net.pcsxr.DFInputPlugin"
void DoAbout() {
// Get parent application instance
@@ -63,7 +63,7 @@ long DoConfiguration() {
if (padWindow == nil) {
if (padController == nil) {
- padController = [[PadController alloc] initWithWindowNibName:@"NetPcsxHIDInputPluginMain"];
+ padController = [[PadController alloc] initWithWindowNibName:@"NetPcsxrHIDInputPluginMain"];
}
padWindow = [padController window];
}
diff --git a/macosx/plugins/DFInput/macsrc/PadView.h b/macosx/plugins/DFInput/macsrc/PadView.h
index f99686c9..1d8d4a09 100644
--- a/macosx/plugins/DFInput/macsrc/PadView.h
+++ b/macosx/plugins/DFInput/macsrc/PadView.h
@@ -19,7 +19,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses>.
*/
-#define PadView NetPcsxHIDInputPluginPadView
+#define PadView NetPcsxrHIDInputPluginPadView
#import <Cocoa/Cocoa.h>
#import "ControllerList.h"
diff --git a/macosx/plugins/DFInput/macsrc/cfg.c b/macosx/plugins/DFInput/macsrc/cfg.c
index 9465426c..dec4ff3f 100644
--- a/macosx/plugins/DFInput/macsrc/cfg.c
+++ b/macosx/plugins/DFInput/macsrc/cfg.c
@@ -118,7 +118,7 @@ void LoadPADConfig() {
SetDefaultConfig();
- sprintf(buf, "%s/Library/Preferences/net.pcsx.DFInput.plist", getenv("HOME"));
+ sprintf(buf, "%s/Library/Preferences/net.pcsxr.DFInput.plist", getenv("HOME"));
fp = fopen(buf, "r");
if (fp == NULL) {
@@ -272,7 +272,7 @@ void SavePADConfig() {
int i;
char buf[256];
- sprintf(buf, "%s/Library/Preferences/net.pcsx.DFInput.plist", getenv("HOME"));
+ sprintf(buf, "%s/Library/Preferences/net.pcsxr.DFInput.plist", getenv("HOME"));
fp = fopen(buf, "w");
if (fp == NULL) {