From 5f868fa161d5827e45a060a0b17b44a997625315 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Wed, 8 Jun 2011 09:27:25 +0000 Subject: Rebranding. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFInput/macsrc/ControllerList.h | 2 +- macosx/plugins/DFInput/macsrc/MappingCell.h | 2 +- macosx/plugins/DFInput/macsrc/PadController.h | 2 +- macosx/plugins/DFInput/macsrc/PadController.m | 4 ++-- macosx/plugins/DFInput/macsrc/PadView.h | 2 +- macosx/plugins/DFInput/macsrc/cfg.c | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) (limited to 'macosx/plugins/DFInput/macsrc') 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 . */ -#define ControllerList NetPcsxHIDInputPluginControllerList +#define ControllerList NetPcsxrHIDInputPluginControllerList #import #import 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 . */ -#define MappingCell NetPcsxHIDInputPluginMappingCell +#define MappingCell NetPcsxrHIDInputPluginMappingCell #import 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 . */ -#define PadController NetPcsxHIDInputPluginPadController +#define PadController NetPcsxrHIDInputPluginPadController #import #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 . */ -#define PadView NetPcsxHIDInputPluginPadView +#define PadView NetPcsxrHIDInputPluginPadView #import #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) { -- cgit v1.2.3