Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The only other idea is to run a game, using the default AROS kickstart, then check out the puae Core Options in the RetroArch quick menu. Make sure all emulation config settings are correct there and saved as either a core or folder settings default as required.
I will try to check again but that seems to be exactly what i did:
copied them all here:
/Users/$USERNAME/Library/Application\ Support/Steam/steamapps/common/RetroArch/system/
A quick ls in that folder gives me this:
kick33180.A500 kick34005.CDTV kick37350.A600 kick39106.A4000 kick40060.CD32 kick40068.A1200
kick34005.A500 kick37175.A500 kick39106.A1200 kick40060.CD32 kick40063.A600 kick40068.A4000
I checked all md5 for all kickstarts as per the puae libreto docs and they all match
I will try your other solution
'/Users/$USERNAME/Library/Application\ Support/Steam/steamapps/common/RetroArch/system/'
should be:
/Users/$USERNAME/Library/Application Support/Steam/steamapps/common/RetroArch/system/'
'\ ' being an escape sequence for a space.
If the file path is being used is a config file or something then its probably better to enclose in quotes rather than using escape codes
so....
"/Users/$USERNAME/Library/Application Support/Steam/steamapps/common/RetroArch/system/"
instead of
/Users/$USERNAME/Library/Application\ Support/Steam/steamapps/common/RetroArch/system/
Fried probably sits on a windows env where this is not so common.