Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/drhelius/Gearsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jun 30, 2019
2 parents 11ea594 + 6b3509e commit 361ad98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Downloads
---------
- **iOS**: Build Gearsystem with Xcode and transfer it to your device. You can open rom files from other apps like Safari or Dropbox, or use [iTunes file sharing](http://support.apple.com/kb/ht4094).
- **Mac OS X**: <code>brew install gearsystem</code>
- **Windows**: [Gearsystem-2.5.1-Windows.zip](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-2.5.1/Gearsystem-2.5.0-Windows.zip) (NOTE: You may need to install the [Microsoft Visual C++ Redistributable](https://go.microsoft.com/fwlink/?LinkId=746572))
- **Linux**: [Gearsystem-2.5.1-Linux.tar.xz](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-2.5.1/Gearsystem-2.5.0-Linux.tar.xz)
- **Windows**: [Gearsystem-2.6.0-Windows.zip](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-2.6.0/Gearsystem-2.6.0-Windows.zip) (NOTE: You may need to install the [Microsoft Visual C++ Redistributable](https://go.microsoft.com/fwlink/?LinkId=746572))
- **Linux**: [Gearsystem-2.6.0-Linux.tar.xz](hhttps://github.com/drhelius/Gearsystem/releases/download/gearsystem-2.6.0/Gearsystem-2.6.0-Linux.tar.xz)
- **RetroArch**: [Libretro core documentation](https://docs.libretro.com/library/gearsystem/).
- **Raspberry Pi**: Build Gearsystem from sources. Optimized projects are provided for Raspberry Pi 1, 2, 3 and 4.

Expand Down
2 changes: 1 addition & 1 deletion platforms/libretro/gearsystem_libretro.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
display_name = "Sega - MS/GG/SG-1000 (Gearsystem)"
authors = "Ignacio Sanchez"
supported_extensions = "sms|gg|sg|bin|rom"
supported_extensions = "sms|gg|sg|mv|bin|rom"
corename = "Gearsystem"
manufacturer = "Sega"
categories = "Emulator"
Expand Down
2 changes: 1 addition & 1 deletion platforms/libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void retro_get_system_info(struct retro_system_info *info)
info->library_name = "Gearsystem";
info->library_version = GEARSYSTEM_VERSION;
info->need_fullpath = false;
info->valid_extensions = "sms|gg|sg|bin|rom";
info->valid_extensions = "sms|gg|sg|mv|bin|rom";
}

static retro_video_refresh_t video_cb;
Expand Down

0 comments on commit 361ad98

Please sign in to comment.