From f687f10eb92f04ea47055fb1faf5cab86269051f Mon Sep 17 00:00:00 2001 From: Thomas Broust Date: Sat, 6 Mar 2021 01:38:51 +0100 Subject: [PATCH] Better help --- src/js/bootstrap.bundle.js | 1 + src/pages/help/customcsv.html | 4 +-- src/pages/help/datfiles.html | 15 +++++++----- src/pages/help/emulators.html | 42 ++++++++++++++++++++------------ src/pages/help/index.html | 2 ++ src/pages/help/install.html | 9 +++---- src/pages/help/knownsystems.html | 14 +++++------ src/pages/help/romsets.html | 10 ++++++-- src/pages/help/tips.html | 29 ++++++++++++++++++++++ src/pages/help/what.html | 6 ++--- 10 files changed, 91 insertions(+), 41 deletions(-) create mode 100644 src/pages/help/tips.html diff --git a/src/js/bootstrap.bundle.js b/src/js/bootstrap.bundle.js index d5c1983..3138655 100644 --- a/src/js/bootstrap.bundle.js +++ b/src/js/bootstrap.bundle.js @@ -1,3 +1,4 @@ +/* eslint-disable */ /*! * Bootstrap v4.6.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) diff --git a/src/pages/help/customcsv.html b/src/pages/help/customcsv.html index ab933e3..b36c52e 100644 --- a/src/pages/help/customcsv.html +++ b/src/pages/help/customcsv.html @@ -16,7 +16,7 @@

How to create a custom CSV?

That's it. All other columns are ignored, and are for your usage only, to filter using Excel or a similar tool. You can do whatever you want, as long as the file is a valid CSV (all - lines have the same columns number, etc). + lines have the same columns number, the column separator must be consistent, etc).

@@ -29,7 +29,7 @@

How to create a custom CSV?