Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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.