From a832acdac28b1bdf801e66052401349a514211e1 Mon Sep 17 00:00:00 2001
From: Ramaerel <72925865+Ramaerel@users.noreply.github.com>
Date: Tue, 26 Jul 2022 13:54:26 +1000
Subject: [PATCH] Update README.md
---
README.md | 43 ++++++-------------------------------------
1 file changed, 6 insertions(+), 37 deletions(-)
diff --git a/README.md b/README.md
index f7c7152..ac6ce08 100644
--- a/README.md
+++ b/README.md
@@ -24,43 +24,12 @@ it the according system .bin
## Installation
-Please use the following template and add
-the code underneath the last `break` , like
-it is done in [`Library.php`]
+This is a drag and drop extension, with the
+exception that it requires something to host
+PHP files like XAMPP. Put your roms in the
+/roms/ folder and bios in the /bios/ folder,
+following the naming scheme shown here.
-
-
-### Template
-
-```php
-case "file_MD5":
-
-$data["Name"] = Game_Name;
-
-$data["Console"] = Game_Console; // According to the EmulatorJS system abbreviations
-
-$data["Region"] = Game_Region;
-
-break;
-```
-
-
-
-### Example
-
-```php
-case "3d45c1ee9abd5738df46d2bdda8b57dc":
-
-$data["Name"] = "Pokemon Red";
-
-$data["Console"] = "gb";
-
-$data["Region"] = "USA";
-
-break;
-```
-
-
### Extensions
The following extensions are used in
@@ -70,7 +39,7 @@ PlayStation - .psx.*
## Contributions
-Additions to the library on here are very welcome!
+Any (positive) additions or changes are welcome and encouraged.