code cleanup; build x86 per default
This commit is contained in:
parent
0239ffbb27
commit
71021ee767
14 changed files with 110 additions and 91 deletions
|
@ -1,8 +1,7 @@
|
|||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using MvvmCross.Exceptions;
|
||||
using MvvmCross.Navigation;
|
||||
using MvvmCross.ViewModels;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace GoldbergGUI.Core.Utils
|
||||
{
|
||||
|
|
|
@ -7,15 +7,15 @@ namespace GoldbergGUI.Core.Utils
|
|||
|
||||
public class GlobalHelp
|
||||
{
|
||||
public static string Header =>
|
||||
public static string Header =>
|
||||
"Information\n";
|
||||
|
||||
public static string TextPreLink =>
|
||||
public static string TextPreLink =>
|
||||
"Usually these settings are saved under";
|
||||
|
||||
public static string Link => "%APPDATA%\\Goldberg SteamEmu Saves\\settings";
|
||||
|
||||
public static string TextPostLink =>
|
||||
public static string TextPostLink =>
|
||||
", which makes these " +
|
||||
"available for every game that uses the Goldberg Emulator. However, if you want to set specific settings " +
|
||||
"for certain games (e.g. different language), you can remove the \"Global\" checkmark next to the option " +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue