-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# AutoRA | ||
Automatically download RetroArch, Windows cores, Additional DLLs for cores to work and places all files correctly for an x64 build in MSVC 2019. | ||
|
||
# INSTRUCTIONS | ||
1) Download the RAScript.bat | ||
2) Place it wherever you want | ||
3) Run RAScript.bat | ||
|
||
# What does it do? | ||
1) git clones RetroArch master branch and gets older versions of cores for added compatibility | ||
2) Downloads the ANGLE Cores (for Xbox users) and regular cores | ||
3) Extracts both ANGLE cores and regular cores | ||
4) Moves the files to the correct directories and deletes the non-ANGLE cores | ||
5) Copies the ANGLE cores | ||
6) Deletes any of the left-over files | ||
7) Deletes any broken cores / bloat cores / game engines (as tested on Xbox) |