=== Retro Game Emulator ===
Contributors: grimmdude
Tags: nintendo, nes, emulator, game, retro
Requires at least: 3.5
Tested up to: 5.6
Stable tag: 1.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Retro Game Emulator adds a NES player on your site via a shortcode in any post or page.

== Description ==

Adds an NES player on your site via a shortcode [nes] in any post or page.  Note that no roms are included with this plugin.  You'll need to upload them yourself on the settings page for them to be available to play.

This plugin implements the jsnes library by bfirsch.  https://github.com/bfirsh/jsnes


== Installation ==

Installation

1. Upload the whole `nes-emulator` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the Plugins menu in WordPress.
1. Place the shortcode `[nes]` wherever you would like the player to show.

== Frequently Asked Questions ==

1. None yet!

== Screenshots ==

1. Screenshot of player.

== Changelog ==
= 1.3.1 =
* Fix JS error on non emulator pages.
* Add version to scripts.

= 1.3.0 =
* Update to latest jsnes version.
* Fixes sound.
* Other maintenance and updates.

= 1.2.0 =
* Begin adding support for translations.
* Add delete rom functionality.
* Clean up options page.

= 1.1.0 =
* Fix issue with jQuery dependency.

= 1.0.0 =
* Roll out

== Upgrade Notice ==
= 1.1.0 =
* Fix issue with jQuery dependency.