-
Notifications
You must be signed in to change notification settings - Fork 3
Import Core
Bashar Astifan edited this page Sep 4, 2022
·
2 revisions
You can by default import the core directly to RetriXGold
but it's better to import full configured core
to import the core with info and custom icon do the following:
- Create icon
png
with the same name of thedll
file like 'nes_libretro.png` - Create info
rti
file with the same name of thedll
file likenes_libretro.rti
Now edit your info file with any text editor, note it should be JSON
structure like the following
{
"desc" : "2048 is a single-player sliding tile puzzle video game...",
"year" : "2014",
"company" : "Gabriele Cirulli"
}
Now Create folder named AnyCore
, then move your files into this folder:
- nes_libretro.dll
- nes_libretro.png
- nes_libretro.rti
Compress AnyCore
folder, then use Import
option in the main page to import this file.
Once the files imported successfully, RetriXGold will reload the cores and your cores must appear.
If you want to import many core, do it in one process and put them all in AnyCore
folder