mpv/options
wm4 26fc70dbfd path: do not use old_home for win32 exe dir
Apparently mpv supports loading config files from the same directory as
the mpv.exe. This is a fallback of some sort. It used the old_home
mechanism.

I want to add a warning if old_home exists, but that would always show
the warning on win32. Obviously we don't want that.

Add a separate exe_dir entry to deal with that.

Untested, but probably works.

Mistakenly reverted as part of the default configuration directory
location switch-back in aa18a8e1cd.

Separation of the mpv executable directory from old_path is a
good change now that we warn about the old_config directory also
existing.

Fixes #8232
Fixes #8244
Fixes #8262
2020-11-16 00:44:40 +02:00
..
m_config.h
m_config_core.c
m_config_core.h
m_config_frontend.c
m_config_frontend.h
m_option.c
m_option.h
m_property.c
m_property.h
options.c screenshot: add --screenshot-sw option 2020-10-05 00:16:46 +02:00
options.h screenshot: add --screenshot-sw option 2020-10-05 00:16:46 +02:00
parse_commandline.c
parse_commandline.h
parse_configfile.c
parse_configfile.h
path.c path: do not use old_home for win32 exe dir 2020-11-16 00:44:40 +02:00
path.h