mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-25 22:41:16 +01:00
Changed branding in some old messages
This commit is contained in:
parent
12a4255f9f
commit
1c671e694f
@ -360,7 +360,7 @@ namespace DS4Windows
|
|||||||
if (showlog)
|
if (showlog)
|
||||||
LogDebug(Properties.Resources.Starting);
|
LogDebug(Properties.Resources.Starting);
|
||||||
|
|
||||||
LogDebug("Connection to ViGEm established");
|
LogDebug("Connection to ViGEmBus established");
|
||||||
|
|
||||||
DS4Devices.isExclusiveMode = getUseExclusiveMode();
|
DS4Devices.isExclusiveMode = getUseExclusiveMode();
|
||||||
uiContext = tempui as SynchronizationContext;
|
uiContext = tempui as SynchronizationContext;
|
||||||
@ -514,7 +514,7 @@ namespace DS4Windows
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
string logMessage = "Could not connect to ViGEm. Please check the status of the System device in Device Manager";
|
string logMessage = "Could not connect to ViGEmBus. Please check the status of the System device in Device Manager";
|
||||||
LogDebug(logMessage);
|
LogDebug(logMessage);
|
||||||
AppLogger.LogToTray(logMessage);
|
AppLogger.LogToTray(logMessage);
|
||||||
}
|
}
|
||||||
@ -533,7 +533,7 @@ namespace DS4Windows
|
|||||||
if (showlog)
|
if (showlog)
|
||||||
LogDebug(Properties.Resources.StoppingX360);
|
LogDebug(Properties.Resources.StoppingX360);
|
||||||
|
|
||||||
LogDebug("Closing connection to ViGEm");
|
LogDebug("Closing connection to ViGEmBus");
|
||||||
|
|
||||||
for (int i = 0, arlength = DS4Controllers.Length; i < arlength; i++)
|
for (int i = 0, arlength = DS4Controllers.Length; i < arlength; i++)
|
||||||
{
|
{
|
||||||
|
2
DS4Windows/Properties/Resources.Designer.cs
generated
2
DS4Windows/Properties/Resources.Designer.cs
generated
@ -1820,7 +1820,7 @@ namespace DS4Windows.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Step 1: Install the ScpVBus Driver.
|
/// Looks up a localized string similar to Step 1: Install the ViGEmBus Driver.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string Step1 {
|
public static string Step1 {
|
||||||
get {
|
get {
|
||||||
|
@ -674,7 +674,7 @@
|
|||||||
<value>Start</value>
|
<value>Start</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Step1" xml:space="preserve">
|
<data name="Step1" xml:space="preserve">
|
||||||
<value>Step 1: Install the ScpVBus Driver</value>
|
<value>Step 1: Install the ViGEmBus Driver</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="StopHText" xml:space="preserve">
|
<data name="StopHText" xml:space="preserve">
|
||||||
<value>Stop Heavy</value>
|
<value>Stop Heavy</value>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user