Skip to content

Commit d4fafdf

Browse files
committed
README updates
1 parent a5bd0e0 commit d4fafdf

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CueMaker/CueMakerDotNet/Form1.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# CueMaker
22

33
CueMaker scans directories and creates .cue files for .bin files that are missing them.
4-
This is in response to RetroPie requiring the .cue file for psx games. There are some existing applications,
4+
This is in response to RetroPie 4.x requiring the .cue file for psx games. There are some existing applications,
55
however they require you to do each file individually.
66

7-
This project consists of two applications. A python script that should run on 2.x or 3.x and a .Net windows
8-
form application if you would like to do this before transering the roms.
7+
This project consists of two applications.
8+
9+
## .Net
10+
If you would like to create the files before you tranfer them you and are running windows, you can choose the .Net
11+
application. It is a windows form application that doesn't need to be installed. Simply run the exe and select the
12+
folder or .bin that you want to create a .cue file for.
13+
14+
## Python
15+
If you are on mac/linux or on the RetroPie you can use the python script. It will prompt you for the path you would
16+
like to scan and create all the missing .cue files. It will also ask you if you want to scan recursively. It should
17+
default to the correct directories for RetroPie.

0 commit comments

Comments
 (0)