You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This will out put the Metadata text file in a muOS compliant way
11
+
# Replace this with the output folder you'd prefer
12
+
$muosInfo="J:\RG35XX Plus\muOS\Tiny Best Set\Meta\INFO"
13
+
14
+
# Legacy Text from older muOS versions
15
+
# $descText = "# Description of the game or content."
16
+
# $kindText = "# The genre of the game separated by commas."
17
+
# $timeText = "# Timestamp of last played - This is updated dynamically.`r`nlast="
18
+
# $coreText = "# The specific RetroArch core used, this can be any file in the CORE directory.`r`n# Leave it as 'detect' to have it run based on the default core in the 'core.txt' file.`r`ncore=detect"
19
+
# $modeText = "# The cpu governor that will be used. Can be one of the following:`r`n# interactive performance powersave userspace`r`n# Leave it as 'detect' to use the default which is 'interactive'`r`nmode=performance"
20
+
21
+
# Load the XML file
22
+
foreach ($xmlFilein$xmlFiles) {
23
+
# Extract the system name from the file path
24
+
# This will put things in the muOS directory strucure using the XML filename
25
+
# as the muOS directory name
26
+
# i.e if your ROMs are saved as /ROMS/Gameboy/ name the XMl Gameboy.xml
0 commit comments