Hi everybody.
Actualy I am trying to configure RetroArch on my Windows 7 with relative paths. I have two configurations files in the programdir: retroarch.cfg and retroarch-phoenix.cfg
retroarch.cfg
video_driver = "gl"
audio_driver = "xaudio"
rewind_enable = "true"
screenshot_directory = "./screenshots/"
video_smooth = "false"
video_shader_dir = "./shaders/"
video_second_pass_smooth = "false"
phoenix_last_rom = "./roms/Super Mario World 2 - Yoshi's Island (USA) (Rev 1).sfc"
libretro_path = "./"
stdin_cmd_enable = "true"
video_font_size = "16"
video_bsnes_shader = "./shaders/crt-geom-interlaced-curved.shader"
video_aspect_ratio_auto = "true"
retroarch-phoenix.cfg:
controller_1 = "gamepad"
controller_2 = "gamepad"
config_path = "./retroarch.cfg"
savestate_dir = "./savestates/"
savefile_dir = "./savestates/"
record_path = ""
last_movie = ""
record_config_path = ""
retroarch_path = ""
Somehow I have problems with selecting roms. After I selected a new rom with phonix a new retroarch.cfg was generated under the roms dir.