Skip to content

Commit

Permalink
1.5.4: Support for whitelisting favourites list.
Browse files Browse the repository at this point in the history
  • Loading branch information
M1kerochip committed Jul 5, 2020
1 parent 7e064b0 commit 0d1db5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.5.3.0")>
<Assembly: AssemblyFileVersion("1.5.3.0")>
<Assembly: AssemblyVersion("1.5.4.0")>
<Assembly: AssemblyFileVersion("1.5.4.0")>
8 changes: 8 additions & 0 deletions frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ Public Class frmMain
With ToolTip1
.SetToolTip(btnCreateGameList, "Click to start the process, and create a gamelist.xml in the same directory as the mame input .xml")
.SetToolTip(btnCreateMameXML, "Set the mame exe path and XML filename below. Click to create a mame -listxml .xml")
.SetToolTip(btnMameEXEPath, "Use Windows dialog to pick mame exe path.")
.SetToolTip(txtMameEXEPath, "Path to the mame exe you want to create details for.")
.SetToolTip(txtMameXMLPath, "Path to the XML file you wish to use or create. File name must exist for gamelist.xml creation.")
.SetToolTip(txtImages, "Path to the images you've downloaded for Mame. If you have a previous set of scraped and downloaded images, you can use the append box below to append -image to the filename")
.SetToolTip(chkVersionXML, "Use the below .xml file for reading MAME details. (Required at the moment)")
.SetToolTip(chkImagePrepend, "Prepend the below text to all snapshot images.")
.SetToolTip(chkImageAppend, "Append the below text to all snapshot images. Useful if you have a previously scraped image set.")
.SetToolTip(chkVideoDir, "Enable adding MAME video files to the gamelist. Must be in the format ROMNAME.EXT")
.SetToolTip(chkScanSubFolders, "Scan subfolders in the main rom directory for rom file.")
.SetToolTip(cmbROMExt, "The extension, including period, of the existing rom files. Usually .zip or .7z")
.SetToolTip(cmbVideoExt, "The extension, including period, of the existing video files. Usually .mp4")
.SetToolTip(chkPrettyXML, "Create readable, indented XML. Only useful if you're going to edit the file by hand.")
.SetToolTip(txtFavouritesPath, "Set a folder.ini file here. If the romset exists in this file, it will be added to your favourites in Emulation Station")
.SetToolTip(chkHideBios, "Sets Bios, non runnable, screenless and mechanical sets to hidden.")
Expand Down

0 comments on commit 0d1db5d

Please sign in to comment.